Lines Matching refs:ciphersuite_info

571     mbedtls_md_type_t const md_type = handshake->ciphersuite_info->mac;  in mbedtls_ssl_tls13_key_schedule_stage_application()
659 mbedtls_md_type_t const md_type = ssl->handshake->ciphersuite_info->mac; in mbedtls_ssl_tls13_calculate_verify_data()
792 const mbedtls_ssl_ciphersuite_t *ciphersuite_info; in mbedtls_ssl_tls13_populate_transform() local
803 ciphersuite_info = mbedtls_ssl_ciphersuite_from_id( ciphersuite ); in mbedtls_ssl_tls13_populate_transform()
804 if( ciphersuite_info == NULL ) in mbedtls_ssl_tls13_populate_transform()
811 cipher_info = mbedtls_cipher_info_from_type( ciphersuite_info->cipher ); in mbedtls_ssl_tls13_populate_transform()
815 ciphersuite_info->cipher ) ); in mbedtls_ssl_tls13_populate_transform()
885 if( ( ciphersuite_info->flags & MBEDTLS_CIPHERSUITE_SHORT_TAG ) != 0 ) in mbedtls_ssl_tls13_populate_transform()
911 if( handshake->ciphersuite_info == NULL ) in mbedtls_ssl_tls1_3_key_schedule_stage_early()
917 md_type = handshake->ciphersuite_info->mac; in mbedtls_ssl_tls1_3_key_schedule_stage_early()
948 const mbedtls_ssl_ciphersuite_t *ciphersuite_info = handshake->ciphersuite_info; in mbedtls_ssl_tls13_generate_handshake_keys() local
953 cipher_info = mbedtls_cipher_info_from_type( ciphersuite_info->cipher ); in mbedtls_ssl_tls13_generate_handshake_keys()
957 md_type = ciphersuite_info->mac; in mbedtls_ssl_tls13_generate_handshake_keys()
1049 mbedtls_md_type_t const md_type = handshake->ciphersuite_info->mac; in mbedtls_ssl_tls13_key_schedule_stage_handshake()
1143 handshake->ciphersuite_info->cipher ); in mbedtls_ssl_tls13_generate_application_keys()
1147 md_type = handshake->ciphersuite_info->mac; in mbedtls_ssl_tls13_generate_application_keys()