Lines Matching defs:key
199 const unsigned char *key, size_t keylen,
213 if (CMS_EncryptedData_set1_key(cms, NULL, key, keylen) <= 0)
224 const unsigned char *key,
238 if (!CMS_EncryptedData_set1_key(cms, cipher, key, keylen))
254 const unsigned char *key,
257 return CMS_EncryptedData_encrypt_ex(in, cipher, key, keylen, flags, NULL,
713 OPENSSL_clear_free(ec->key, ec->keylen);
714 ec->key = NULL;
771 /* If no cert, key transport and not debugging always return success */
787 unsigned char *key, size_t keylen,
804 CMS_RecipientInfo_set0_key(ri, key, keylen);
833 OPENSSL_clear_free(ec->key, ec->keylen);
834 ec->key = NULL;