OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:decryptbio
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
cmsapitest.c
418
BIO *
decryptbio
= BIO_new(BIO_s_mem());
local
426
if (!TEST_true(CMS_EncryptedData_decrypt(cms, key, keylen, NULL,
decryptbio
, SMIME_BINARY)))
430
if (!TEST_int_eq(BIO_gets(
decryptbio
, buf, sizeof(buf)), (int)strlen(msg))
438
BIO_free(
decryptbio
);
449
BIO *
decryptbio
= BIO_new(BIO_s_mem());
local
479
BIO_free(
decryptbio
);
Completed in 24 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026