Searched refs:propdef (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/crypto/store/ |
D | store_meth.c | 177 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()
|
D | store_local.h | 102 const char *propdef; member
|
/third_party/openssl/include/internal/ |
D | core.h | 41 const char *name, const char *propdef, void *data);
|
/third_party/openssl/doc/internal/man3/ |
D | ossl_method_construct.pod | 19 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/ |
D | evp_fetch.c | 180 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/ |
D | encoder_meth.c | 187 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()
|
D | decoder_meth.c | 187 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()
|