Home
last modified time | relevance | path

Searched refs:property_definition (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dcore.h71 const char *property_definition; /* key */ member
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_ALGORITHM.pod14 const char *property_definition; /* key */
79 =item I<property_definition>
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dcore_fetch.c124 algo->property_definition, data->mcm_data); in ossl_method_construct_this()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/encode_decode/
H A Ddecoder_meth.c236 = ossl_parse_property(libctx, algodef->property_definition)) == NULL) { in ossl_decoder_from_algorithm()
516 return decoder->base.algodef->property_definition; in OSSL_DECODER_get0_properties()
H A Dencoder_meth.c236 = ossl_parse_property(libctx, algodef->property_definition)) == NULL) { in encoder_from_algorithm()
525 return encoder->base.algodef->property_definition; in OSSL_ENCODER_get0_properties()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/store/
H A Dstore_meth.c204 loader->propdef = algodef->property_definition; in loader_from_algorithm()