Searched refs:cipher_suite (Results 1 – 3 of 3) sorted by relevance
/mbedtls-development/include/psa/ |
A D | crypto_extra.h | 1757 return(cipher_suite->algorithm); in psa_pake_cs_get_algorithm() 1761 psa_pake_cipher_suite_t *cipher_suite, in psa_pake_cs_set_algorithm() argument 1765 cipher_suite->algorithm = 0; in psa_pake_cs_set_algorithm() 1767 cipher_suite->algorithm = algorithm; in psa_pake_cs_set_algorithm() 1773 return(PSA_PAKE_PRIMITIVE(cipher_suite->type, cipher_suite->family, in psa_pake_cs_get_primitive() 1774 cipher_suite->bits)); in psa_pake_cs_get_primitive() 1778 psa_pake_cipher_suite_t *cipher_suite, in psa_pake_cs_set_primitive() argument 1789 return(cipher_suite->hash); in psa_pake_cs_get_hash() 1793 psa_pake_cipher_suite_t *cipher_suite, in psa_pake_cs_set_hash() argument 1797 cipher_suite->hash = 0; in psa_pake_cs_set_hash() [all …]
|
/mbedtls-development/library/ |
A D | ssl_tls13_client.c | 630 int cipher_suite = ciphersuite_list[i]; in ssl_tls13_write_client_hello_cipher_suites() local 641 (unsigned int) cipher_suite, in ssl_tls13_write_client_hello_cipher_suites() 646 MBEDTLS_PUT_UINT16_BE( cipher_suite, p, 0 ); in ssl_tls13_write_client_hello_cipher_suites() 1010 int cipher_suite ) in ssl_tls13_cipher_suite_is_offered() argument 1017 if( ciphersuite_list[i] == cipher_suite ) in ssl_tls13_cipher_suite_is_offered() 1044 uint16_t cipher_suite; in ssl_tls13_parse_server_hello() local 1107 cipher_suite = MBEDTLS_GET_UINT16_BE( p, 0 ); in ssl_tls13_parse_server_hello() 1116 ciphersuite_info = mbedtls_ssl_ciphersuite_from_id( cipher_suite ); in ssl_tls13_parse_server_hello() 1118 ssl_tls13_cipher_suite_is_offered( ssl, cipher_suite ) == 0 ) in ssl_tls13_parse_server_hello() 1121 cipher_suite ) ); in ssl_tls13_parse_server_hello() [all …]
|
/mbedtls-development/docs/architecture/ |
A D | tls13-experimental.md | 349 MBEDTLS_PUT_UINT16_BE( cipher_suite, cipher_suites_iter, 0 );
|
Completed in 12 milliseconds