Home
last modified time | relevance | path

Searched refs:propdef (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/crypto/store/
Dstore_meth.c177 const char *scheme, const char *propdef, in put_loader_in_store() argument
191 return ossl_method_store_add(store, prov, id, propdef, method, in put_loader_in_store()
204 loader->propdef = algodef->property_definition; in loader_from_algorithm()
462 return loader->propdef; in OSSL_STORE_LOADER_get0_properties()
Dstore_local.h102 const char *propdef; member
/third_party/openssl/include/internal/
Dcore.h41 const char *name, const char *propdef, void *data);
/third_party/openssl/doc/internal/man3/
Dossl_method_construct.pod19 const char *name, const char *propdef, void *data);
114 I<name> and property definition I<propdef> as well as any
/third_party/openssl/crypto/evp/
Devp_fetch.c180 const char *names, const char *propdef, in put_evp_method_in_store() argument
210 return ossl_method_store_add(store, prov, meth_id, propdef, method, in put_evp_method_in_store()
/third_party/openssl/crypto/encode_decode/
Dencoder_meth.c187 const char *names, const char *propdef, in put_encoder_in_store() argument
214 return ossl_method_store_add(store, prov, id, propdef, method, in put_encoder_in_store()
Ddecoder_meth.c187 const char *names, const char *propdef, in put_decoder_in_store() argument
214 return ossl_method_store_add(store, prov, id, propdef, method, in put_decoder_in_store()