Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/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);
/netbsd-src/crypto/external/bsd/openssl/dist/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);
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/
H A Dssl.map234 SSL_get0_dane_tlsa;
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/
H A Dssl.map309 SSL_get0_dane_tlsa;
/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_dane.c991 (void) SSL_get0_dane_tlsa(TLScontext->con, &u, &s, &m, &data, &dlen); in tls_dane_log()
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibssl.num359 SSL_get0_dane_tlsa 360 1_1_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dlibssl.num359 SSL_get0_dane_tlsa 360 3_0_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_cb.c1179 mdpth = SSL_get0_dane_tlsa(s, &usage, &selector, &mtype, &data, &dlen); in print_verify_detail()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h1756 __owur int SSL_get0_dane_tlsa(SSL *s, uint8_t *usage, uint8_t *selector,
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_lib.c1082 int SSL_get0_dane_tlsa(SSL *s, uint8_t *usage, uint8_t *selector, in SSL_get0_dane_tlsa() function
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in1791 __owur int SSL_get0_dane_tlsa(SSL *s, uint8_t *usage, uint8_t *selector,