Home
last modified time | relevance | path

Searched refs:SSL_get0_dane_tlsa (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_dane_enable.pod6 SSL_dane_tlsa_add, SSL_get0_dane_authority, SSL_get0_dane_tlsa,
23 int SSL_get0_dane_tlsa(SSL *s, uint8_t *usage, uint8_t *selector,
121 SSL_get0_dane_tlsa() can be used to retrieve the fields of the TLSA record that
174 The functions SSL_get0_dane_authority() and SSL_get0_dane_tlsa() return a
308 (void) SSL_get0_dane_tlsa(ssl, &usage, &selector, &mtype, NULL, NULL);
/freebsd/secure/lib/libssl/
H A DVersion.map235 SSL_get0_dane_tlsa;
/freebsd/crypto/openssl/util/
H A Dlibssl.num359 SSL_get0_dane_tlsa 360 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/apps/lib/
H A Ds_cb.c1210 mdpth = SSL_get0_dane_tlsa(s, &usage, &selector, &mtype, &data, &dlen); in print_verify_detail()
/freebsd/contrib/sendmail/src/
H A Dtls.c1887 r = SSL_get0_dane_tlsa(ssl, &usage, &selector, &mtype, &rr, &rrlen);
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1863 __owur int SSL_get0_dane_tlsa(SSL *s, uint8_t *usage, uint8_t *selector,
H A Dssl.h.in1791 __owur int SSL_get0_dane_tlsa(SSL *s, uint8_t *usage, uint8_t *selector,
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c1123 int SSL_get0_dane_tlsa(SSL *s, uint8_t *usage, uint8_t *selector, in SSL_get0_dane_tlsa() function
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4019 MLINKS+= SSL_CTX_dane_enable.3 SSL_get0_dane_tlsa.3