Home
last modified time | relevance | path

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

/net-tools-3.4.0/mbedtls-2.4.0/
DChangeLog817 * Fix false reject in padding check in ssl_decrypt_buf() for CBC
1359 ssl_decrypt_buf()
1375 ssl_decrypt_buf() due to badly formatted padding
1523 ssl_decrypt_buf()
/net-tools-3.4.0/mbedtls-2.4.0/library/
Dssl_tls.c1567 static int ssl_decrypt_buf( mbedtls_ssl_context *ssl ) in ssl_decrypt_buf() function
3677 if( ( ret = ssl_decrypt_buf( ssl ) ) != 0 ) in ssl_prepare_record_content()