Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Dcrypto_v2.c112 #define align_malloc(bytes, alignment) memalign(alignment, bytes) macro
1001 data_desc = align_malloc(sizeof(*data_desc), LLI_ADDR_ALIGN_SIZE); in hw_cipher_crypt()
1008 dma_in = align_malloc(tmp_len, DATA_ADDR_ALIGN_SIZE); in hw_cipher_crypt()
1017 dma_out = align_malloc(tmp_len, DATA_ADDR_ALIGN_SIZE); in hw_cipher_crypt()
1050 aad_desc = align_malloc(sizeof(*aad_desc), LLI_ADDR_ALIGN_SIZE); in hw_cipher_crypt()
1071 aad_tmp = align_malloc(aad_tmp_len, in hw_cipher_crypt()
1092 aad_tmp = align_malloc(aad_tmp_len, in hw_cipher_crypt()