Searched defs:ctxp (Results 1 – 8 of 8) sorted by relevance
| /u-boot/common/ |
| A D | hash.c | 46 static int __maybe_unused hash_init_sha1(struct hash_algo *algo, void **ctxp) in hash_init_sha1() 73 static int __maybe_unused hash_init_sha256(struct hash_algo *algo, void **ctxp) in hash_init_sha256() 100 static int __maybe_unused hash_init_sha384(struct hash_algo *algo, void **ctxp) in hash_init_sha384() 127 static int __maybe_unused hash_init_sha512(struct hash_algo *algo, void **ctxp) in hash_init_sha512() 154 static int hash_init_crc16_ccitt(struct hash_algo *algo, void **ctxp) in hash_init_crc16_ccitt() 181 static int __maybe_unused hash_init_crc32(struct hash_algo *algo, void **ctxp) in hash_init_crc32()
|
| /u-boot/drivers/crypto/fsl/ |
| A D | fsl_hash.c | 62 static int caam_hash_init(void **ctxp, enum caam_hash_algos caam_algo) in caam_hash_init() 232 int hw_sha_init(struct hash_algo *algo, void **ctxp) in hw_sha_init()
|
| /u-boot/test/dm/ |
| A D | acpi_dp.c | 31 static int alloc_context(struct acpi_ctx **ctxp) in alloc_context() 38 static void free_context(struct acpi_ctx **ctxp) in free_context()
|
| A D | acpigen.c | 37 int acpi_test_alloc_context_size(struct acpi_ctx **ctxp, int size) in acpi_test_alloc_context_size() 65 static int alloc_context(struct acpi_ctx **ctxp) in alloc_context() 70 static void free_context(struct acpi_ctx **ctxp) in free_context()
|
| /u-boot/drivers/crypto/hash/ |
| A D | hash-uclass.c | 88 int hash_init(struct udevice *dev, enum HASH_ALGO algo, void **ctxp) in hash_init()
|
| A D | hash_sw.c | 194 static int sw_hash_init(struct udevice *dev, enum HASH_ALGO algo, void **ctxp) in sw_hash_init()
|
| /u-boot/drivers/crypto/aspeed/ |
| A D | aspeed_hace.c | 114 static int aspeed_hace_init(struct udevice *dev, enum HASH_ALGO algo, void **ctxp) in aspeed_hace_init()
|
| /u-boot/drivers/crypto/nuvoton/ |
| A D | npcm_sha.c | 190 int hw_sha_init(struct hash_algo *algo, void **ctxp) in hw_sha_init()
|
Completed in 50 milliseconds