Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/kdfs/
A Dpbkdf2.c282 HMAC_CTX *hctx_tpl = NULL, *hctx = NULL; in pbkdf2_derive() local
312 hctx_tpl = HMAC_CTX_new(); in pbkdf2_derive()
313 if (hctx_tpl == NULL) in pbkdf2_derive()
317 if (!HMAC_Init_ex(hctx_tpl, pass, passlen, digest, NULL)) in pbkdf2_derive()
335 if (!HMAC_CTX_copy(hctx, hctx_tpl)) in pbkdf2_derive()
343 if (!HMAC_CTX_copy(hctx, hctx_tpl)) in pbkdf2_derive()
359 HMAC_CTX_free(hctx_tpl); in pbkdf2_derive()

Completed in 3 milliseconds