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.c372 void *tmp_ukm = NULL; in dh_set_ctx_params() local
380 if (!OSSL_PARAM_get_octet_string(p, &tmp_ukm, 0, &tmp_ukmlen)) in dh_set_ctx_params()
382 pdhctx->kdf_ukm = tmp_ukm; in dh_set_ctx_params()
H A Decdh_exch.c306 void *tmp_ukm = NULL; in ecdh_set_ctx_params() local
309 if (!OSSL_PARAM_get_octet_string(p, &tmp_ukm, 0, &tmp_ukmlen)) in ecdh_set_ctx_params()
312 pectx->kdf_ukm = tmp_ukm; in ecdh_set_ctx_params()

Completed in 13 milliseconds