Lines Matching refs:ciphersuite_info

28     const mbedtls_ssl_ciphersuite_t *ciphersuite_info;  in ssl_tls13_validate_peer_ciphersuite()  local
33 ciphersuite_info = mbedtls_ssl_ciphersuite_from_id(cipher_suite); in ssl_tls13_validate_peer_ciphersuite()
34 if ((mbedtls_ssl_validate_ciphersuite(ssl, ciphersuite_info, in ssl_tls13_validate_peer_ciphersuite()
39 return ciphersuite_info; in ssl_tls13_validate_peer_ciphersuite()
493 const mbedtls_ssl_ciphersuite_t *ciphersuite_info; member
649 &psk->ciphersuite_info); in ssl_tls13_parse_pre_shared_key_ext()
651 if (psk->ciphersuite_info == NULL) { in ssl_tls13_parse_pre_shared_key_ext()
668 mbedtls_md_psa_alg_from_type((mbedtls_md_type_t) psk->ciphersuite_info->mac)); in ssl_tls13_parse_pre_shared_key_ext()
1447 0, PSA_ALG_NONE, &handshake->ciphersuite_info); in ssl_tls13_parse_client_hello()
1449 if (handshake->ciphersuite_info == NULL) { in ssl_tls13_parse_client_hello()
1454 ssl->session_negotiate->ciphersuite = handshake->ciphersuite_info->id; in ssl_tls13_parse_client_hello()
1457 ((unsigned) handshake->ciphersuite_info->id), in ssl_tls13_parse_client_hello()
1458 handshake->ciphersuite_info->name)); in ssl_tls13_parse_client_hello()
1780 handshake->ciphersuite_info = psk.ciphersuite_info; in ssl_tls13_parse_client_hello()
1781 ssl->session_negotiate->ciphersuite = psk.ciphersuite_info->id; in ssl_tls13_parse_client_hello()
1784 ((unsigned) psk.ciphersuite_info->id), in ssl_tls13_parse_client_hello()
1785 psk.ciphersuite_info->name)); in ssl_tls13_parse_client_hello()
1798 mbedtls_ssl_optimize_checksum(ssl, handshake->ciphersuite_info); in ssl_tls13_parse_client_hello()
1846 if (handshake->ciphersuite_info->id != in ssl_tls13_check_early_data_requirements()
3158 mbedtls_ssl_ciphersuite_t *ciphersuite_info; in ssl_tls13_prepare_new_session_ticket() local
3211 ciphersuite_info = in ssl_tls13_prepare_new_session_ticket()
3212 (mbedtls_ssl_ciphersuite_t *) ssl->handshake->ciphersuite_info; in ssl_tls13_prepare_new_session_ticket()
3213 psa_hash_alg = mbedtls_md_psa_alg_from_type((mbedtls_md_type_t) ciphersuite_info->mac); in ssl_tls13_prepare_new_session_ticket()
3222 session->ciphersuite = ciphersuite_info->id; in ssl_tls13_prepare_new_session_ticket()