Home
last modified time | relevance | path

Searched defs:hash_ctx (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/crypto/
H A Dalgif_hash.c19 struct hash_ctx { struct
32 static int hash_alloc_result(struct sock *sk, struct hash_ctx *ctx) in hash_alloc_result() argument
/OK3568_Linux_fs/kernel/drivers/crypto/ux500/hash/
H A Dhash_alg.h328 struct hash_ctx { struct
337 * struct hash_ctx - The request context used for hash calculations. argument
/OK3568_Linux_fs/u-boot/drivers/crypto/fsl/
H A Dfsl_hash.c82 static int caam_hash_update(void *hash_ctx, const void *buf, in caam_hash_update()
128 static int caam_hash_finish(void *hash_ctx, void *dest_buf, in caam_hash_finish()
/OK3568_Linux_fs/u-boot/lib/
H A Dtpm.c709 sha1_context hash_ctx; in create_request_auth() local
774 sha1_context hash_ctx; in verify_response_auth() local
/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v2.c413 struct rk_hash_ctx *hash_ctx = priv->hw_ctx; in rk_hash_direct_calc() local
561 struct rk_hash_ctx *hash_ctx = priv->hw_ctx; in rockchip_crypto_sha_init() local
668 struct rk_hash_ctx *hash_ctx = priv->hw_ctx; in rockchip_crypto_hmac_init() local
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dpicoxcell_crypto.c169 u8 hash_ctx[SPACC_CRYPTO_IPSEC_HASH_PG_SZ]; member