Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Dcrypto_v2.c77 #define DATA_ADDR_ALIGN_SIZE 8 macro
453 assert(IS_ALIGNED((ulong)data, DATA_ADDR_ALIGN_SIZE)); in rk_hash_direct_calc()
613 DATA_ADDR_ALIGN_SIZE, in rockchip_crypto_sha_init()
720 DATA_ADDR_ALIGN_SIZE, in rockchip_crypto_hmac_init()
1005 if (IS_ALIGNED((ulong)in, DATA_ADDR_ALIGN_SIZE) && tmp_len == len) in hw_cipher_crypt()
1008 dma_in = align_malloc(tmp_len, DATA_ADDR_ALIGN_SIZE); in hw_cipher_crypt()
1013 if (IS_ALIGNED((ulong)out, DATA_ADDR_ALIGN_SIZE) && in hw_cipher_crypt()
1017 dma_out = align_malloc(tmp_len, DATA_ADDR_ALIGN_SIZE); in hw_cipher_crypt()
1072 DATA_ADDR_ALIGN_SIZE); in hw_cipher_crypt()
1089 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()