Searched refs:dh_plain_derive (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/ |
H A D | dh_exch.c | 142 static int dh_plain_derive(void *vpdhctx, in dh_plain_derive() function 195 if (!dh_plain_derive(pdhctx, NULL, &stmplen, 0, 1)) in dh_X9_42_kdf_derive() 201 if (!dh_plain_derive(pdhctx, stmp, &stmplen, stmplen, 1)) in dh_X9_42_kdf_derive() 232 return dh_plain_derive(pdhctx, secret, psecretlen, outlen, in dh_derive()
|
/third_party/openssl/providers/implementations/exchange/ |
H A D | dh_exch.c | 142 static int dh_plain_derive(void *vpdhctx, in dh_plain_derive() function 195 if (!dh_plain_derive(pdhctx, NULL, &stmplen, 0, 1)) in dh_X9_42_kdf_derive() 201 if (!dh_plain_derive(pdhctx, stmp, &stmplen, stmplen, 1)) in dh_X9_42_kdf_derive() 232 return dh_plain_derive(pdhctx, secret, psecretlen, outlen, in dh_derive()
|
Completed in 2 milliseconds