Searched defs:ctxp (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/common/ |
H A D | hash.c | 34 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() 90 static int hash_init_sha384(struct hash_algo *algo, void **ctxp) in hash_init_sha384() 118 static int hash_init_sha512(struct hash_algo *algo, void **ctxp) in hash_init_sha512() 146 static int hash_init_crc16_ccitt(struct hash_algo *algo, void **ctxp) in hash_init_crc16_ccitt() 173 static int hash_init_crc32(struct hash_algo *algo, void **ctxp) in hash_init_crc32()
|
/openbmc/linux/tools/perf/util/ |
D | stat-shadow.c |
|
/openbmc/u-boot/drivers/crypto/fsl/ |
H A D | fsl_hash.c | 59 static int caam_hash_init(void **ctxp, enum caam_hash_algos caam_algo) in caam_hash_init() 215 int hw_sha_init(struct hash_algo *algo, void **ctxp) in hw_sha_init()
|
/openbmc/linux/drivers/crypto/cavium/nitrox/ |
D | nitrox_lib.c |
|
D | nitrox_req.h |
|
/openbmc/u-boot/drivers/crypto/ |
H A D | aspeed_hace_v1.c | 158 int hw_sha_init(struct hash_algo *algo, void **ctxp) in hw_sha_init()
|
H A D | aspeed_hace.c | 156 int hw_sha_init(struct hash_algo *algo, void **ctxp) in hw_sha_init()
|