Home
last modified time | relevance | path

Searched refs:NAME_SEPARATOR (Results 1 – 3 of 3) sorted by relevance

/openssl/crypto/encode_decode/
H A Ddecoder_meth.c25 #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 Dencoder_meth.c25 #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 Devp_fetch.c24 #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 16 milliseconds