Searched refs:propdef (Results 1 – 8 of 8) sorted by relevance
| /freebsd/crypto/openssl/crypto/store/ |
| H A D | store_meth.c | 160 const char *scheme, const char *propdef, in put_loader_in_store() argument 174 return ossl_method_store_add(store, prov, id, propdef, method, in put_loader_in_store() 187 loader->propdef = algodef->property_definition; in loader_from_algorithm() 427 return loader->propdef; in OSSL_STORE_LOADER_get0_properties()
|
| H A D | store_local.h | 102 const char *propdef; member
|
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | evp_fetch.c | 166 const char *names, const char *propdef, in put_evp_method_in_store() argument 200 store, names, methdata->operation_id, meth_id, propdef ? propdef : "<null>"); in put_evp_method_in_store() 201 return ossl_method_store_add(store, prov, meth_id, propdef, method, in put_evp_method_in_store()
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | core.h | 41 const char *name, const char *propdef, void *data);
|
| /freebsd/crypto/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
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zfs_fm.c | 210 uint64_t propdef, propval; in vdev_prop_get_inherited() local 212 propdef = vdev_prop_default_numeric(prop); in vdev_prop_get_inherited() 236 propval = propdef; in vdev_prop_get_inherited() 240 if (propval != propdef) in vdev_prop_get_inherited() 244 return (propdef); in vdev_prop_get_inherited()
|
| /freebsd/crypto/openssl/crypto/encode_decode/ |
| H A D | encoder_meth.c | 176 const char *names, const char *propdef, in put_encoder_in_store() argument 203 return ossl_method_store_add(store, prov, id, propdef, method, in put_encoder_in_store()
|
| H A D | decoder_meth.c | 176 const char *names, const char *propdef, in put_decoder_in_store() argument 203 return ossl_method_store_add(store, prov, id, propdef, method, in put_decoder_in_store()
|