Searched refs:NAME_SEPARATOR (Results 1 – 3 of 3) sorted by relevance
/openssl/crypto/encode_decode/ |
H A D | decoder_meth.c | 25 #define NAME_SEPARATOR ':' macro 144 const char *q = strchr(names, NAME_SEPARATOR); in get_decoder_from_store() 181 const char *q = strchr(names, NAME_SEPARATOR); in put_decoder_in_store() 306 int id = ossl_namemap_add_names(namemap, 0, names, NAME_SEPARATOR); in construct_decoder()
|
H A D | encoder_meth.c | 25 #define NAME_SEPARATOR ':' macro 144 const char *q = strchr(names, NAME_SEPARATOR); in get_encoder_from_store() 181 const char *q = strchr(names, NAME_SEPARATOR); in put_encoder_in_store() 316 int id = ossl_namemap_add_names(namemap, 0, names, NAME_SEPARATOR); in construct_encoder()
|
/openssl/crypto/evp/ |
H A D | evp_fetch.c | 24 #define NAME_SEPARATOR ':' macro 137 const char *q = strchr(names, NAME_SEPARATOR); in get_evp_method_from_store() 177 const char *q = strchr(names, NAME_SEPARATOR); in put_evp_method_in_store() 214 int name_id = ossl_namemap_add_names(namemap, 0, names, NAME_SEPARATOR); in construct_evp_method()
|
Completed in 9 milliseconds