Home
last modified time | relevance | path

Searched refs:kekciph (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/crypto/cms/
Dcms_pwri.c43 const EVP_CIPHER *kekciph) in CMS_add0_recipient_password() argument
64 if (kekciph == NULL) in CMS_add0_recipient_password()
65 kekciph = env->encryptedContentInfo->cipher; in CMS_add0_recipient_password()
67 if (kekciph == NULL) { in CMS_add0_recipient_password()
84 if (EVP_EncryptInit_ex(ctx, kekciph, NULL, NULL, NULL) <= 0) { in CMS_add0_recipient_password()
/third_party/openssl/include/openssl/
Dcms.h197 const EVP_CIPHER *kekciph);