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

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

Completed in 81 milliseconds