Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/exchange/
A Ddh_exch.c367 void *tmp_ukm = NULL; in dh_set_ctx_params() local
375 if (!OSSL_PARAM_get_octet_string(p, &tmp_ukm, 0, &tmp_ukmlen)) in dh_set_ctx_params()
377 pdhctx->kdf_ukm = tmp_ukm; in dh_set_ctx_params()
A Decdh_exch.c305 void *tmp_ukm = NULL; in ecdh_set_ctx_params() local
308 if (!OSSL_PARAM_get_octet_string(p, &tmp_ukm, 0, &tmp_ukmlen)) in ecdh_set_ctx_params()
311 pectx->kdf_ukm = tmp_ukm; in ecdh_set_ctx_params()

Completed in 5 milliseconds