Searched refs:expt_int (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/crypto/rockchip/ |
| H A D | crypto_v2.c | 789 u32 tmp, u32 expt_int, in dump_crypto_state() argument 796 tmp, expt_int); in dump_crypto_state() 989 u32 expt_int = 0, mask = 0; in hw_cipher_crypt() local 1034 expt_int = CRYPTO_LIST_DONE_INT_ST; in hw_cipher_crypt() 1037 expt_int = CRYPTO_DST_ITEM_DONE_INT_ST; in hw_cipher_crypt() 1137 if ((tmp & mask) == expt_int) { in hw_cipher_crypt() 1146 dump_crypto_state(data_desc, tmp, expt_int, in, out, len, ret); in hw_cipher_crypt()
|