Lines Matching refs:ciphersuite_info

673     const mbedtls_ssl_ciphersuite_t *ciphersuite_info = NULL;  in ssl_tls13_get_ciphersuite_hash_alg()  local
674 ciphersuite_info = mbedtls_ssl_ciphersuite_from_id(ciphersuite); in ssl_tls13_get_ciphersuite_hash_alg()
676 if (ciphersuite_info != NULL) { in ssl_tls13_get_ciphersuite_hash_alg()
677 return mbedtls_md_psa_alg_from_type((mbedtls_md_type_t) ciphersuite_info->mac); in ssl_tls13_get_ciphersuite_hash_alg()
1114 if (mbedtls_md_psa_alg_from_type((mbedtls_md_type_t) ssl->handshake->ciphersuite_info->mac) in ssl_tls13_parse_server_pre_shared_key_ext()
1246 const mbedtls_ssl_ciphersuite_t *ciphersuite_info; in mbedtls_ssl_tls13_finalize_client_hello() local
1277 ciphersuite_info = mbedtls_ssl_ciphersuite_from_id( in mbedtls_ssl_tls13_finalize_client_hello()
1279 ssl->handshake->ciphersuite_info = ciphersuite_info; in mbedtls_ssl_tls13_finalize_client_hello()
1603 const mbedtls_ssl_ciphersuite_t *ciphersuite_info; in ssl_tls13_parse_server_hello() local
1673 ciphersuite_info = mbedtls_ssl_ciphersuite_from_id(cipher_suite); in ssl_tls13_parse_server_hello()
1677 if ((mbedtls_ssl_validate_ciphersuite(ssl, ciphersuite_info, in ssl_tls13_parse_server_hello()
1701 mbedtls_ssl_optimize_checksum(ssl, ciphersuite_info); in ssl_tls13_parse_server_hello()
1703 handshake->ciphersuite_info = ciphersuite_info; in ssl_tls13_parse_server_hello()
1705 cipher_suite, ciphersuite_info->name)); in ssl_tls13_parse_server_hello()
1981 ssl->session_negotiate->ciphersuite = ssl->handshake->ciphersuite_info->id; in ssl_tls13_postprocess_hrr()
2238 handshake->ciphersuite_info->id != in ssl_tls13_process_encrypted_extensions()
2264 ssl->session_negotiate->ciphersuite = handshake->ciphersuite_info->id; in ssl_tls13_process_encrypted_extensions()
2944 const mbedtls_ssl_ciphersuite_t *ciphersuite_info; in ssl_tls13_postprocess_new_session_ticket() local
2957 ciphersuite_info = mbedtls_ssl_ciphersuite_from_id(session->ciphersuite); in ssl_tls13_postprocess_new_session_ticket()
2958 if (ciphersuite_info == NULL) { in ssl_tls13_postprocess_new_session_ticket()
2963 psa_hash_alg = mbedtls_md_psa_alg_from_type((mbedtls_md_type_t) ciphersuite_info->mac); in ssl_tls13_postprocess_new_session_ticket()