Home
last modified time | relevance | path

Searched refs:BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/include/openssl/
Dbio.h130 # define BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY 51 macro
/third_party/openssl/ssl/statem/
Dstatem_clnt.c1726 BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY, in tls_process_server_hello()
3427 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY, in tls_client_key_exchange_post_work()
Dstatem_srvr.c878 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY, in ossl_statem_server_post_work()
3555 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY, in tls_post_process_client_key_exchange()
/third_party/openssl/crypto/bio/
Dbss_dgram.c1397 case BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY: in dgram_sctp_ctrl()