Searched refs:dh_plain_derive (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14-stable/crypto/openssl/providers/implementations/exchange/ |
| HD | 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()
|