Searched defs:suffix (Results 1 – 11 of 11) sorted by relevance
/openssl/crypto/ |
H A D | trace.c | 180 char *suffix; member 245 const char **prefix, const char **suffix, in set_trace_data() 343 const char *suffix = NULL; in ossl_trace_cleanup() local 439 int OSSL_trace_set_suffix(int category, const char *suffix) in OSSL_trace_set_suffix() 508 char *suffix = NULL; in OSSL_trace_end() local
|
/openssl/crypto/x509/ |
H A D | x509_def.c | 31 static void get_windows_default_path(char *pathname, const char *suffix) in get_windows_default_path()
|
H A D | by_dir.c | 36 int suffix; member
|
H A D | v3_utl.c | 687 const unsigned char *suffix, size_t suffix_len, in wildcard_match()
|
/openssl/test/ |
H A D | bio_base64_test.c | 25 char *suffix; member 151 static int genb64(char *prefix, char *suffix, unsigned const char *buf, in genb64()
|
H A D | evp_pkey_provided_test.c | 60 const char *suffix; in compare_with_file() local
|
/openssl/crypto/asn1/ |
H 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/include/internal/ |
H A D | common.h | 68 #define HAS_CASE_SUFFIX(str, suffix) (strlen(str) < sizeof(suffix) - 1 ? 0 : \ argument
|
/openssl/crypto/pem/ |
H A D | pem_lib.c | 1021 int ossl_pem_check_suffix(const char *pem_str, const char *suffix) in ossl_pem_check_suffix()
|
/openssl/apps/lib/ |
H A D | apps.c | 1554 int save_serial(const char *serialfile, const char *suffix, in save_serial() 1764 int save_index(const char *dbfile, const char *suffix, CA_DB *db) in save_index()
|
/openssl/engines/ |
H A D | e_loader_attic.c | 134 static int check_suffix(const char *str, const char *suffix) in check_suffix()
|
Completed in 46 milliseconds