Home
last modified time | relevance | path

Searched refs:hmac_sha256_ctx (Results 1 – 9 of 9) sorted by relevance

/linux/include/crypto/
H A Dsha2.h421 struct hmac_sha256_ctx { struct
448 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,
/linux/crypto/
H A Dsha256.c252 #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),
/linux/lib/crypto/
H A Dsha256.c394 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()
/linux/lib/crypto/tests/
H A Dsha256_kunit.c16 #define HMAC_CTX hmac_sha256_ctx
/linux/drivers/char/tpm/
H A Dtpm2-sessions.c442 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()
/linux/fs/smb/client/
H A Dsmb2transport.c221 struct hmac_sha256_ctx hmac_ctx; in smb2_calc_signature()
271 struct hmac_sha256_ctx hmac_ctx; in generate_key()
H A Dcifsglob.h2325 struct hmac_sha256_ctx *hmac;
/linux/fs/smb/server/
H A Dauth.c475 struct hmac_sha256_ctx ctx; in ksmbd_sign_smb2_pdu()
550 struct hmac_sha256_ctx ctx; in generate_key()
/linux/net/ceph/
H A Dmessenger_v2.c785 struct hmac_sha256_ctx ctx; in con_hmac_sha256()