tls_connection_decrypt() function
tls_connection_decrypt - Decrypt data from TLS tunnel @tls_ctx: TLS context data from tls_init() @conn: Connection context data from tls_connection_init() @in_data: Encrypted TLS data Returns: Decrypted TLS data or %NULL on failure This function is used after TLS handshake has been completed successfully to receive data from the encrypted tunnel. The caller is responsible for freeing the returned output data.
tls_connection_decrypt() is called by 1 function and calls 6 functions:
![]()
tls_connection_decrypt()
tls_connection_decrypt() reads 4 variables and writes 2 variables:
![]()
tls_connection_decrypt()
tls_connection_decrypt() allocates 1 types:
![]()
tls_connection_decrypt()