Home
last modified time | relevance | path

Searched refs:sha512_update (Results 1 – 7 of 7) sorted by relevance

/linux/fs/verity/
H A Dhash_algs.c84 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 Dsha512_kunit.c12 #define HASH_UPDATE sha512_update
/linux/fs/smb/client/
H A Dsmb2misc.c926 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 Dauth.c727 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 Dsha512.c151 sha512_update(SHA512_CTX(desc), data, len); in crypto_sha512_update()
/linux/include/crypto/
H A Dsha2.h766 static inline void sha512_update(struct sha512_ctx *ctx, in sha512_update() function
/linux/lib/crypto/
H A Dsha512.c248 sha512_update(&ctx, data, len); in sha512()