Searched defs:dest_buf (Results 1 – 4 of 4) 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/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()
|