Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dsha2.h805 struct hmac_sha512_ctx { struct
832 static inline void hmac_sha512_init(struct hmac_sha512_ctx *ctx, in hmac_sha512_init()
850 void hmac_sha512_init_usingrawkey(struct hmac_sha512_ctx *ctx,
863 static inline void hmac_sha512_update(struct hmac_sha512_ctx *ctx, in hmac_sha512_update()
878 void hmac_sha512_final(struct hmac_sha512_ctx *ctx,
/linux/crypto/
H A Dsha512.c258 #define HMAC_SHA512_CTX(desc) ((struct hmac_sha512_ctx *)shash_desc_ctx(desc))
301 struct hmac_sha512_ctx *ctx = HMAC_SHA512_CTX(desc); in crypto_hmac_sha512_import()
316 struct hmac_sha512_ctx *ctx = HMAC_SHA512_CTX(desc); in crypto_hmac_sha512_import_core()
398 .descsize = sizeof(struct hmac_sha512_ctx),
/linux/lib/crypto/
H A Dsha512.c320 void hmac_sha512_init_usingrawkey(struct hmac_sha512_ctx *ctx, in hmac_sha512_init_usingrawkey()
356 void hmac_sha512_final(struct hmac_sha512_ctx *ctx, in hmac_sha512_final()
377 struct hmac_sha512_ctx ctx; in hmac_sha512()
401 struct hmac_sha512_ctx ctx; in hmac_sha512_usingrawkey()
/linux/lib/crypto/tests/
H A Dsha512_kunit.c15 #define HMAC_CTX hmac_sha512_ctx
/linux/fs/crypto/
H A Dhkdf.c76 struct hmac_sha512_ctx ctx; in fscrypt_hkdf_expand()