Home
last modified time | relevance | path

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

/src/crypto/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.c337 void *tmp_ukm = NULL; in ecdh_set_ctx_params() local
340 if (!OSSL_PARAM_get_octet_string(p, &tmp_ukm, 0, &tmp_ukmlen)) in ecdh_set_ctx_params()
343 pectx->kdf_ukm = tmp_ukm; in ecdh_set_ctx_params()