Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_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-13-stable/secure/lib/libssl/
HDVersion.map235 SSL_get0_dane_tlsa;
/freebsd-13-stable/crypto/openssl/apps/
HDs_cb.c1179 mdpth = SSL_get0_dane_tlsa(s, &usage, &selector, &mtype, &data, &dlen); in print_verify_detail()
/freebsd-13-stable/contrib/sendmail/src/
HDtls.c1887 r = SSL_get0_dane_tlsa(ssl, &usage, &selector, &mtype, &rr, &rrlen);
/freebsd-13-stable/crypto/openssl/include/openssl/
HDssl.h1758 __owur int SSL_get0_dane_tlsa(SSL *s, uint8_t *usage, uint8_t *selector,
/freebsd-13-stable/crypto/openssl/ssl/
HDssl_lib.c1084 int SSL_get0_dane_tlsa(SSL *s, uint8_t *usage, uint8_t *selector, in SSL_get0_dane_tlsa() function
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile2453 MLINKS+= SSL_CTX_dane_enable.3 SSL_get0_dane_tlsa.3