Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/evp/
H A Devp_fetch.c24 #define NAME_SEPARATOR ':' macro
156 const char *q = strchr(names, NAME_SEPARATOR); in get_evp_method_from_store()
196 const char *q = strchr(names, NAME_SEPARATOR); in put_evp_method_in_store()
233 int name_id = ossl_namemap_add_names(namemap, 0, names, NAME_SEPARATOR); in construct_evp_method()
/freebsd/crypto/openssl/crypto/encode_decode/
H A Ddecoder_meth.c24 #define NAME_SEPARATOR ':' macro
165 const char *q = strchr(names, NAME_SEPARATOR); in get_decoder_from_store()
202 const char *q = strchr(names, NAME_SEPARATOR); in put_decoder_in_store()
327 int id = ossl_namemap_add_names(namemap, 0, names, NAME_SEPARATOR); in construct_decoder()
H A Dencoder_meth.c24 #define NAME_SEPARATOR ':' macro
165 const char *q = strchr(names, NAME_SEPARATOR); in get_encoder_from_store()
202 const char *q = strchr(names, NAME_SEPARATOR); in put_encoder_in_store()
337 int id = ossl_namemap_add_names(namemap, 0, names, NAME_SEPARATOR); in construct_encoder()