Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v2.c98 #define align_malloc(bytes, alignment) memalign(alignment, bytes) macro
952 data_desc = align_malloc(sizeof(*data_desc), LLI_ADDR_ALIGN_SIZE); in hw_cipher_crypt()
959 dma_in = align_malloc(tmp_len, DATA_ADDR_ALIGN_SIZE); in hw_cipher_crypt()
968 dma_out = align_malloc(tmp_len, DATA_ADDR_ALIGN_SIZE); in hw_cipher_crypt()
1001 aad_desc = align_malloc(sizeof(*aad_desc), LLI_ADDR_ALIGN_SIZE); in hw_cipher_crypt()
1022 aad_tmp = align_malloc(aad_tmp_len, in hw_cipher_crypt()
1043 aad_tmp = align_malloc(aad_tmp_len, in hw_cipher_crypt()