Home
last modified time | relevance | path

Searched refs:ssl_parse_encrypt_then_mac_ext (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/library/
Dssl_tls12_client.c736 static int ssl_parse_encrypt_then_mac_ext(mbedtls_ssl_context *ssl, in ssl_parse_encrypt_then_mac_ext() function
1505 if ((ret = ssl_parse_encrypt_then_mac_ext(ssl, in ssl_parse_server_hello()
Dssl_tls12_server.c424 static int ssl_parse_encrypt_then_mac_ext(mbedtls_ssl_context *ssl, in ssl_parse_encrypt_then_mac_ext() function
1435 ret = ssl_parse_encrypt_then_mac_ext(ssl, ext + 4, ext_size); in ssl_parse_client_hello()