Home
last modified time | relevance | path

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

/u-boot/common/
A Dhash.c46 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 Dfsl_hash.c62 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 Dacpi_dp.c31 static int alloc_context(struct acpi_ctx **ctxp) in alloc_context()
38 static void free_context(struct acpi_ctx **ctxp) in free_context()
A Dacpigen.c37 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 Dhash-uclass.c88 int hash_init(struct udevice *dev, enum HASH_ALGO algo, void **ctxp) in hash_init()
A Dhash_sw.c194 static int sw_hash_init(struct udevice *dev, enum HASH_ALGO algo, void **ctxp) in sw_hash_init()
/u-boot/drivers/crypto/aspeed/
A Daspeed_hace.c114 static int aspeed_hace_init(struct udevice *dev, enum HASH_ALGO algo, void **ctxp) in aspeed_hace_init()
/u-boot/drivers/crypto/nuvoton/
A Dnpcm_sha.c190 int hw_sha_init(struct hash_algo *algo, void **ctxp) in hw_sha_init()

Completed in 50 milliseconds