Searched refs:hmac_sha1_ctx (Results 1 – 1 of 1) sorted by relevance
114 struct hmac_sha1_ctx { struct142 void hmac_sha1_init(struct hmac_sha1_ctx *ctx, const struct hmac_sha1_key *key);156 void hmac_sha1_init_usingrawkey(struct hmac_sha1_ctx *ctx,169 static inline void hmac_sha1_update(struct hmac_sha1_ctx *ctx, in hmac_sha1_update()184 void hmac_sha1_final(struct hmac_sha1_ctx *ctx, u8 out[SHA1_DIGEST_SIZE]);
Completed in 3 milliseconds