Searched refs:hmac_sha256_ctx (Results 1 – 9 of 9) 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()
16 #define HMAC_CTX hmac_sha256_ctx
442 struct hmac_sha256_ctx hctx; in tpm2_KDFa()593 struct hmac_sha256_ctx hctx; in tpm_buf_fill_hmac_session()767 struct hmac_sha256_ctx hctx; in tpm_buf_check_hmac_response()
221 struct hmac_sha256_ctx hmac_ctx; in smb2_calc_signature()271 struct hmac_sha256_ctx hmac_ctx; in generate_key()
2325 struct hmac_sha256_ctx *hmac;
475 struct hmac_sha256_ctx ctx; in ksmbd_sign_smb2_pdu()550 struct hmac_sha256_ctx ctx; in generate_key()
785 struct hmac_sha256_ctx ctx; in con_hmac_sha256()