Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/store/
H A 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()
H A Dstore_local.h102 const char *propdef; member
/freebsd/crypto/openssl/include/internal/
H A Dcore.h41 const char *name, const char *propdef, void *data);
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_method_construct.pod19 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 Dzfs_fm.c209 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 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()
/freebsd/crypto/openssl/crypto/encode_decode/
H A 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()
H A 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()