Searched refs:kekciph (Results 1 – 2 of 2) sorted by relevance
44 const EVP_CIPHER *kekciph) in CMS_add0_recipient_password() argument70 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()94 if (EVP_EncryptInit_ex(ctx, kekciph, NULL, NULL, NULL) <= 0) { in CMS_add0_recipient_password()
256 const EVP_CIPHER *kekciph);
Completed in 5 milliseconds