Searched refs:decrypt_tls_record (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/tests/sys/kern/ |
H A D | ktls_test.c | 969 decrypt_tls_record(const atf_tc_t *tc, struct tls_enable *en, uint64_t seqno, in decrypt_tls_record() function 1272 decrypted_len += decrypt_tls_record(tc, en, in test_ktls_transmit_app_data() 1368 rv = decrypt_tls_record(tc, en, seqno, outbuf, record_len, decrypted, in test_ktls_transmit_control() 1436 rv = decrypt_tls_record(tc, en, seqno, outbuf, record_len, NULL, 0, in test_ktls_transmit_empty_fragment()
|