Searched refs:sha512_update (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/verity/ |
| H A D | hash_algs.c | 84 sha512_update(&ctx.sha512, padded_salt, padded_salt_size); in fsverity_prepare_hash_state() 122 sha512_update(&ctx.sha512, data, params->block_size); in fsverity_hash_block()
|
| /linux/lib/crypto/tests/ |
| H A D | sha512_kunit.c | 12 #define HASH_UPDATE sha512_update
|
| /linux/fs/smb/client/ |
| H A D | smb2misc.c | 926 sha512_update(&sha_ctx, ses->preauth_sha_hash, SMB2_PREAUTH_HASH_SIZE); in smb311_update_preauth_hash() 928 sha512_update(&sha_ctx, iov[i].iov_base, iov[i].iov_len); in smb311_update_preauth_hash()
|
| /linux/fs/smb/server/ |
| H A D | auth.c | 727 sha512_update(&sha_ctx, pi_hash, 64); in ksmbd_gen_preauth_integrity_hash() 728 sha512_update(&sha_ctx, all_bytes_msg, msg_size); in ksmbd_gen_preauth_integrity_hash()
|
| /linux/crypto/ |
| H A D | sha512.c | 151 sha512_update(SHA512_CTX(desc), data, len); in crypto_sha512_update()
|
| /linux/include/crypto/ |
| H A D | sha2.h | 766 static inline void sha512_update(struct sha512_ctx *ctx, in sha512_update() function
|
| /linux/lib/crypto/ |
| H A D | sha512.c | 248 sha512_update(&ctx, data, len); in sha512()
|