Symbol: hmac_sha256_ctx
crypto/sha256.c
252
#define HMAC_SHA256_CTX(desc) ((struct hmac_sha256_ctx *)shash_desc_ctx(desc))
crypto/sha256.c
295
struct hmac_sha256_ctx *ctx = HMAC_SHA256_CTX(desc);
crypto/sha256.c
310
struct hmac_sha256_ctx *ctx = HMAC_SHA256_CTX(desc);
crypto/sha256.c
392
.descsize = sizeof(struct hmac_sha256_ctx),
drivers/char/tpm/tpm2-sessions.c
448
struct hmac_sha256_ctx hctx;
drivers/char/tpm/tpm2-sessions.c
617
struct hmac_sha256_ctx hctx;
drivers/char/tpm/tpm2-sessions.c
791
struct hmac_sha256_ctx hctx;
fs/smb/client/cifsglob.h
2329
struct hmac_sha256_ctx *hmac;
fs/smb/client/smb2transport.c
215
struct hmac_sha256_ctx hmac_ctx;
fs/smb/client/smb2transport.c
265
struct hmac_sha256_ctx hmac_ctx;
fs/smb/server/auth.c
491
struct hmac_sha256_ctx ctx;
fs/smb/server/auth.c
541
struct hmac_sha256_ctx ctx;
include/crypto/sha2.h
448
static inline void hmac_sha256_init(struct hmac_sha256_ctx *ctx,
include/crypto/sha2.h
466
void hmac_sha256_init_usingrawkey(struct hmac_sha256_ctx *ctx,
include/crypto/sha2.h
479
static inline void hmac_sha256_update(struct hmac_sha256_ctx *ctx,
include/crypto/sha2.h
494
void hmac_sha256_final(struct hmac_sha256_ctx *ctx,
include/linux/nvme-auth.h
29
struct hmac_sha256_ctx sha256;
lib/crypto/sha256.c
394
void hmac_sha256_init_usingrawkey(struct hmac_sha256_ctx *ctx,
lib/crypto/sha256.c
429
void hmac_sha256_final(struct hmac_sha256_ctx *ctx,
lib/crypto/sha256.c
450
struct hmac_sha256_ctx ctx;
lib/crypto/sha256.c
474
struct hmac_sha256_ctx ctx;
lib/crypto/tests/sha256_kunit.c
16
#define HMAC_CTX hmac_sha256_ctx
net/ceph/messenger_v2.c
784
struct hmac_sha256_ctx ctx;
net/ipv4/tcp_ao.c
48
struct hmac_sha256_ctx hmac_sha256;