Home
last modified time | relevance | path

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

/external/vboot_reference/tests/
Dvb21_api_tests.c51 static struct vb2_digest_context hwcrypto_emulation_dc; variable
87 memset(&hwcrypto_emulation_dc, 0, sizeof(hwcrypto_emulation_dc)); in reset_common_data()
140 vb2_digest_init(&hwcrypto_emulation_dc, hash_alg); in vb2ex_hwcrypto_digest_init()
159 vb2_digest_extend(&hwcrypto_emulation_dc, buf, size); in vb2ex_hwcrypto_digest_extend()
170 vb2_digest_finalize(&hwcrypto_emulation_dc, digest, digest_size); in vb2ex_hwcrypto_digest_finalize()