Home
last modified time | relevance | path

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

/include/crypto/
A Dsha2.h390 struct hmac_sha256_ctx { struct
417 static inline void hmac_sha256_init(struct hmac_sha256_ctx *ctx, in hmac_sha256_init()
435 void hmac_sha256_init_usingrawkey(struct hmac_sha256_ctx *ctx,
448 static inline void hmac_sha256_update(struct hmac_sha256_ctx *ctx, in hmac_sha256_update()
463 void hmac_sha256_final(struct hmac_sha256_ctx *ctx, u8 out[SHA256_DIGEST_SIZE]);

Completed in 5 milliseconds