Lines Matching refs:ciphersuite_info

672     const mbedtls_ssl_ciphersuite_t *ciphersuite_info = NULL;  in ssl_tls13_get_ciphersuite_hash_alg()  local
673 ciphersuite_info = mbedtls_ssl_ciphersuite_from_id(ciphersuite); in ssl_tls13_get_ciphersuite_hash_alg()
675 if (ciphersuite_info != NULL) { in ssl_tls13_get_ciphersuite_hash_alg()
676 return mbedtls_md_psa_alg_from_type((mbedtls_md_type_t) ciphersuite_info->mac); in ssl_tls13_get_ciphersuite_hash_alg()
1113 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()
1245 const mbedtls_ssl_ciphersuite_t *ciphersuite_info; in mbedtls_ssl_tls13_finalize_client_hello() local
1276 ciphersuite_info = mbedtls_ssl_ciphersuite_from_id( in mbedtls_ssl_tls13_finalize_client_hello()
1278 ssl->handshake->ciphersuite_info = ciphersuite_info; in mbedtls_ssl_tls13_finalize_client_hello()
1602 const mbedtls_ssl_ciphersuite_t *ciphersuite_info; in ssl_tls13_parse_server_hello() local
1672 ciphersuite_info = mbedtls_ssl_ciphersuite_from_id(cipher_suite); in ssl_tls13_parse_server_hello()
1676 if ((mbedtls_ssl_validate_ciphersuite(ssl, ciphersuite_info, in ssl_tls13_parse_server_hello()
1700 mbedtls_ssl_optimize_checksum(ssl, ciphersuite_info); in ssl_tls13_parse_server_hello()
1702 handshake->ciphersuite_info = ciphersuite_info; in ssl_tls13_parse_server_hello()
1704 cipher_suite, ciphersuite_info->name)); in ssl_tls13_parse_server_hello()
1980 ssl->session_negotiate->ciphersuite = ssl->handshake->ciphersuite_info->id; in ssl_tls13_postprocess_hrr()
2237 handshake->ciphersuite_info->id != in ssl_tls13_process_encrypted_extensions()
2263 ssl->session_negotiate->ciphersuite = handshake->ciphersuite_info->id; in ssl_tls13_process_encrypted_extensions()
2943 const mbedtls_ssl_ciphersuite_t *ciphersuite_info; in ssl_tls13_postprocess_new_session_ticket() local
2956 ciphersuite_info = mbedtls_ssl_ciphersuite_from_id(session->ciphersuite); in ssl_tls13_postprocess_new_session_ticket()
2957 if (ciphersuite_info == NULL) { in ssl_tls13_postprocess_new_session_ticket()
2962 psa_hash_alg = mbedtls_md_psa_alg_from_type((mbedtls_md_type_t) ciphersuite_info->mac); in ssl_tls13_postprocess_new_session_ticket()