Home
last modified time | relevance | path

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

/openssl/providers/implementations/exchange/
H A Ddh_exch.c419 void *tmp_ukm = NULL; in dh_set_ctx_params() local
427 if (!OSSL_PARAM_get_octet_string(p, &tmp_ukm, 0, &tmp_ukmlen)) in dh_set_ctx_params()
429 pdhctx->kdf_ukm = tmp_ukm; in dh_set_ctx_params()
H A Decdh_exch.c344 void *tmp_ukm = NULL; in ecdh_set_ctx_params() local
347 if (!OSSL_PARAM_get_octet_string(p, &tmp_ukm, 0, &tmp_ukmlen)) in ecdh_set_ctx_params()
350 pectx->kdf_ukm = tmp_ukm; in ecdh_set_ctx_params()

Completed in 8 milliseconds