Home
last modified time | relevance | path

Searched refs:PROV_DRBG_HMAC (Results 1 – 3 of 3) sorted by relevance

/openssl/providers/implementations/rands/
H A Ddrbg_hmac.c51 static int do_hmac(PROV_DRBG_HMAC *hmac, unsigned char inbyte, in do_hmac()
88 static int drbg_hmac_update(PROV_DRBG_HMAC *hmac, in drbg_hmac_update()
114 int ossl_drbg_hmac_init(PROV_DRBG_HMAC *hmac, in ossl_drbg_hmac_init()
179 PROV_DRBG_HMAC *hmac = (PROV_DRBG_HMAC *)drbg->data; in drbg_hmac_reseed()
204 int ossl_drbg_hmac_generate(PROV_DRBG_HMAC *hmac, in ossl_drbg_hmac_generate()
269 PROV_DRBG_HMAC *hmac = (PROV_DRBG_HMAC *)drbg->data; in drbg_hmac_uninstantiate()
295 PROV_DRBG_HMAC *hmac = (PROV_DRBG_HMAC *)drbg->data; in drbg_hmac_verify_zeroization()
313 PROV_DRBG_HMAC *hmac; in drbg_hmac_new()
345 PROV_DRBG_HMAC *hmac; in drbg_hmac_free()
358 PROV_DRBG_HMAC *hmac = (PROV_DRBG_HMAC *)drbg->data; in drbg_hmac_get_ctx_params()
[all …]
/openssl/providers/implementations/include/prov/
H A Dhmac_drbg.h23 } PROV_DRBG_HMAC; typedef
25 int ossl_drbg_hmac_init(PROV_DRBG_HMAC *drbg,
29 int ossl_drbg_hmac_generate(PROV_DRBG_HMAC *hmac,
/openssl/providers/implementations/kdfs/
H A Dhmacdrbg_kdf.c33 PROV_DRBG_HMAC base;
59 PROV_DRBG_HMAC *drbg = &ctx->base; in hmac_drbg_kdf_reset()
80 static int ossl_drbg_hmac_dup(PROV_DRBG_HMAC *dst, const PROV_DRBG_HMAC *src) { in ossl_drbg_hmac_dup()
120 PROV_DRBG_HMAC *drbg = &ctx->base; in hmac_drbg_kdf_derive()
142 PROV_DRBG_HMAC *drbg = &hmac->base; in hmac_drbg_kdf_get_ctx_params()
180 PROV_DRBG_HMAC *drbg = &hmac->base; in hmac_drbg_kdf_set_ctx_params()

Completed in 12 milliseconds