Searched defs:obuf (Results 1 - 4 of 4) sorted by relevance

/u-boot/drivers/crypto/hash/
H A Dhash-uclass.c108 int hash_finish(struct udevice *dev, void *ctx, void *obuf) argument
64 hash_digest(struct udevice *dev, enum HASH_ALGO algo, const void *ibuf, const uint32_t ilen, void *obuf) argument
76 hash_digest_wd(struct udevice *dev, enum HASH_ALGO algo, const void *ibuf, const uint32_t ilen, void *obuf, uint32_t chunk_sz) argument
H A Dhash_sw.c30 static void hash_finish_crc16_ccitt(void *ctx, void *obuf) argument
46 static void hash_finish_crc32(void *ctx, void *obuf) argument
62 static void hash_finish_md5(void *ctx, void *obuf) argument
78 static void hash_finish_sha1(void *ctx, void *obuf) argument
94 static void hash_finish_sha256(void *ctx, void *obuf) argument
110 hash_finish_sha384(void *ctx, void *obuf) argument
126 hash_finish_sha512(void *ctx, void *obuf) argument
222 sw_hash_finish(struct udevice *dev, void *ctx, void *obuf) argument
234 sw_hash_digest_wd(struct udevice *dev, enum HASH_ALGO algo, const void *ibuf, const uint32_t ilen, void *obuf, uint32_t chunk_sz) argument
276 sw_hash_digest(struct udevice *dev, enum HASH_ALGO algo, const void *ibuf, const uint32_t ilen, void *obuf) argument
[all...]
/u-boot/drivers/crypto/aspeed/
H A Daspeed_hace.c209 static int aspeed_hace_finish(struct udevice *dev, void *ctx, void *obuf) argument
278 aspeed_hace_digest_wd(struct udevice *dev, enum HASH_ALGO algo, const void *ibuf, const uint32_t ilen, void *obuf, uint32_t chunk_sz) argument
320 aspeed_hace_digest(struct udevice *dev, enum HASH_ALGO algo, const void *ibuf, const uint32_t ilen, void *obuf) argument
/u-boot/include/linux/soc/ti/
H A Dcppi5.h479 cppi5_hdesc_attach_buf(struct cppi5_host_desc_t *desc, dma_addr_t buf, u32 buf_data_len, dma_addr_t obuf, u32 obuf_len) argument
492 cppi5_hdesc_get_obuf(struct cppi5_host_desc_t *desc, dma_addr_t *obuf, u32 *obuf_len) argument

Completed in 75 milliseconds