Searched refs:evp_ctx (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/lib/libcrypto/pkcs7/
H A Dpk7_doit.c433 EVP_CIPHER_CTX *evp_ctx = NULL; local
559 evp_ctx = NULL;
560 BIO_get_cipher_ctx(etmp, &evp_ctx);
561 if (EVP_CipherInit_ex(evp_ctx, evp_cipher, NULL, NULL,
564 if (EVP_CIPHER_asn1_to_param(evp_ctx, enc_alg->parameter) < 0)
567 tkeylen = EVP_CIPHER_CTX_key_length(evp_ctx);
571 if (EVP_CIPHER_CTX_rand_key(evp_ctx, tkey) <= 0)
579 if (eklen != EVP_CIPHER_CTX_key_length(evp_ctx)) {
584 if (!EVP_CIPHER_CTX_set_key_length(evp_ctx, eklen)) {
594 if (EVP_CipherInit_ex(evp_ctx, NUL
[all...]
/openbsd-current/usr.sbin/unbound/util/
H A Dnet_help.c108 * @param evp_ctx: the evp cipher context, function sets this.
117 unsigned char* iv, EVP_CIPHER_CTX *evp_ctx,
/openbsd-current/sbin/unwind/libunbound/util/
H A Dnet_help.c108 * @param evp_ctx: the evp cipher context, function sets this.
117 unsigned char* iv, EVP_CIPHER_CTX *evp_ctx,

Completed in 145 milliseconds