Home
last modified time | relevance | path

Searched refs:ciphersuite_info (Results 1 – 9 of 9) sorted by relevance

/library/
A Dssl_tls13_keys.c928 const mbedtls_ssl_ciphersuite_t *ciphersuite_info; in mbedtls_ssl_tls13_populate_transform() local
946 if (ciphersuite_info == NULL) { in mbedtls_ssl_tls13_populate_transform()
1046 const mbedtls_ssl_ciphersuite_t *ciphersuite_info, in ssl_tls13_get_cipher_key_info() argument
1100 const mbedtls_ssl_ciphersuite_t *ciphersuite_info = in ssl_tls13_generate_early_key() local
1101 handshake->ciphersuite_info; in ssl_tls13_generate_early_key()
1209 handshake->ciphersuite_info->id, in mbedtls_ssl_tls13_compute_early_transform()
1236 if (handshake->ciphersuite_info == NULL) { in mbedtls_ssl_tls13_key_schedule_stage_early()
1299 const mbedtls_ssl_ciphersuite_t *ciphersuite_info = in ssl_tls13_generate_handshake_keys() local
1300 handshake->ciphersuite_info; in ssl_tls13_generate_handshake_keys()
1680 handshake->ciphersuite_info->id, in mbedtls_ssl_tls13_compute_handshake_transform()
[all …]
A Dssl_tls12_server.c842 *ciphersuite_info = suite_info; in ssl_ciphersuite_match()
1539 ciphersuite_info = NULL; in ssl_parse_client_hello()
1555 if (ciphersuite_info != NULL) { in ssl_parse_client_hello()
1598 ssl->handshake->ciphersuite_info = ciphersuite_info; in ssl_parse_client_hello()
2330 ssl->handshake->ciphersuite_info; in ssl_write_certificate_request()
2349 ssl->handshake->ciphersuite_info; in ssl_write_certificate_request()
2644 ssl->handshake->ciphersuite_info; in ssl_prepare_server_key_exchange()
3002 ssl->handshake->ciphersuite_info; in ssl_write_server_key_exchange()
3190 ciphersuite_info = ssl->handshake->ciphersuite_info; in ssl_parse_client_key_exchange()
3419 ssl->handshake->ciphersuite_info; in ssl_parse_certificate_verify()
[all …]
A Dssl_tls12_client.c1307 if (ssl->handshake->ciphersuite_info == NULL) { in ssl_parse_server_hello()
1804 const mbedtls_ssl_ciphersuite_t *ciphersuite_info = in ssl_parse_server_key_exchange() local
1805 ssl->handshake->ciphersuite_info; in ssl_parse_server_key_exchange()
2134 const mbedtls_ssl_ciphersuite_t *ciphersuite_info = in ssl_parse_certificate_request() local
2135 ssl->handshake->ciphersuite_info; in ssl_parse_certificate_request()
2156 const mbedtls_ssl_ciphersuite_t *ciphersuite_info = in ssl_parse_certificate_request() local
2157 ssl->handshake->ciphersuite_info; in ssl_parse_certificate_request()
2378 ssl->handshake->ciphersuite_info; in ssl_write_client_key_exchange()
2650 ((void) ciphersuite_info); in ssl_write_client_key_exchange()
2676 ssl->handshake->ciphersuite_info; in ssl_write_certificate_verify()
[all …]
A Dssl_tls13_client.c672 const mbedtls_ssl_ciphersuite_t *ciphersuite_info = NULL; in ssl_tls13_get_ciphersuite_hash_alg() local
675 if (ciphersuite_info != NULL) { in ssl_tls13_get_ciphersuite_hash_alg()
1240 const mbedtls_ssl_ciphersuite_t *ciphersuite_info; in mbedtls_ssl_tls13_finalize_client_hello() local
1271 ciphersuite_info = mbedtls_ssl_ciphersuite_from_id( in mbedtls_ssl_tls13_finalize_client_hello()
1273 ssl->handshake->ciphersuite_info = ciphersuite_info; in mbedtls_ssl_tls13_finalize_client_hello()
1597 const mbedtls_ssl_ciphersuite_t *ciphersuite_info; in ssl_tls13_parse_server_hello() local
1695 mbedtls_ssl_optimize_checksum(ssl, ciphersuite_info); in ssl_tls13_parse_server_hello()
1697 handshake->ciphersuite_info = ciphersuite_info; in ssl_tls13_parse_server_hello()
2232 handshake->ciphersuite_info->id != in ssl_tls13_process_encrypted_extensions()
2938 const mbedtls_ssl_ciphersuite_t *ciphersuite_info; in ssl_tls13_postprocess_new_session_ticket() local
[all …]
A Dssl_tls13_server.c27 const mbedtls_ssl_ciphersuite_t *ciphersuite_info; in ssl_tls13_validate_peer_ciphersuite() local
33 if ((mbedtls_ssl_validate_ciphersuite(ssl, ciphersuite_info, in ssl_tls13_validate_peer_ciphersuite()
38 return ciphersuite_info; in ssl_tls13_validate_peer_ciphersuite()
490 const mbedtls_ssl_ciphersuite_t *ciphersuite_info; member
648 if (psk->ciphersuite_info == NULL) { in ssl_tls13_parse_pre_shared_key_ext()
1430 if (handshake->ciphersuite_info == NULL) { in ssl_tls13_parse_client_hello()
1761 handshake->ciphersuite_info = psk.ciphersuite_info; in ssl_tls13_parse_client_hello()
1827 if (handshake->ciphersuite_info->id != in ssl_tls13_check_early_data_requirements()
3140 mbedtls_ssl_ciphersuite_t *ciphersuite_info; in ssl_tls13_prepare_new_session_ticket() local
3192 ciphersuite_info = in ssl_tls13_prepare_new_session_ticket()
[all …]
A Dssl_tls.c785 ((void) ciphersuite_info); in mbedtls_ssl_optimize_checksum()
6433 ssl->handshake->ciphersuite_info; in mbedtls_ssl_derive_keys()
6602 ssl->handshake->ciphersuite_info; in mbedtls_ssl_write_certificate()
6619 ssl->handshake->ciphersuite_info; in mbedtls_ssl_parse_certificate()
6642 ssl->handshake->ciphersuite_info; in mbedtls_ssl_write_certificate()
6957 ssl->handshake->ciphersuite_info; in ssl_parse_certificate_coordinate()
7556 if (ciphersuite_info != NULL && ciphersuite_info->mac == MBEDTLS_MD_SHA384) { in ssl_tls12prf_from_cs()
7562 if (ciphersuite_info != NULL && ciphersuite_info->mac == MBEDTLS_MD_SHA256) { in ssl_tls12prf_from_cs()
7569 (void) ciphersuite_info; in ssl_tls12prf_from_cs()
7668 if (ciphersuite_info == NULL) { in ssl_tls12_populate_transform()
[all …]
A Dssl_client.c351 const mbedtls_ssl_ciphersuite_t *ciphersuite_info; in ssl_write_client_hello_cipher_suites() local
353 ciphersuite_info = mbedtls_ssl_ciphersuite_from_id(cipher_suite); in ssl_write_client_hello_cipher_suites()
355 if (mbedtls_ssl_validate_ciphersuite(ssl, ciphersuite_info, in ssl_write_client_hello_cipher_suites()
365 *tls12_uses_ec |= mbedtls_ssl_ciphersuite_uses_ec(ciphersuite_info); in ssl_write_client_hello_cipher_suites()
370 ciphersuite_info->name)); in ssl_write_client_hello_cipher_suites()
A Dssl_tls13_generic.c348 (mbedtls_md_type_t) ssl->handshake->ciphersuite_info->mac, in mbedtls_ssl_tls13_process_certificate_verify()
903 ssl, (mbedtls_md_type_t) ssl->handshake->ciphersuite_info->mac, in ssl_tls13_write_certificate_verify_body()
1402 const mbedtls_ssl_ciphersuite_t *ciphersuite_info = in mbedtls_ssl_reset_transcript_for_hrr() local
1403 ssl->handshake->ciphersuite_info; in mbedtls_ssl_reset_transcript_for_hrr()
1407 ret = mbedtls_ssl_get_handshake_transcript(ssl, (mbedtls_md_type_t) ciphersuite_info->mac, in mbedtls_ssl_reset_transcript_for_hrr()
A Dssl_misc.h728 mbedtls_ssl_ciphersuite_t const *ciphersuite_info; member
1477 const mbedtls_ssl_ciphersuite_t *ciphersuite_info);
1663 const mbedtls_ssl_ciphersuite_t *ciphersuite_info,

Completed in 99 milliseconds