Searched refs:propdef (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/crypto/store/ |
H A 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()
|
H A D | store_local.h | 102 const char *propdef; member
|
/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 | 209 uint64_t propdef, propval; in vdev_prop_get_inherited() local 211 propdef = vdev_prop_default_numeric(prop); in vdev_prop_get_inherited() 232 propval = propdef; in vdev_prop_get_inherited() 236 if (propval != propdef) in vdev_prop_get_inherited() 240 return (propdef); in vdev_prop_get_inherited()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A 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()
|
/freebsd/crypto/openssl/crypto/encode_decode/ |
H A 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()
|
H A 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()
|