Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dhash.c34 static int hash_init_sha1(struct hash_algo *algo, void **ctxp) in hash_init_sha1()
62 static int hash_init_sha256(struct hash_algo *algo, void **ctxp) in hash_init_sha256()
89 static int hash_init_crc32(struct hash_algo *algo, void **ctxp) in hash_init_crc32()
/rk3399_rockchip-uboot/drivers/crypto/fsl/
H A Dfsl_hash.c59 static int caam_hash_init(void **ctxp, enum caam_hash_algos caam_algo) in caam_hash_init()
198 int hw_sha_init(struct hash_algo *algo, void **ctxp) in hw_sha_init()