Searched defs:dest_buf (Results 1 – 10 of 10) sorted by relevance
/openbmc/u-boot/common/ |
H A D | hash.c | 49 static int hash_finish_sha1(struct hash_algo *algo, void *ctx, void *dest_buf, in hash_finish_sha1() 78 *dest_buf, int size) in hash_finish_sha256() 106 *dest_buf, int size) in hash_finish_sha384() 134 *dest_buf, int size) in hash_finish_sha512() 163 void *dest_buf, int size) in hash_finish_crc16_ccitt() 188 static int hash_finish_crc32(struct hash_algo *algo, void *ctx, void *dest_buf, in hash_finish_crc32()
|
/openbmc/linux/arch/arm/include/asm/ |
D | fncpy.h |
|
/openbmc/linux/drivers/media/test-drivers/vidtv/ |
D | vidtv_pes.h |
|
D | vidtv_ts.h |
|
D | vidtv_psi.h |
|
/openbmc/linux/crypto/async_tx/ |
D | async_memcpy.c |
|
D | async_xor.c |
|
/openbmc/u-boot/drivers/crypto/fsl/ |
H A D | fsl_hash.c | 128 static int caam_hash_finish(void *hash_ctx, void *dest_buf, in caam_hash_finish() 226 int hw_sha_finish(struct hash_algo *algo, void *ctx, void *dest_buf, in hw_sha_finish()
|
/openbmc/u-boot/drivers/crypto/ |
H A D | aspeed_hace_v1.c | 219 int hw_sha_finish(struct hash_algo *algo, void *hash_ctx, void *dest_buf, int size) in hw_sha_finish()
|
H A D | aspeed_hace.c | 248 int hw_sha_finish(struct hash_algo *algo, void *hash_ctx, void *dest_buf, int size) in hw_sha_finish()
|