Lines Matching refs:hwcrypto_state
49 } 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()
376 hwcrypto_state = HWCRYPTO_FORBIDDEN; in main()