Home
last modified time | relevance | path

Searched refs:rct_cont (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_smime.c562 BIO *rct_cont = NULL; in CMS_sign_receipt() local
597 rct_cont = BIO_new_mem_buf(os->data, os->length); in CMS_sign_receipt()
598 if (rct_cont == NULL) in CMS_sign_receipt()
607 if (!CMS_final(cms, rct_cont, NULL, flags)) in CMS_sign_receipt()
619 BIO_free(rct_cont); in CMS_sign_receipt()
/third_party/openssl/crypto/cms/
H A Dcms_smime.c563 BIO *rct_cont = NULL; in CMS_sign_receipt() local
598 rct_cont = BIO_new_mem_buf(os->data, os->length); in CMS_sign_receipt()
599 if (rct_cont == NULL) in CMS_sign_receipt()
608 if (!CMS_final(cms, rct_cont, NULL, flags)) in CMS_sign_receipt()
620 BIO_free(rct_cont); in CMS_sign_receipt()

Completed in 3 milliseconds