Home
last modified time | relevance | path

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

/third_party/openssl/crypto/cms/
Dcms_pwri.c44 const EVP_CIPHER *kekciph) in CMS_add0_recipient_password() argument
70 if (kekciph == NULL) in CMS_add0_recipient_password()
71 kekciph = ec->cipher; in CMS_add0_recipient_password()
73 if (kekciph == NULL) { in CMS_add0_recipient_password()
93 if (EVP_EncryptInit_ex(ctx, kekciph, NULL, NULL, NULL) <= 0) { in CMS_add0_recipient_password()
/third_party/openssl/ohos_lite/include/openssl/
Dcms.h197 const EVP_CIPHER *kekciph);
/third_party/openssl/include/openssl/
Dcms.h.in246 const EVP_CIPHER *kekciph);