Searched refs:mbedtls_ssl_ciphersuite_from_id (Results 1 – 9 of 9) sorted by relevance
464 const mbedtls_ssl_ciphersuite_t *mbedtls_ssl_ciphersuite_from_id(int ciphersuite_id);
1828 if ((cs_info = mbedtls_ssl_ciphersuite_from_id(*p)) != NULL && in mbedtls_ssl_list_ciphersuites()1862 const mbedtls_ssl_ciphersuite_t *mbedtls_ssl_ciphersuite_from_id(int ciphersuite) in mbedtls_ssl_ciphersuite_from_id() function1881 cur = mbedtls_ssl_ciphersuite_from_id(ciphersuite_id); in mbedtls_ssl_get_ciphersuite_name()
674 ciphersuite_info = mbedtls_ssl_ciphersuite_from_id(ciphersuite); in ssl_tls13_get_ciphersuite_hash_alg()1277 ciphersuite_info = mbedtls_ssl_ciphersuite_from_id( in mbedtls_ssl_tls13_finalize_client_hello()1673 ciphersuite_info = mbedtls_ssl_ciphersuite_from_id(cipher_suite); in ssl_tls13_parse_server_hello()2957 ciphersuite_info = mbedtls_ssl_ciphersuite_from_id(session->ciphersuite); in ssl_tls13_postprocess_new_session_ticket()
355 ciphersuite_info = mbedtls_ssl_ciphersuite_from_id(cipher_suite); in ssl_write_client_hello_cipher_suites()
806 suite_info = mbedtls_ssl_ciphersuite_from_id(suite_id); in ssl_ciphersuite_match()1725 suite = mbedtls_ssl_ciphersuite_from_id( in ssl_write_encrypt_then_mac_ext()2328 mbedtls_ssl_ciphersuite_from_id(ssl->session_negotiate->ciphersuite); in ssl_write_server_hello()
1351 ssl->handshake->ciphersuite_info = mbedtls_ssl_ciphersuite_from_id(i); in ssl_parse_server_hello()1414 suite_info = mbedtls_ssl_ciphersuite_from_id( in ssl_parse_server_hello()
953 ciphersuite_info = mbedtls_ssl_ciphersuite_from_id(ciphersuite); in mbedtls_ssl_tls13_populate_transform()
1755 mbedtls_ssl_ciphersuite_from_id(session->ciphersuite); in mbedtls_ssl_set_session()8568 mbedtls_ssl_ciphersuite_from_id(ciphersuite_id); in ssl_tls12prf_from_cs()8687 ciphersuite_info = mbedtls_ssl_ciphersuite_from_id(ciphersuite); in ssl_tls12_populate_transform()10159 const mbedtls_ssl_ciphersuite_t *ciphersuite = mbedtls_ssl_ciphersuite_from_id(ciphersuite_id); in mbedtls_ssl_export_keying_material()
33 ciphersuite_info = mbedtls_ssl_ciphersuite_from_id(cipher_suite); in ssl_tls13_validate_peer_ciphersuite()