/third_party/openssl/test/ |
H A D | bio_readbuffer_test.c | 29 BIO *in = NULL, *in_bio = NULL, *readbuf_bio = NULL; in test_readbuffer_file_bio() local 45 || !TEST_ptr(in_bio = BIO_new_file(filename, "r"))) in test_readbuffer_file_bio() 48 in_bio = BIO_push(readbuf_bio, in_bio); in test_readbuffer_file_bio() 51 if (!TEST_int_eq(BIO_tell(in_bio), 0)) in test_readbuffer_file_bio() 56 while (!BIO_eof(in_bio)) { in test_readbuffer_file_bio() 57 len = BIO_gets(in_bio, buf, sizeof(buf)); in test_readbuffer_file_bio() 59 if (!TEST_true(BIO_eof(in_bio))) in test_readbuffer_file_bio() 68 && !BIO_eof(in_bio) in test_readbuffer_file_bio() 77 if (!TEST_int_eq(BIO_seek(in_bio, in test_readbuffer_file_bio() [all...] |
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ts.c | 54 static TS_RESP *read_PKCS7(BIO *in_bio); 400 BIO *in_bio = NULL; in query_command() local 406 if ((in_bio = bio_open_default(in, 'r', FORMAT_ASN1)) == NULL) in query_command() 408 query = d2i_TS_REQ_bio(in_bio, NULL); in query_command() 434 BIO_free_all(in_bio); in query_command() 592 BIO *in_bio = NULL; in reply_command() local 599 if ((in_bio = BIO_new_file(in, "rb")) == NULL) in reply_command() 602 response = read_PKCS7(in_bio); in reply_command() 604 response = d2i_TS_RESP_bio(in_bio, NULL); in reply_command() 646 BIO_free_all(in_bio); in reply_command() 656 read_PKCS7(BIO *in_bio) read_PKCS7() argument 852 BIO *in_bio = NULL; verify_command() local [all...] |
/third_party/openssl/apps/ |
H A D | ts.c | 54 static TS_RESP *read_PKCS7(BIO *in_bio); 400 BIO *in_bio = NULL; in query_command() local 406 if ((in_bio = bio_open_default(in, 'r', FORMAT_ASN1)) == NULL) in query_command() 408 query = d2i_TS_REQ_bio(in_bio, NULL); in query_command() 434 BIO_free_all(in_bio); in query_command() 592 BIO *in_bio = NULL; in reply_command() local 599 if ((in_bio = BIO_new_file(in, "rb")) == NULL) in reply_command() 602 response = read_PKCS7(in_bio); in reply_command() 604 response = d2i_TS_RESP_bio(in_bio, NULL); in reply_command() 646 BIO_free_all(in_bio); in reply_command() 656 read_PKCS7(BIO *in_bio) read_PKCS7() argument 852 BIO *in_bio = NULL; verify_command() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/pkcs7/ |
H A D | pk7_doit.c | 395 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert) in PKCS7_dataDecode() argument 498 /* Detached content must be supplied via in_bio instead. */ in PKCS7_dataDecode() 499 if (data_body == NULL && in_bio == NULL) { in PKCS7_dataDecode() 647 if (in_bio != NULL) { in PKCS7_dataDecode() 648 bio = in_bio; in PKCS7_dataDecode()
|
/third_party/openssl/crypto/pkcs7/ |
H A D | pk7_doit.c | 395 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert) in PKCS7_dataDecode() argument 498 /* Detached content must be supplied via in_bio instead. */ in PKCS7_dataDecode() 499 if (data_body == NULL && in_bio == NULL) { in PKCS7_dataDecode() 647 if (in_bio != NULL) { in PKCS7_dataDecode() 648 bio = in_bio; in PKCS7_dataDecode()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | pkcs7.h | 254 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | pkcs7.h | 354 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | pkcs7.h | 354 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | pkcs7.h | 354 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | pkcs7.h | 354 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | pkcs7.h | 354 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | pkcs7.h | 354 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | pkcs7.h | 354 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | pkcs7.h | 354 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
H A D | pkcs7.h | 354 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);
|
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | pkcs7.h | 354 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/ |
H A D | pkcs7.h | 354 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
H A D | pkcs7.h | 354 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/ |
H A D | pkcs7.h | 354 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/ |
H A D | pkcs7.h | 354 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/ |
H A D | pkcs7.h | 354 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/no-asm/include/openssl/ |
H A D | pkcs7.h | 354 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/ |
H A D | pkcs7.h | 354 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/include/openssl/ |
H A D | pkcs7.h | 354 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm_avx2/include/openssl/ |
H A D | pkcs7.h | 354 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);
|