Home
last modified time | relevance | path

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

/openssl/providers/implementations/kdfs/
H A Dpbkdf2.c318 HMAC_CTX *hctx_tpl = NULL, *hctx = NULL; in pbkdf2_derive() local
348 hctx_tpl = HMAC_CTX_new(); in pbkdf2_derive()
349 if (hctx_tpl == NULL) in pbkdf2_derive()
353 if (!HMAC_Init_ex(hctx_tpl, pass, passlen, digest, NULL)) in pbkdf2_derive()
371 if (!HMAC_CTX_copy(hctx, hctx_tpl)) in pbkdf2_derive()
379 if (!HMAC_CTX_copy(hctx, hctx_tpl)) in pbkdf2_derive()
395 HMAC_CTX_free(hctx_tpl); in pbkdf2_derive()

Completed in 6 milliseconds