Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_v2_skcipher.c371 lli_head->user_define = LLI_USER_STRING_START | LLI_USER_CIPHER_START; in crypto_dma_start()
381 lli_aad->user_define = LLI_USER_CIPHER_START | in crypto_dma_start()
388 lli_head->user_define &= (~((u32)LLI_USER_CIPHER_START)); in crypto_dma_start()
H A Drk_crypto_v3_skcipher.c370 lli_head->user_define = LLI_USER_STRING_START | LLI_USER_CIPHER_START; in crypto_dma_start()
380 lli_aad->user_define = LLI_USER_CIPHER_START | in crypto_dma_start()
387 lli_head->user_define &= (~((u32)LLI_USER_CIPHER_START)); in crypto_dma_start()
H A Drk_crypto_v2_reg.h294 #define LLI_USER_CIPHER_START BIT(0) macro
H A Drk_crypto_v2_ahash.c255 lli_head->user_define |= LLI_USER_CIPHER_START; in rk_ahash_dma_start()
H A Drk_crypto_v3_ahash.c331 lli_head->user_define |= LLI_USER_CIPHER_START; in rk_ahash_dma_start()
/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v2.c439 (LLI_USER_STRING_START | LLI_USER_CIPHER_START); in rk_hash_direct_calc()
992 data_desc->user_define = LLI_USER_CIPHER_START | in hw_cipher_crypt()
1007 aad_desc->user_define = LLI_USER_CIPHER_START | in hw_cipher_crypt()
/OK3568_Linux_fs/u-boot/include/rockchip/
H A Dcrypto_v2.h567 #define LLI_USER_CIPHER_START _BIT(0) macro