Searched refs:ctxp (Results 1 – 6 of 6) 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() argument 38 *ctxp = ctx; in hash_init_sha1() 62 static int hash_init_sha256(struct hash_algo *algo, void **ctxp) in hash_init_sha256() argument 66 *ctxp = ctx; in hash_init_sha256() 90 static int hash_init_sha384(struct hash_algo *algo, void **ctxp) in hash_init_sha384() argument 94 *ctxp = ctx; in hash_init_sha384() 118 static int hash_init_sha512(struct hash_algo *algo, void **ctxp) in hash_init_sha512() argument 122 *ctxp = ctx; in hash_init_sha512() 146 static int hash_init_crc16_ccitt(struct hash_algo *algo, void **ctxp) in hash_init_crc16_ccitt() argument 150 *ctxp = ctx; in hash_init_crc16_ccitt() [all …]
|
| /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() argument 61 *ctxp = calloc(1, sizeof(struct sha_ctx)); in caam_hash_init() 62 if (*ctxp == NULL) { in caam_hash_init() 215 int hw_sha_init(struct hash_algo *algo, void **ctxp) in hw_sha_init() argument 217 return caam_hash_init(ctxp, get_hash_type(algo)); in hw_sha_init()
|
| /openbmc/u-boot/include/ |
| H A D | hw_sha.h | 70 int hw_sha_init(struct hash_algo *algo, void **ctxp);
|
| H A D | hash.h | 48 int (*hash_init)(struct hash_algo *algo, void **ctxp);
|
| /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() argument 191 *ctxp = ctx; 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() argument 197 *ctxp = ctx; in hw_sha_init()
|