Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/rockchip/
H A Drkce_core.h203 uint32_t first_pkg : 1; member
219 uint32_t first_pkg : 1; member
238 uint32_t first_pkg : 1; member
/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Dcrypto_ce.c303 hash_ctx->ctrl.first_pkg = 1; in rk_sha_init()
348 if (hash_ctx->ctrl.first_pkg == 1) in rk_sha_update()
349 hash_ctx->ctrl.first_pkg = 0; in rk_sha_update()
781 hw_ctx->td->ctrl.first_pkg = 1; in rk_crypto_cipher()