Home
last modified time | relevance | path

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

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