Home
last modified time | relevance | path

Searched refs:hmac_sha512_update (Results 1 – 5 of 5) sorted by relevance

/linux/fs/crypto/
H A Dhkdf.c85 hmac_sha512_update(&ctx, &okm[i - HKDF_HASHLEN], in fscrypt_hkdf_expand()
87 hmac_sha512_update(&ctx, "fscrypt\0", 8); in fscrypt_hkdf_expand()
88 hmac_sha512_update(&ctx, &context, 1); in fscrypt_hkdf_expand()
89 hmac_sha512_update(&ctx, info, infolen); in fscrypt_hkdf_expand()
90 hmac_sha512_update(&ctx, &counter, 1); in fscrypt_hkdf_expand()
/linux/lib/crypto/tests/
H A Dsha512_kunit.c18 #define HMAC_UPDATE hmac_sha512_update
/linux/lib/crypto/
H A Dsha512.c380 hmac_sha512_update(&ctx, data, data_len); in hmac_sha512()
404 hmac_sha512_update(&ctx, data, data_len); in hmac_sha512_usingrawkey()
/linux/crypto/
H A Dsha512.c276 hmac_sha512_update(HMAC_SHA512_CTX(desc), data, len); in crypto_hmac_sha512_update()
/linux/include/crypto/
H A Dsha2.h863 static inline void hmac_sha512_update(struct hmac_sha512_ctx *ctx, in hmac_sha512_update() function