Searched refs:debug_hexdump (Results 1 – 1 of 1) sorted by relevance
| /src/tests/sys/kern/ |
| H A D | ktls_test.c | 112 debug_hexdump(const atf_tc_t *tc, const void *buf, int length, in debug_hexdump() function 587 debug_hexdump(tc, en->cipher_key, cipher_key_len, "cipher key"); in build_tls_enable() 590 debug_hexdump(tc, en->iv, iv_len, "iv"); in build_tls_enable() 593 debug_hexdump(tc, en->auth_key, auth_key_len, "auth key"); in build_tls_enable() 809 debug_hexdump(tc, src, len, NULL); in decrypt_tls_aes_cbc_mte() 818 debug_hexdump(tc, iv, AES_BLOCK_LEN, "iv"); in decrypt_tls_aes_cbc_mte() 821 debug_hexdump(tc, buf, payload_len, "decrypted buffer"); in decrypt_tls_aes_cbc_mte() 847 debug_hexdump(tc, &aad, sizeof(aad), "aad"); in decrypt_tls_aes_cbc_mte() 875 debug_hexdump(tc, src, len, NULL); in decrypt_tls_12_aead() 878 debug_hexdump(tc, &aad, sizeof(aad), "aad"); in decrypt_tls_12_aead() [all …]
|