Home
last modified time | relevance | path

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

/include/crypto/
A Dsha2.h770 struct hmac_sha512_ctx { struct
797 static inline void hmac_sha512_init(struct hmac_sha512_ctx *ctx, in hmac_sha512_init()
815 void hmac_sha512_init_usingrawkey(struct hmac_sha512_ctx *ctx,
828 static inline void hmac_sha512_update(struct hmac_sha512_ctx *ctx, in hmac_sha512_update()
843 void hmac_sha512_final(struct hmac_sha512_ctx *ctx, u8 out[SHA512_DIGEST_SIZE]);

Completed in 5 milliseconds