Searched refs:hmac_sha256_ctx (Results 1 – 8 of 8) sorted by relevance
421 struct hmac_sha256_ctx { struct448 static inline void hmac_sha256_init(struct hmac_sha256_ctx *ctx, in hmac_sha256_init()466 void hmac_sha256_init_usingrawkey(struct hmac_sha256_ctx *ctx,479 static inline void hmac_sha256_update(struct hmac_sha256_ctx *ctx, in hmac_sha256_update()494 void hmac_sha256_final(struct hmac_sha256_ctx *ctx,
252 #define HMAC_SHA256_CTX(desc) ((struct hmac_sha256_ctx *)shash_desc_ctx(desc))295 struct hmac_sha256_ctx *ctx = HMAC_SHA256_CTX(desc); in crypto_hmac_sha256_import()310 struct hmac_sha256_ctx *ctx = HMAC_SHA256_CTX(desc); in crypto_hmac_sha256_import_core()392 .descsize = sizeof(struct hmac_sha256_ctx),
394 void hmac_sha256_init_usingrawkey(struct hmac_sha256_ctx *ctx, in hmac_sha256_init_usingrawkey() 429 void hmac_sha256_final(struct hmac_sha256_ctx *ctx, in hmac_sha256_final() 450 struct hmac_sha256_ctx ctx; in hmac_sha256() 474 struct hmac_sha256_ctx ctx; in hmac_sha256_usingrawkey()
29 struct hmac_sha256_ctx sha256;
495 struct hmac_sha256_ctx ctx; in ksmbd_sign_smb2_pdu()545 struct hmac_sha256_ctx ctx; in generate_key()
2329 struct hmac_sha256_ctx *hmac;
48 struct hmac_sha256_ctx hmac_sha256;
784 struct hmac_sha256_ctx ctx; in con_hmac_sha256()