Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v2.c65 #define DATA_ADDR_ALIGN_SIZE 8 macro
418 assert(IS_ALIGNED((ulong)data, DATA_ADDR_ALIGN_SIZE)); in rk_hash_direct_calc()
573 DATA_ADDR_ALIGN_SIZE, in rockchip_crypto_sha_init()
680 DATA_ADDR_ALIGN_SIZE, in rockchip_crypto_hmac_init()
956 if (IS_ALIGNED((ulong)in, DATA_ADDR_ALIGN_SIZE) && tmp_len == len) in hw_cipher_crypt()
959 dma_in = align_malloc(tmp_len, DATA_ADDR_ALIGN_SIZE); in hw_cipher_crypt()
964 if (IS_ALIGNED((ulong)out, DATA_ADDR_ALIGN_SIZE) && in hw_cipher_crypt()
968 dma_out = align_malloc(tmp_len, DATA_ADDR_ALIGN_SIZE); in hw_cipher_crypt()
1023 DATA_ADDR_ALIGN_SIZE); in hw_cipher_crypt()
1040 if (IS_ALIGNED((ulong)aad, DATA_ADDR_ALIGN_SIZE)) { in hw_cipher_crypt()
[all …]
H A Dcrypto_v1.c23 #define DATA_ADDR_ALIGN_SIZE 8 macro
94 DATA_ADDR_ALIGN_SIZE, in rockchip_crypto_sha_init()