Searched refs:pool_timeout_us (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/ |
| H A D | rk_crypto_v2_ahash.c | 44 unsigned int pool_timeout_us = 1000; in rk_hash_reset() local 54 ret = read_poll_timeout_atomic(CRYPTO_READ, tmp, !tmp, 0, pool_timeout_us, in rk_hash_reset() 58 pool_timeout_us); in rk_hash_reset()
|
| H A D | rk_crypto_v3_ahash.c | 49 unsigned int pool_timeout_us = 1000; in rk_hash_reset() local 59 ret = read_poll_timeout_atomic(CRYPTO_READ, tmp, !tmp, 0, pool_timeout_us, in rk_hash_reset() 63 pool_timeout_us); in rk_hash_reset()
|
| H A D | rk_crypto_v2_skcipher.c | 183 unsigned int pool_timeout_us = 1000; in rk_cipher_reset() local 194 pool_timeout_us, false, rk_dev, CRYPTO_RST_CTL); in rk_cipher_reset() 197 pool_timeout_us); in rk_cipher_reset()
|
| H A D | rk_crypto_v3_skcipher.c | 182 unsigned int pool_timeout_us = 1000; in rk_cipher_reset() local 193 pool_timeout_us, false, rk_dev, CRYPTO_RST_CTL); in rk_cipher_reset() 196 pool_timeout_us); in rk_cipher_reset()
|