Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v2.c749 u32 tmp, u32 expt_int, in dump_crypto_state() argument
756 tmp, expt_int); in dump_crypto_state()
940 u32 expt_int = 0, mask = 0; in hw_cipher_crypt() local
985 expt_int = CRYPTO_LIST_DONE_INT_ST; in hw_cipher_crypt()
988 expt_int = CRYPTO_DST_ITEM_DONE_INT_ST; in hw_cipher_crypt()
1088 if ((tmp & mask) == expt_int) { in hw_cipher_crypt()
1097 dump_crypto_state(data_desc, tmp, expt_int, in, out, len, ret); in hw_cipher_crypt()