Home
last modified time | relevance | path

Searched refs:set_ciphersuites (Results 1 – 2 of 2) sorted by relevance

/third_party/libcoap/src/
Dcoap_mbedtls.c961 set_ciphersuites(mbedtls_ssl_config *conf, coap_enc_method_t method) in set_ciphersuites() function
1086 set_ciphersuites(&m_env->conf, COAP_ENC_PSK); in setup_client_ssl_session()
1124 set_ciphersuites(&m_env->conf, COAP_ENC_PKI); in setup_client_ssl_session()
/third_party/openssl/ssl/
Dssl_ciph.c1306 static __owur int set_ciphersuites(STACK_OF(SSL_CIPHER) **currciphers, const char *str) in set_ciphersuites() function
1378 int ret = set_ciphersuites(&(ctx->tls13_ciphersuites), str); in SSL_CTX_set_ciphersuites()
1390 int ret = set_ciphersuites(&(s->tls13_ciphersuites), str); in SSL_set_ciphersuites()