Home
last modified time | relevance | path

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

/external/vboot_reference/tests/
Dvb20_api_tests.c37 } hwcrypto_state; variable
83 if (hwcrypto_state == HWCRYPTO_FORBIDDEN) in reset_common_data()
133 switch (hwcrypto_state) { in vb2ex_hwcrypto_digest_init()
150 if (hwcrypto_state != HWCRYPTO_ENABLED) in vb2ex_hwcrypto_digest_extend()
159 if (hwcrypto_state != HWCRYPTO_ENABLED) in vb2ex_hwcrypto_digest_finalize()
168 if (hwcrypto_state == HWCRYPTO_ENABLED) in vb2_digest_init()
183 if (hwcrypto_state == HWCRYPTO_ENABLED) in vb2_digest_extend()
195 if (hwcrypto_state == HWCRYPTO_ENABLED) in vb2_digest_finalize()
323 if (hwcrypto_state != HWCRYPTO_ENABLED) { in extend_hash_tests()
397 hwcrypto_state = HWCRYPTO_DISABLED; in main()
[all …]
Dvb21_api_tests.c49 } hwcrypto_state; variable
99 if (hwcrypto_state == HWCRYPTO_FORBIDDEN) in reset_common_data()
142 switch (hwcrypto_state) { in vb2ex_hwcrypto_digest_init()
161 if (hwcrypto_state != HWCRYPTO_ENABLED) in vb2ex_hwcrypto_digest_extend()
172 if (hwcrypto_state != HWCRYPTO_ENABLED) in vb2ex_hwcrypto_digest_finalize()
256 if (hwcrypto_state == HWCRYPTO_ENABLED) { in init_hash_tests()
290 if (hwcrypto_state == HWCRYPTO_ENABLED) { in extend_hash_tests()
345 if (hwcrypto_state == HWCRYPTO_ENABLED) { in check_hash_tests()
364 hwcrypto_state = HWCRYPTO_DISABLED; in main()
370 hwcrypto_state = HWCRYPTO_ENABLED; in main()
[all …]