Searched refs:propdef (Results 1 – 7 of 7) sorted by relevance
/openssl/crypto/store/ |
H A D | store_meth.c | 157 const char *scheme, const char *propdef, in put_loader_in_store() argument 171 return ossl_method_store_add(store, prov, id, propdef, method, in put_loader_in_store() 184 loader->propdef = algodef->property_definition; in loader_from_algorithm() 425 return loader->propdef; in OSSL_STORE_LOADER_get0_properties()
|
H A D | store_local.h | 102 const char *propdef; member
|
/openssl/include/internal/ |
H A D | core.h | 41 const char *name, const char *propdef, void *data);
|
/openssl/doc/internal/man3/ |
H A 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
|
/openssl/crypto/encode_decode/ |
H A D | decoder_meth.c | 166 const char *names, const char *propdef, in put_decoder_in_store() argument 193 return ossl_method_store_add(store, prov, id, propdef, method, in put_decoder_in_store()
|
H A D | encoder_meth.c | 166 const char *names, const char *propdef, in put_encoder_in_store() argument 193 return ossl_method_store_add(store, prov, id, propdef, method, in put_encoder_in_store()
|
/openssl/crypto/evp/ |
H A D | evp_fetch.c | 161 const char *names, const char *propdef, in put_evp_method_in_store() argument 191 return ossl_method_store_add(store, prov, meth_id, propdef, method, in put_evp_method_in_store()
|
Completed in 16 milliseconds