OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmpmem
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
pk7_smime.c
536
BIO *
tmpmem
;
local
556
if(!(
tmpmem
= PKCS7_dataDecode(p7, pkey, NULL, cert))) {
566
BIO_free_all(
tmpmem
);
569
if(!(bread = BIO_push(tmpbuf,
tmpmem
))) {
572
BIO_free_all(
tmpmem
);
576
if (ret > 0 && BIO_method_type(
tmpmem
) == BIO_TYPE_CIPHER)
578
if (!BIO_get_cipher_status(
tmpmem
))
585
i = BIO_read(
tmpmem
, buf, sizeof(buf));
589
if (BIO_method_type(
tmpmem
) == BIO_TYPE_CIPHER)
591
if (!BIO_get_cipher_status(
tmpmem
))
[
all
...]
/external/openssl/crypto/pkcs7/
pk7_smime.c
536
BIO *
tmpmem
;
local
556
if(!(
tmpmem
= PKCS7_dataDecode(p7, pkey, NULL, cert))) {
566
BIO_free_all(
tmpmem
);
569
if(!(bread = BIO_push(tmpbuf,
tmpmem
))) {
572
BIO_free_all(
tmpmem
);
576
if (ret > 0 && BIO_method_type(
tmpmem
) == BIO_TYPE_CIPHER)
578
if (!BIO_get_cipher_status(
tmpmem
))
585
i = BIO_read(
tmpmem
, buf, sizeof(buf));
589
if (BIO_method_type(
tmpmem
) == BIO_TYPE_CIPHER)
591
if (!BIO_get_cipher_status(
tmpmem
))
[
all
...]
Completed in 444 milliseconds