Searched refs:hmac_sha1_ctx (Results 1 – 4 of 4) 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,
120 #define HMAC_SHA1_CTX(desc) ((struct hmac_sha1_ctx *)shash_desc_ctx(desc))162 struct hmac_sha1_ctx *ctx = HMAC_SHA1_CTX(desc); in crypto_hmac_sha1_import()175 struct hmac_sha1_ctx *ctx = HMAC_SHA1_CTX(desc); in crypto_hmac_sha1_import_core()217 .descsize = sizeof(struct hmac_sha1_ctx),
275 void hmac_sha1_init(struct hmac_sha1_ctx *ctx, const struct hmac_sha1_key *key) in hmac_sha1_init()283 void hmac_sha1_init_usingrawkey(struct hmac_sha1_ctx *ctx, in hmac_sha1_init_usingrawkey()292 void hmac_sha1_final(struct hmac_sha1_ctx *ctx, u8 out[SHA1_DIGEST_SIZE]) in hmac_sha1_final()314 struct hmac_sha1_ctx ctx; in hmac_sha1()326 struct hmac_sha1_ctx ctx; in hmac_sha1_usingrawkey()
15 #define HMAC_CTX hmac_sha1_ctx