Searched refs:dh_plain_derive (Results 1 – 1 of 1) sorted by relevance
/openssl/providers/implementations/exchange/ |
H A D | dh_exch.c | 175 static int dh_plain_derive(void *vpdhctx, in dh_plain_derive() function 228 if (!dh_plain_derive(pdhctx, NULL, &stmplen, 0, 1)) in dh_X9_42_kdf_derive() 232 if (!dh_plain_derive(pdhctx, stmp, &stmplen, stmplen, 1)) in dh_X9_42_kdf_derive() 263 return dh_plain_derive(pdhctx, secret, psecretlen, outlen, in dh_derive()
|
Completed in 3 milliseconds