Home
last modified time | relevance | path

Searched refs:algorithm_description (Results 1 – 15 of 15) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dcore.h73 const char *algorithm_description; member
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_ALGORITHM.pod16 const char *algorithm_description;
95 =item I<algorithm_description>
/freebsd/crypto/openssl/crypto/evp/
H A Dkdf_meth.c76 kdf->description = algodef->algorithm_description; in evp_kdf_from_algorithm()
H A Dmac_meth.c77 mac->description = algodef->algorithm_description; in evp_mac_from_algorithm()
H A Dkem.c275 kem->description = algodef->algorithm_description; in evp_kem_from_algorithm()
H A Dkeymgmt_meth.c54 keymgmt->description = algodef->algorithm_description; in keymgmt_from_algorithm()
H A Dasymcipher.c341 cipher->description = algodef->algorithm_description; in evp_asym_cipher_from_algorithm()
H A Dexchange.c59 exchange->description = algodef->algorithm_description; in evp_keyexch_from_algorithm()
H A Devp_rand.c135 rand->description = algodef->algorithm_description; in evp_rand_from_algorithm()
H A Dsignature.c61 signature->description = algodef->algorithm_description; in evp_signature_from_algorithm()
H A Ddigest.c963 md->description = algodef->algorithm_description; in evp_md_from_algorithm()
H A Devp_enc.c1549 cipher->description = algodef->algorithm_description; in evp_cipher_from_algorithm()
/freebsd/crypto/openssl/crypto/store/
H A Dstore_meth.c205 loader->description = algodef->algorithm_description; in loader_from_algorithm()
/freebsd/crypto/openssl/crypto/encode_decode/
H A Ddecoder_meth.c547 return decoder->base.algodef->algorithm_description; in OSSL_DECODER_get0_description()
H A Dencoder_meth.c556 return encoder->base.algodef->algorithm_description; in OSSL_ENCODER_get0_description()