Searched defs:suffix (Results 1 – 9 of 9) sorted by relevance
/openssl-master/crypto/ |
A D | trace.c | 172 char *suffix; member 237 const char **prefix, const char **suffix, in set_trace_data() 331 const char *suffix = NULL; in ossl_trace_cleanup() local 427 int OSSL_trace_set_suffix(int category, const char *suffix) in OSSL_trace_set_suffix() 496 char *suffix = NULL; in OSSL_trace_end() local
|
/openssl-master/crypto/asn1/ |
A D | bio_asn1.c | 54 asn1_ps_func *prefix, *prefix_free, *suffix, *suffix_free; member 439 int BIO_asn1_set_suffix(BIO *b, asn1_ps_func *suffix, in BIO_asn1_set_suffix()
|
/openssl-master/crypto/x509/ |
A D | by_dir.c | 36 int suffix; member
|
A D | v3_utl.c | 676 const unsigned char *suffix, size_t suffix_len, in wildcard_match()
|
/openssl-master/apps/ |
A D | rehash.c | 210 const char *suffix = suffixes[type]; in handle_symlink() local
|
/openssl-master/crypto/pem/ |
A D | pem_lib.c | 1010 int ossl_pem_check_suffix(const char *pem_str, const char *suffix) in ossl_pem_check_suffix()
|
/openssl-master/test/ |
A D | evp_pkey_provided_test.c | 60 const char *suffix; in compare_with_file() local
|
/openssl-master/apps/lib/ |
A D | apps.c | 1493 int save_serial(const char *serialfile, const char *suffix, const BIGNUM *serial, in save_serial() 1704 int save_index(const char *dbfile, const char *suffix, CA_DB *db) in save_index()
|
/openssl-master/engines/ |
A D | e_loader_attic.c | 139 static int check_suffix(const char *str, const char *suffix) in check_suffix()
|
Completed in 33 milliseconds