Home
last modified time | relevance | path

Searched defs:hw_ctx (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Dcrypto_ce.c236 struct rkce_sha_contex *hw_ctx; in rkce_sha_ctx_alloc() local
265 static void rkce_sha_ctx_free(struct rkce_sha_contex *hw_ctx) in rkce_sha_ctx_free()
602 struct rkce_cipher_contex *hw_ctx; in rkce_cipher_ctx_alloc() local
636 static void rkce_cipher_ctx_free(struct rkce_cipher_contex *hw_ctx) in rkce_cipher_ctx_free()
756 struct rkce_cipher_contex *hw_ctx = NULL; in rk_crypto_cipher() local
H A Dcrypto_v2.c69 struct rk_hash_ctx *hw_ctx; member
372 static int rk_hash_init(void *hw_ctx, u32 algo) in rk_hash_init()
682 int rk_hmac_init(void *hw_ctx, u32 algo, u8 *key, u32 key_len) in rk_hmac_init()