Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Dtls_mbedtls_alt.c1185 __attribute_noinline__ static int tls_mbedtls_set_ciphersuites(struct tls_conf *tls_conf, int *ids,… in tls_mbedtls_set_ciphersuites() function
1217 return tls_mbedtls_set_ciphersuites(tls_conf, ssl_preset_suiteb192_ciphersuites, 2); in tls_mbedtls_set_ciphers()
1222 return tls_mbedtls_set_ciphersuites(tls_conf, ssl_preset_suiteb128_ciphersuites, 2); in tls_mbedtls_set_ciphers()
1306 return tls_mbedtls_set_ciphersuites(tls_conf, ids, nids); in tls_mbedtls_set_ciphers()
2429 return tls_mbedtls_set_ciphersuites(conn->tls_conf, ids, nids) ? 0 : -1; in tls_connection_set_cipher_list()