Symbol: HMAC_CTX
crypto/heimdal/kdc/kx509.c
106
HMAC_CTX *ctx;
crypto/heimdal/kdc/kx509.c
67
HMAC_CTX *ctx;
crypto/heimdal/lib/gssapi/ntlm/crypto.c
151
HMAC_CTX *c;
crypto/heimdal/lib/ntlm/ntlm.c
1170
HMAC_CTX *c;
crypto/heimdal/lib/ntlm/ntlm.c
1389
HMAC_CTX *c;
crypto/heimdal/lib/ntlm/ntlm.c
1844
HMAC_CTX *c;
crypto/krb5/src/lib/crypto/openssl/hmac.c
185
HMAC_CTX *ctx;
crypto/krb5/src/lib/crypto/openssl/hmac.c
72
static HMAC_CTX *
crypto/krb5/src/lib/crypto/openssl/hmac.c
75
HMAC_CTX *ctx;
crypto/krb5/src/lib/crypto/openssl/hmac.c
85
compat_hmac_ctx_free(HMAC_CTX *ctx)
crypto/openssl/crypto/engine/eng_openssl.c
452
HMAC_CTX *ctx;
crypto/openssl/crypto/hmac/hmac.c
108
int HMAC_Init(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md)
crypto/openssl/crypto/hmac/hmac.c
116
int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len)
crypto/openssl/crypto/hmac/hmac.c
129
int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len)
crypto/openssl/crypto/hmac/hmac.c
155
size_t HMAC_size(const HMAC_CTX *ctx)
crypto/openssl/crypto/hmac/hmac.c
162
HMAC_CTX *HMAC_CTX_new(void)
crypto/openssl/crypto/hmac/hmac.c
164
HMAC_CTX *ctx = OPENSSL_zalloc(sizeof(HMAC_CTX));
crypto/openssl/crypto/hmac/hmac.c
175
static void hmac_ctx_cleanup(HMAC_CTX *ctx)
crypto/openssl/crypto/hmac/hmac.c
187
void HMAC_CTX_free(HMAC_CTX *ctx)
crypto/openssl/crypto/hmac/hmac.c
198
static int hmac_ctx_alloc_mds(HMAC_CTX *ctx)
crypto/openssl/crypto/hmac/hmac.c
215
int HMAC_CTX_reset(HMAC_CTX *ctx)
crypto/openssl/crypto/hmac/hmac.c
225
int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx)
crypto/openssl/crypto/hmac/hmac.c
25
int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
crypto/openssl/crypto/hmac/hmac.c
267
void HMAC_CTX_set_flags(HMAC_CTX *ctx, unsigned long flags)
crypto/openssl/crypto/hmac/hmac.c
274
const EVP_MD *HMAC_CTX_get_md(const HMAC_CTX *ctx)
crypto/openssl/crypto/hmac/hmac_local.h
59
int s390x_HMAC_init(HMAC_CTX *ctx, const void *key, int key_len, ENGINE *impl);
crypto/openssl/crypto/hmac/hmac_local.h
60
int s390x_HMAC_update(HMAC_CTX *ctx, const unsigned char *data, size_t len);
crypto/openssl/crypto/hmac/hmac_local.h
61
int s390x_HMAC_final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len);
crypto/openssl/crypto/hmac/hmac_local.h
62
int s390x_HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx);
crypto/openssl/crypto/hmac/hmac_local.h
63
int s390x_HMAC_CTX_cleanup(HMAC_CTX *ctx);
crypto/openssl/crypto/hmac/hmac_s390x.c
186
int s390x_HMAC_update(HMAC_CTX *ctx, const unsigned char *data, size_t len)
crypto/openssl/crypto/hmac/hmac_s390x.c
251
int s390x_HMAC_final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len)
crypto/openssl/crypto/hmac/hmac_s390x.c
294
int s390x_HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx)
crypto/openssl/crypto/hmac/hmac_s390x.c
319
int s390x_HMAC_CTX_cleanup(HMAC_CTX *ctx)
crypto/openssl/crypto/hmac/hmac_s390x.c
45
static void s390x_call_kmac(HMAC_CTX *ctx, const unsigned char *in, size_t len)
crypto/openssl/crypto/hmac/hmac_s390x.c
98
int s390x_HMAC_init(HMAC_CTX *ctx, const void *key, int key_len, ENGINE *impl)
crypto/openssl/crypto/pkcs12/p12_mutl.c
185
HMAC_CTX *hmac = NULL;
crypto/openssl/crypto/rsa/rsa_ossl.c
434
HMAC_CTX *hmac = NULL;
crypto/openssl/crypto/rsa/rsa_pk1.c
288
HMAC_CTX *hmac = NULL;
crypto/openssl/include/openssl/hmac.h
32
OSSL_DEPRECATEDIN_3_0 size_t HMAC_size(const HMAC_CTX *e);
crypto/openssl/include/openssl/hmac.h
33
OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void);
crypto/openssl/include/openssl/hmac.h
34
OSSL_DEPRECATEDIN_3_0 int HMAC_CTX_reset(HMAC_CTX *ctx);
crypto/openssl/include/openssl/hmac.h
35
OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx);
crypto/openssl/include/openssl/hmac.h
38
OSSL_DEPRECATEDIN_1_1_0 __owur int HMAC_Init(HMAC_CTX *ctx,
crypto/openssl/include/openssl/hmac.h
43
OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
crypto/openssl/include/openssl/hmac.h
45
OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data,
crypto/openssl/include/openssl/hmac.h
47
OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md,
crypto/openssl/include/openssl/hmac.h
49
OSSL_DEPRECATEDIN_3_0 __owur int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx);
crypto/openssl/include/openssl/hmac.h
50
OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_set_flags(HMAC_CTX *ctx, unsigned long flags);
crypto/openssl/include/openssl/hmac.h
51
OSSL_DEPRECATEDIN_3_0 const EVP_MD *HMAC_CTX_get_md(const HMAC_CTX *ctx);
crypto/openssl/providers/implementations/kdfs/hkdf.c
568
HMAC_CTX *hmac;
crypto/openssl/providers/implementations/kdfs/pbkdf2.c
387
HMAC_CTX *hctx_tpl = NULL, *hctx = NULL;
crypto/openssl/providers/implementations/macs/hmac_prov.c
110
HMAC_CTX *ctx;
crypto/openssl/providers/implementations/macs/hmac_prov.c
55
HMAC_CTX *ctx; /* HMAC context */
crypto/openssl/ssl/s3_lib.c
4612
HMAC_CTX *, int))fp;
crypto/openssl/ssl/ssl_local.h
1003
EVP_CIPHER_CTX *ectx, HMAC_CTX *hctx, int enc);
crypto/openssl/ssl/ssl_local.h
717
HMAC_CTX *old_ctx;
crypto/openssl/ssl/ssl_local.h
724
HMAC_CTX *ssl_hmac_get0_HMAC_CTX(SSL_HMAC *ctx);
crypto/openssl/ssl/tls_depr.c
148
HMAC_CTX *ssl_hmac_get0_HMAC_CTX(SSL_HMAC *ctx)
crypto/openssl/test/hmactest.c
109
HMAC_CTX *ctx = NULL;
crypto/openssl/test/hmactest.c
130
HMAC_CTX *ctx = NULL;
crypto/openssl/test/hmactest.c
220
HMAC_CTX *ctx = NULL;
crypto/openssl/test/hmactest.c
244
HMAC_CTX *ctx = NULL, *ctx2 = NULL;
crypto/openssl/test/hmactest.c
392
HMAC_CTX *ctx = NULL;
crypto/openssl/test/sslapitest.c
8718
HMAC_CTX *hctx, int enc)
lib/libradius/radlib.c
156
HMAC_CTX *ctx;
lib/libradius/radlib.c
191
HMAC_CTX *hctx;
lib/libradius/radlib.c
289
HMAC_CTX *hctx;
tests/sys/kern/ktls_test.c
401
HMAC_CTX *ctx;