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()
1449 0, PSA_ALG_NONE, &handshake->ciphersuite_info); in ssl_tls13_parse_client_hello()
1451 if (handshake->ciphersuite_info == NULL) { in ssl_tls13_parse_client_hello()
1456 ssl->session_negotiate->ciphersuite = handshake->ciphersuite_info->id; in ssl_tls13_parse_client_hello()
1459 ((unsigned) handshake->ciphersuite_info->id), in ssl_tls13_parse_client_hello()
1460 handshake->ciphersuite_info->name)); in ssl_tls13_parse_client_hello()
1782 handshake->ciphersuite_info = psk.ciphersuite_info; in ssl_tls13_parse_client_hello()
1783 ssl->session_negotiate->ciphersuite = psk.ciphersuite_info->id; in ssl_tls13_parse_client_hello()
1786 ((unsigned) psk.ciphersuite_info->id), in ssl_tls13_parse_client_hello()
1787 psk.ciphersuite_info->name)); in ssl_tls13_parse_client_hello()
1800 mbedtls_ssl_optimize_checksum(ssl, handshake->ciphersuite_info); in ssl_tls13_parse_client_hello()
1848 if (handshake->ciphersuite_info->id != in ssl_tls13_check_early_data_requirements()
3161 mbedtls_ssl_ciphersuite_t *ciphersuite_info; in ssl_tls13_prepare_new_session_ticket() local
3214 ciphersuite_info = in ssl_tls13_prepare_new_session_ticket()
3215 (mbedtls_ssl_ciphersuite_t *) ssl->handshake->ciphersuite_info; in ssl_tls13_prepare_new_session_ticket()
3216 psa_hash_alg = mbedtls_md_psa_alg_from_type((mbedtls_md_type_t) ciphersuite_info->mac); in ssl_tls13_prepare_new_session_ticket()
3225 session->ciphersuite = ciphersuite_info->id; in ssl_tls13_prepare_new_session_ticket()