Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dssl_cli.c993 const mbedtls_ssl_ciphersuite_t *ciphersuite_info; in ssl_write_client_hello() local
2272 if( ssl->handshake->ciphersuite_info == NULL ) in ssl_parse_server_hello()
3090 const mbedtls_ssl_ciphersuite_t *ciphersuite_info = in ssl_parse_server_key_exchange() local
3091 ssl->handshake->ciphersuite_info; in ssl_parse_server_key_exchange()
3496 const mbedtls_ssl_ciphersuite_t *ciphersuite_info = in ssl_parse_certificate_request() local
3497 ssl->handshake->ciphersuite_info; in ssl_parse_certificate_request()
3520 ssl->handshake->ciphersuite_info; in ssl_parse_certificate_request()
3732 ssl->handshake->ciphersuite_info; in ssl_write_client_key_exchange()
4134 ((void) ciphersuite_info); in ssl_write_client_key_exchange()
4161 ssl->handshake->ciphersuite_info; in ssl_write_certificate_verify()
[all …]
A Dssl_srv.c1164 *ciphersuite_info = suite_info; in ssl_ciphersuite_match()
1368 ciphersuite_info = NULL; in ssl_parse_client_hello_v2()
1387 if( ciphersuite_info != NULL ) in ssl_parse_client_hello_v2()
1407 ssl->handshake->ciphersuite_info = ciphersuite_info; in ssl_parse_client_hello_v2()
2232 ciphersuite_info = NULL; in ssl_parse_client_hello()
2274 ssl->handshake->ciphersuite_info = ciphersuite_info; in ssl_parse_client_hello()
3079 ssl->handshake->ciphersuite_info; in ssl_write_certificate_request()
3099 ssl->handshake->ciphersuite_info; in ssl_write_certificate_request()
3327 ssl->handshake->ciphersuite_info; in ssl_prepare_server_key_exchange()
4148 ciphersuite_info = ssl->handshake->ciphersuite_info; in ssl_parse_client_key_exchange()
[all …]
A Dssl_tls.c996 const mbedtls_ssl_ciphersuite_t *ciphersuite_info; in ssl_populate_transform() local
1025 if( ciphersuite_info == NULL ) in ssl_populate_transform()
1726 ssl->handshake->ciphersuite_info; in mbedtls_ssl_derive_keys()
2185 ssl->handshake->ciphersuite_info; in mbedtls_ssl_write_certificate()
2203 ssl->handshake->ciphersuite_info; in mbedtls_ssl_parse_certificate()
2227 ssl->handshake->ciphersuite_info; in mbedtls_ssl_write_certificate()
2595 ssl->handshake->ciphersuite_info; in ssl_parse_certificate_coordinate()
2628 ssl->handshake->ciphersuite_info; in ssl_parse_certificate_verify()
3017 ((void) ciphersuite_info); in mbedtls_ssl_optimize_checksum()
3027 if( ciphersuite_info->mac == MBEDTLS_MD_SHA384 ) in mbedtls_ssl_optimize_checksum()
[all …]
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dssl_internal.h479 mbedtls_ssl_ciphersuite_t const *ciphersuite_info; member
1061 const mbedtls_ssl_ciphersuite_t *ciphersuite_info );

Completed in 30 milliseconds