Searched refs:hmac_sha256_ctx (Results 1 – 1 of 1) sorted by relevance
390 struct hmac_sha256_ctx { struct417 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