Searched refs:dh_bn_dup_check (Results 1 – 1 of 1) sorted by relevance
133 static ossl_inline int dh_bn_dup_check(BIGNUM **out, const BIGNUM *f) in dh_bn_dup_check() function160 || !dh_bn_dup_check(&dupkey->pub_key, dh->pub_key))) in ossl_dh_dup()165 || !dh_bn_dup_check(&dupkey->priv_key, dh->priv_key))) in ossl_dh_dup()
Completed in 3 milliseconds