Searched refs:rkce_cma_alloc (Results 1 – 2 of 2) sorted by relevance
16 #define rkce_cma_alloc(size) memalign(RKCE_BUF_ALIGN_SIZE, size) macro
244 hw_ctx->td = rkce_cma_alloc(sizeof(struct rkce_hash_td)); in rkce_sha_ctx_alloc()250 hw_ctx->td_buf = rkce_cma_alloc(sizeof(struct rkce_hash_td_buf)); in rkce_sha_ctx_alloc()579 aad_tmp = rkce_cma_alloc(aad_tmp_len); in rkce_build_ccm_aad()608 hw_ctx->td = rkce_cma_alloc(sizeof(struct rkce_symm_td)); in rkce_cipher_ctx_alloc()614 hw_ctx->td_aad = rkce_cma_alloc(sizeof(struct rkce_symm_td)); in rkce_cipher_ctx_alloc()620 hw_ctx->td_buf = rkce_cma_alloc(sizeof(struct rkce_symm_td_buf)); in rkce_cipher_ctx_alloc()