/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | SSL_CTX_dane_enable.pod | 6 SSL_dane_tlsa_add, SSL_get0_dane_authority, SSL_get0_dane_tlsa, 20 int SSL_dane_tlsa_add(SSL *s, uint8_t usage, uint8_t selector, 73 SSL_dane_tlsa_add() may then be called one or more times, to load each of the 85 The caller is expected to check the return value of each SSL_dane_tlsa_add() 165 SSL_dane_enable() and SSL_dane_tlsa_add() return a positive value on success. 245 ret = SSL_dane_tlsa_add(ssl, usage, selector, mtype, data, len); 345 call to SSL_dane_tlsa_add(), and if all return 0 (due to invalid
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | SSL_CTX_dane_enable.pod | 6 SSL_dane_tlsa_add, SSL_get0_dane_authority, SSL_get0_dane_tlsa, 20 int SSL_dane_tlsa_add(SSL *s, uint8_t usage, uint8_t selector, 73 SSL_dane_tlsa_add() may then be called one or more times, to load each of the 85 The caller is expected to check the return value of each SSL_dane_tlsa_add() 165 SSL_dane_enable() and SSL_dane_tlsa_add() return a positive value on success. 245 ret = SSL_dane_tlsa_add(ssl, usage, selector, mtype, data, len); 345 call to SSL_dane_tlsa_add(), and if all return 0 (due to invalid
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/ |
H A D | ssl.map | 223 SSL_dane_tlsa_add;
|
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/ |
H A D | ssl.map | 295 SSL_dane_tlsa_add;
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | danetest.c | 271 ret = SSL_dane_tlsa_add(ssl, usage, selector, mtype, data, len); in tlsa_import_rr()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | danetest.c | 268 ret = SSL_dane_tlsa_add(ssl, usage, selector, mtype, data, len); in tlsa_import_rr()
|
/netbsd-src/external/ibm-public/postfix/dist/src/tls/ |
H A D | tls_dane.c | 805 ret = SSL_dane_tlsa_add(ssl, tp->usage, tp->selector, in tls_dane_enable() 1157 SSL_dane_tlsa_add(ssl, u, s, m, buf, len); in load_tlsa_args()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | libssl.num | 256 SSL_dane_tlsa_add 257 1_1_0 EXIST::FUNCTION:
|
/netbsd-src/crypto/external/bsd/openssl/dist/util/ |
H A D | libssl.num | 256 SSL_dane_tlsa_add 257 3_0_0 EXIST::FUNCTION:
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | ssl_lib.c | 231 if (SSL_dane_tlsa_add(to, t->usage, t->selector, t->mtype, in ssl_dane_dup() 1109 int SSL_dane_tlsa_add(SSL *s, uint8_t usage, uint8_t selector, in SSL_dane_tlsa_add() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | ssl.h | 1753 __owur int SSL_dane_tlsa_add(SSL *s, uint8_t usage, uint8_t selector,
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
H A D | s_client.c | 399 ret = SSL_dane_tlsa_add(con, usage, selector, mtype, data, len); in tlsa_import_rr()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | s_client.c | 533 ret = SSL_dane_tlsa_add(con, usage, selector, mtype, data, len); in tlsa_import_rr()
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | ssl.h.in | 1788 __owur int SSL_dane_tlsa_add(SSL *s, uint8_t usage, uint8_t selector,
|