Home
last modified time | relevance | path

Searched refs:s2n_cert_chain_get_cert (Results 1 – 5 of 5) sorted by relevance

/dports/security/s2n/s2n-tls-1.1.2/tests/unit/
H A Ds2n_certificate_test.c70 RESULT_GUARD_POSIX(s2n_cert_chain_get_cert(test_peer_chain, &cur_cert, cert_idx)); in s2n_compare_cert_chain()
159 … EXPECT_FAILURE_WITH_ERRNO(s2n_cert_chain_get_cert(NULL, &out_cert, cert_idx), S2N_ERR_NULL); in main()
160 … EXPECT_FAILURE_WITH_ERRNO(s2n_cert_chain_get_cert(chain_and_key, NULL, cert_idx), S2N_ERR_NULL); in main()
167 …EXPECT_FAILURE_WITH_ERRNO(s2n_cert_chain_get_cert(chain_and_key, &out_cert, cert_idx), S2N_ERR_NO_… in main()
172 EXPECT_SUCCESS(s2n_cert_chain_get_cert(chain_and_key, &out_cert, i)); in main()
/dports/security/s2n/s2n-tls-1.1.2/crypto/
H A Ds2n_certificate.h80 int s2n_cert_chain_get_cert(const struct s2n_cert_chain_and_key *chain_and_key, struct s2n_cert **o…
H A Ds2n_certificate.c653 int s2n_cert_chain_get_cert(const struct s2n_cert_chain_and_key *chain_and_key, struct s2n_cert **o… in s2n_cert_chain_get_cert() function
/dports/security/s2n/s2n-tls-1.1.2/api/
H A Ds2n.h668 extern int s2n_cert_chain_get_cert(const struct s2n_cert_chain_and_key *chain_and_key, struct s2n_c…
/dports/security/s2n/s2n-tls-1.1.2/docs/
H A DUSAGE-GUIDE.md1550 int s2n_cert_chain_get_cert(const struct s2n_cert_chain_and_key *chain_and_key, struct s2n_cert **o…
1553 **s2n_cert_chain_get_cert** gets the certificate `out_cert` present at the index `cert_idx` of the …