Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/include/prov/
H A Dhmac_drbg.h25 int ossl_drbg_hmac_init(PROV_DRBG_HMAC *drbg,
/freebsd/crypto/openssl/providers/implementations/rands/
H A Ddrbg_hmac.c117 int ossl_drbg_hmac_init(PROV_DRBG_HMAC *hmac, in ossl_drbg_hmac_init() function
140 return ossl_drbg_hmac_init((PROV_DRBG_HMAC *)drbg->data, ent, ent_len, in drbg_hmac_instantiate()
/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dhmacdrbg_kdf.c130 || !ossl_drbg_hmac_init(drbg, ctx->entropy, ctx->entropylen, in hmac_drbg_kdf_derive()