Home
last modified time | relevance | path

Searched refs:hmac_sha256_ctx (Results 1 – 8 of 8) 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/include/linux/
H A Dnvme-auth.h29 struct hmac_sha256_ctx sha256;
/linux/fs/smb/server/
H A Dauth.c495 struct hmac_sha256_ctx ctx; in ksmbd_sign_smb2_pdu()
545 struct hmac_sha256_ctx ctx; in generate_key()
/linux/fs/smb/client/
H A Dcifsglob.h2329 struct hmac_sha256_ctx *hmac;
/linux/net/ipv4/
H A Dtcp_ao.c48 struct hmac_sha256_ctx hmac_sha256;
/linux/net/ceph/
H A Dmessenger_v2.c784 struct hmac_sha256_ctx ctx; in con_hmac_sha256()