Home
last modified time | relevance | path

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

/openssl-master/include/openssl/
A Dcore.h73 const char *algorithm_description; member
/openssl-master/crypto/evp/
A Dkdf_meth.c76 kdf->description = algodef->algorithm_description; in evp_kdf_from_algorithm()
A Dmac_meth.c68 mac->description = algodef->algorithm_description; in evp_mac_from_algorithm()
A Dkem.c275 kem->description = algodef->algorithm_description; in evp_kem_from_algorithm()
A Dkeymgmt_meth.c54 keymgmt->description = algodef->algorithm_description; in keymgmt_from_algorithm()
A Dasymcipher.c341 cipher->description = algodef->algorithm_description; in evp_asym_cipher_from_algorithm()
A Dexchange.c59 exchange->description = algodef->algorithm_description; in evp_keyexch_from_algorithm()
A Devp_rand.c135 rand->description = algodef->algorithm_description; in evp_rand_from_algorithm()
A Dsignature.c61 signature->description = algodef->algorithm_description; in evp_signature_from_algorithm()
A Ddigest.c934 md->description = algodef->algorithm_description; in evp_md_from_algorithm()
A Devp_enc.c1489 cipher->description = algodef->algorithm_description; in evp_cipher_from_algorithm()
/openssl-master/crypto/store/
A Dstore_meth.c183 loader->description = algodef->algorithm_description; in loader_from_algorithm()
/openssl-master/crypto/encode_decode/
A Ddecoder_meth.c499 return decoder->base.algodef->algorithm_description; in OSSL_DECODER_get0_description()
A Dencoder_meth.c508 return encoder->base.algodef->algorithm_description; in OSSL_ENCODER_get0_description()

Completed in 78 milliseconds