Searched refs:privbio (Results 1 – 2 of 2) sorted by relevance
452 BIO *privbio = NULL; in enc_privkey() local461 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()
801 BIO *privbio = NULL, *signbio = NULL; in ossl_cms_sign_encrypt() local823 BIO_free(privbio); in ossl_cms_sign_encrypt()
Completed in 10 milliseconds