Home
last modified time | relevance | path

Searched refs:ssl_parse_encrypted_pms (Results 1 - 1 of 1) sorted by relevance

/third_party/mbedtls/library/
H A Dssl_tls12_server.c3519 static int ssl_parse_encrypted_pms(mbedtls_ssl_context *ssl, in ssl_parse_encrypted_pms() function
3847 /* Update p to skip the PSK identity. ssl_parse_encrypted_pms in ssl_parse_client_key_exchange()
3857 if ((ret = ssl_parse_encrypted_pms(ssl, p, end, 2)) != 0) { in ssl_parse_client_key_exchange()
3858 MBEDTLS_SSL_DEBUG_RET(1, ("ssl_parse_encrypted_pms"), ret); in ssl_parse_client_key_exchange()
4024 if ((ret = ssl_parse_encrypted_pms(ssl, p, end, 0)) != 0) { in ssl_parse_client_key_exchange()

Completed in 5 milliseconds