Searched refs:debug_hexdump (Results 1 – 1 of 1) sorted by relevance
| /freebsd/tests/sys/kern/ |
| H A D | ktls_test.c | 135 debug_hexdump(const atf_tc_t *tc, const void *buf, int length, in debug_hexdump() function 619 debug_hexdump(tc, en->cipher_key, cipher_key_len, "cipher key"); in build_tls_enable() 622 debug_hexdump(tc, en->iv, iv_len, "iv"); in build_tls_enable() 625 debug_hexdump(tc, en->auth_key, auth_key_len, "auth key"); in build_tls_enable() 841 debug_hexdump(tc, src, len, NULL); in decrypt_tls_aes_cbc_mte() 850 debug_hexdump(tc, iv, AES_BLOCK_LEN, "iv"); in decrypt_tls_aes_cbc_mte() 853 debug_hexdump(tc, buf, payload_len, "decrypted buffer"); in decrypt_tls_aes_cbc_mte() 879 debug_hexdump(tc, &aad, sizeof(aad), "aad"); in decrypt_tls_aes_cbc_mte() 907 debug_hexdump(tc, src, len, NULL); in decrypt_tls_12_aead() 910 debug_hexdump(tc, &aad, sizeof(aad), "aad"); in decrypt_tls_12_aead() [all …]
|