Home
last modified time | relevance | path

Searched refs:sk_X509_push (Results 1 – 25 of 111) sorted by relevance

12345

/third_party/openssl/test/
Dcmp_protect_test.c373 || !TEST_true(sk_X509_push(fixture->certs, endentity1)) in test_cmp_build_cert_chain()
374 || !TEST_true(sk_X509_push(fixture->certs, root)) in test_cmp_build_cert_chain()
375 || !TEST_true(sk_X509_push(fixture->certs, intermediate)) in test_cmp_build_cert_chain()
376 || !TEST_true(sk_X509_push(fixture->chain, endentity2)) in test_cmp_build_cert_chain()
377 || !TEST_true(sk_X509_push(fixture->chain, intermediate))) { in test_cmp_build_cert_chain()
384 if (result && TEST_true(sk_X509_push(fixture->chain, root))) in test_cmp_build_cert_chain()
399 || !TEST_true(sk_X509_push(fixture->certs, endentity1)) in test_cmp_build_cert_chain_missing_intermediate()
400 || !TEST_true(sk_X509_push(fixture->certs, root)) in test_cmp_build_cert_chain_missing_intermediate()
401 || !TEST_true(sk_X509_push(fixture->chain, endentity2))) { in test_cmp_build_cert_chain_missing_intermediate()
417 || !TEST_true(sk_X509_push(fixture->certs, endentity1)) in test_cmp_build_cert_chain_no_root()
[all …]
Dverify_extra_test.c192 ret = ret && TEST_true(sk_X509_push(trusted, cert)); in test_self_signed()
244 if (!TEST_true(sk_X509_push(trusted, trcert))) in do_test_purpose()
247 if (!TEST_true(sk_X509_push(untrusted, untrcert))) in do_test_purpose()
Dcmsapitest.c36 if (!TEST_int_gt(sk_X509_push(certstack, cert), 0)) in test_encrypt_decrypt()
Dcmp_client_test.c191 sk_X509_push(fixture->caPubs, server_cert); in test_exec_IR_ses()
192 sk_X509_push(fixture->caPubs, server_cert); in test_exec_IR_ses()
Docspapitest.c129 || !TEST_true(sk_X509_push(extra_certs, signer)) in test_resp_signer()
Dcrltest.c263 if (!TEST_true(sk_X509_push(roots, root)) in verify()
Ddanetest.c123 if (!TEST_true(sk_X509_push(chain, cert))) in STACK_OF()
/third_party/openssl/demos/cms/
Dcms_enc.c46 if (!recips || !sk_X509_push(recips, rcert)) in main()
Dcms_denc.c45 if (!recips || !sk_X509_push(recips, rcert)) in main()
/third_party/openssl/demos/smime/
Dsmenc.c46 if (!recips || !sk_X509_push(recips, rcert)) in main()
/third_party/openssl/test/helpers/
Dcmp_testlib.c71 res = sk_X509_push(sk, cert); in STACK_OF_X509_push1()
/third_party/openssl/test/testutil/
Dload.c51 if (x != NULL && !sk_X509_push(certs, x)) { in STACK_OF()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl_ocsp.c579 if (!sk_X509_push(untrusted, extra_cert)) { in check_ocsp_resp()
595 if (tmp_cert && !sk_X509_push(certs, tmp_cert)) { in check_ocsp_resp()
606 !sk_X509_push(certs, tmp_cert)) { in check_ocsp_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl_ocsp.c579 if (!sk_X509_push(untrusted, extra_cert)) { in check_ocsp_resp()
595 if (tmp_cert && !sk_X509_push(certs, tmp_cert)) { in check_ocsp_resp()
606 !sk_X509_push(certs, tmp_cert)) { in check_ocsp_resp()
/third_party/openssl/apps/
Dnseq.c95 if (!sk_X509_push(seq->certs, x509)) in nseq_main()
Dcrl2pkcs7.c220 sk_X509_push(stack, xi->x509); in add_certs_from_file()
Dca.c965 if (!sk_X509_push(cert_sk, x)) { in ca_main()
986 if (!sk_X509_push(cert_sk, x)) { in ca_main()
1006 if (!sk_X509_push(cert_sk, x)) { in ca_main()
1029 if (!sk_X509_push(cert_sk, x)) { in ca_main()
/third_party/node/deps/openssl/openssl/apps/
Dnseq.c95 if (!sk_X509_push(seq->certs, x509)) in nseq_main()
Dcrl2pkcs7.c220 sk_X509_push(stack, xi->x509); in add_certs_from_file()
Dca.c979 if (!sk_X509_push(cert_sk, x)) { in ca_main()
1000 if (!sk_X509_push(cert_sk, x)) { in ca_main()
1020 if (!sk_X509_push(cert_sk, x)) { in ca_main()
1043 if (!sk_X509_push(cert_sk, x)) { in ca_main()
Dcms.c623 sk_X509_push(encerts, cert); in cms_main()
834 sk_X509_push(encerts, cert); in cms_main()
/third_party/openssl/crypto/pkcs12/
Dp12_kiss.c244 if (!sk_X509_push(ocerts, x509)) { in parse_bag()
/third_party/node/deps/openssl/openssl/crypto/pkcs12/
Dp12_kiss.c244 if (!sk_X509_push(ocerts, x509)) { in parse_bag()
/third_party/openssl/crypto/pkcs7/
Dpk7_smime.c435 if (!sk_X509_push(signers, signer)) { in STACK_OF()
/third_party/node/deps/openssl/openssl/crypto/pkcs7/
Dpk7_smime.c435 if (!sk_X509_push(signers, signer)) { in STACK_OF()

12345