Searched refs:hmac_sha512_update (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/crypto/ |
| H A D | hkdf.c | 85 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 D | sha512_kunit.c | 18 #define HMAC_UPDATE hmac_sha512_update
|
| /linux/lib/crypto/ |
| H A D | sha512.c | 380 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 D | sha512.c | 276 hmac_sha512_update(HMAC_SHA512_CTX(desc), data, len); in crypto_hmac_sha512_update()
|
| /linux/include/crypto/ |
| H A D | sha2.h | 863 static inline void hmac_sha512_update(struct hmac_sha512_ctx *ctx, in hmac_sha512_update() function
|