Searched refs:SSL_dane_tlsa_add (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/doc/man3/ |
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
|
/third_party/openssl/test/ |
D | danetest.c | 268 ret = SSL_dane_tlsa_add(ssl, usage, selector, mtype, data, len); in tlsa_import_rr()
|
/third_party/openssl/util/ |
D | libssl.num | 256 SSL_dane_tlsa_add 257 3_0_0 EXIST::FUNCTION:
|
/third_party/openssl/ssl/ |
D | ssl_lib.c | 210 if (SSL_dane_tlsa_add(to, t->usage, t->selector, t->mtype, in ssl_dane_dup() 1135 int SSL_dane_tlsa_add(SSL *s, uint8_t usage, uint8_t selector, in SSL_dane_tlsa_add() function
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | ssl.h | 1743 __owur int SSL_dane_tlsa_add(SSL *s, uint8_t usage, uint8_t selector,
|
/third_party/openssl/apps/ |
D | s_client.c | 399 ret = SSL_dane_tlsa_add(con, usage, selector, mtype, data, len); in tlsa_import_rr()
|
/third_party/openssl/include/openssl/ |
D | ssl.h.in | 1788 __owur int SSL_dane_tlsa_add(SSL *s, uint8_t usage, uint8_t selector,
|