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()
29 struct hmac_sha256_ctx sha256;
445 struct hmac_sha256_ctx hctx; in tpm2_KDFa()596 struct hmac_sha256_ctx hctx; in tpm_buf_fill_hmac_session()770 struct hmac_sha256_ctx hctx; in tpm_buf_check_hmac_response()
213 struct hmac_sha256_ctx hmac_ctx; in smb2_calc_signature()263 struct hmac_sha256_ctx hmac_ctx; in generate_key()
2323 struct hmac_sha256_ctx *hmac;
475 struct hmac_sha256_ctx ctx; in ksmbd_sign_smb2_pdu()525 struct hmac_sha256_ctx ctx; in generate_key()
784 struct hmac_sha256_ctx ctx; in con_hmac_sha256()