Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v2.c64 #define LLI_ADDR_ALIGN_SIZE 8 macro
952 data_desc = align_malloc(sizeof(*data_desc), LLI_ADDR_ALIGN_SIZE); in hw_cipher_crypt()
1001 aad_desc = align_malloc(sizeof(*aad_desc), LLI_ADDR_ALIGN_SIZE); in hw_cipher_crypt()
1557 priv->hw_ctx = memalign(LLI_ADDR_ALIGN_SIZE, in rockchip_crypto_probe()
H A Dcrypto_v1.c22 #define LLI_ADDR_ALIGN_SIZE 8 macro