Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/rockchip/
H A Drkce_buf.h17 #define rkce_cma_free(buf) free(buf) macro
/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Dcrypto_ce.c258 rkce_cma_free(hw_ctx->td); in rkce_sha_ctx_alloc()
259 rkce_cma_free(hw_ctx->td_buf); in rkce_sha_ctx_alloc()
270 rkce_cma_free(hw_ctx->td); in rkce_sha_ctx_free()
271 rkce_cma_free(hw_ctx->td_buf); in rkce_sha_ctx_free()
545 rkce_cma_free(new_aad); in rkce_destroy_ccm_aad()
628 rkce_cma_free(hw_ctx->td); in rkce_cipher_ctx_alloc()
629 rkce_cma_free(hw_ctx->td_aad); in rkce_cipher_ctx_alloc()
630 rkce_cma_free(hw_ctx->td_buf); in rkce_cipher_ctx_alloc()
641 rkce_cma_free(hw_ctx->td); in rkce_cipher_ctx_free()
642 rkce_cma_free(hw_ctx->td_aad); in rkce_cipher_ctx_free()
[all …]