Home
last modified time | relevance | path

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

/crypto/cmp/
A Dcmp_msg.c452 BIO *privbio = NULL; in enc_privkey() local
461 privbio = BIO_new(BIO_s_mem()); in enc_privkey()
462 if (privbio == NULL || i2d_PrivateKey_bio(privbio, pkey) <= 0) in enc_privkey()
466 envData = ossl_cms_sign_encrypt(privbio, ctx->cert, ctx->chain, ctx->pkey, CMS_BINARY, in enc_privkey()
476 BIO_free(privbio); in enc_privkey()
/crypto/cms/
A Dcms_lib.c801 BIO *privbio = NULL, *signbio = NULL; in ossl_cms_sign_encrypt() local
823 BIO_free(privbio); in ossl_cms_sign_encrypt()

Completed in 10 milliseconds