Searched refs:dest_buf (Results 1 – 5 of 5) sorted by relevance
| /u-boot/common/ |
| A D | hash.c | 63 void *dest_buf, int size) in hash_finish_sha1() argument 68 sha1_finish((sha1_context *)ctx, dest_buf); in hash_finish_sha1() 90 void *dest_buf, int size) in hash_finish_sha256() argument 95 sha256_finish((sha256_context *)ctx, dest_buf); in hash_finish_sha256() 117 void *dest_buf, int size) in hash_finish_sha384() argument 122 sha384_finish((sha512_context *)ctx, dest_buf); in hash_finish_sha384() 144 void *dest_buf, int size) in hash_finish_sha512() argument 171 void *dest_buf, int size) in hash_finish_crc16_ccitt() argument 176 *((uint16_t *)dest_buf) = *((uint16_t *)ctx); in hash_finish_crc16_ccitt() 198 void *dest_buf, int size) in hash_finish_crc32() argument [all …]
|
| /u-boot/drivers/crypto/fsl/ |
| A D | fsl_hash.c | 131 static int caam_hash_finish(void *hash_ctx, void *dest_buf, in caam_hash_finish() argument 176 memcpy(dest_buf, ctx->hash, sizeof(ctx->hash)); in caam_hash_finish() 243 int hw_sha_finish(struct hash_algo *algo, void *ctx, void *dest_buf, in hw_sha_finish() argument 246 return caam_hash_finish(ctx, dest_buf, size, get_hash_type(algo)); in hw_sha_finish()
|
| /u-boot/include/ |
| A D | hw_sha.h | 98 int hw_sha_finish(struct hash_algo *algo, void *ctx, void *dest_buf,
|
| A D | hash.h | 81 int (*hash_finish)(struct hash_algo *algo, void *ctx, void *dest_buf,
|
| /u-boot/drivers/crypto/nuvoton/ |
| A D | npcm_sha.c | 235 int hw_sha_finish(struct hash_algo *algo, void *ctx, void *dest_buf, int size) in hw_sha_finish() argument 239 status = SHA_Finish(&sha_handle, dest_buf); in hw_sha_finish()
|
Completed in 19 milliseconds