Symbol: PROV_DRBG_HMAC
crypto/openssl/providers/implementations/include/prov/hmac_drbg.h
25
int ossl_drbg_hmac_init(PROV_DRBG_HMAC *drbg,
crypto/openssl/providers/implementations/include/prov/hmac_drbg.h
29
int ossl_drbg_hmac_generate(PROV_DRBG_HMAC *hmac,
crypto/openssl/providers/implementations/kdfs/hmacdrbg_kdf.c
121
PROV_DRBG_HMAC *drbg = &ctx->base;
crypto/openssl/providers/implementations/kdfs/hmacdrbg_kdf.c
143
PROV_DRBG_HMAC *drbg = &hmac->base;
crypto/openssl/providers/implementations/kdfs/hmacdrbg_kdf.c
181
PROV_DRBG_HMAC *drbg = &hmac->base;
crypto/openssl/providers/implementations/kdfs/hmacdrbg_kdf.c
33
PROV_DRBG_HMAC base;
crypto/openssl/providers/implementations/kdfs/hmacdrbg_kdf.c
59
PROV_DRBG_HMAC *drbg = &ctx->base;
crypto/openssl/providers/implementations/kdfs/hmacdrbg_kdf.c
80
static int ossl_drbg_hmac_dup(PROV_DRBG_HMAC *dst, const PROV_DRBG_HMAC *src)
crypto/openssl/providers/implementations/rands/drbg_hmac.c
117
int ossl_drbg_hmac_init(PROV_DRBG_HMAC *hmac,
crypto/openssl/providers/implementations/rands/drbg_hmac.c
140
return ossl_drbg_hmac_init((PROV_DRBG_HMAC *)drbg->data, ent, ent_len,
crypto/openssl/providers/implementations/rands/drbg_hmac.c
181
PROV_DRBG_HMAC *hmac = (PROV_DRBG_HMAC *)drbg->data;
crypto/openssl/providers/implementations/rands/drbg_hmac.c
206
int ossl_drbg_hmac_generate(PROV_DRBG_HMAC *hmac,
crypto/openssl/providers/implementations/rands/drbg_hmac.c
255
return ossl_drbg_hmac_generate((PROV_DRBG_HMAC *)drbg->data, out, outlen,
crypto/openssl/providers/implementations/rands/drbg_hmac.c
271
PROV_DRBG_HMAC *hmac = (PROV_DRBG_HMAC *)drbg->data;
crypto/openssl/providers/implementations/rands/drbg_hmac.c
297
PROV_DRBG_HMAC *hmac = (PROV_DRBG_HMAC *)drbg->data;
crypto/openssl/providers/implementations/rands/drbg_hmac.c
315
PROV_DRBG_HMAC *hmac;
crypto/openssl/providers/implementations/rands/drbg_hmac.c
347
PROV_DRBG_HMAC *hmac;
crypto/openssl/providers/implementations/rands/drbg_hmac.c
349
if (drbg != NULL && (hmac = (PROV_DRBG_HMAC *)drbg->data) != NULL) {
crypto/openssl/providers/implementations/rands/drbg_hmac.c
360
PROV_DRBG_HMAC *hmac = (PROV_DRBG_HMAC *)drbg->data;
crypto/openssl/providers/implementations/rands/drbg_hmac.c
494
PROV_DRBG_HMAC *hmac = (PROV_DRBG_HMAC *)ctx->data;
crypto/openssl/providers/implementations/rands/drbg_hmac.c
54
static int do_hmac(PROV_DRBG_HMAC *hmac, unsigned char inbyte,
crypto/openssl/providers/implementations/rands/drbg_hmac.c
91
static int drbg_hmac_update(PROV_DRBG_HMAC *hmac,