Searched refs:align_malloc (Results 1 – 1 of 1) sorted by relevance
98 #define align_malloc(bytes, alignment) memalign(alignment, bytes) macro952 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()