Home
last modified time | relevance | path

Searched refs:ossl_dh_check_pub_key_partial (Results 1 – 4 of 4) sorted by relevance

/openssl/include/crypto/
H A Ddh.h43 int ossl_dh_check_pub_key_partial(const DH *dh, const BIGNUM *pub_key, int *ret);
/openssl/crypto/dh/
H A Ddh_check.c272 int ossl_dh_check_pub_key_partial(const DH *dh, const BIGNUM *pub_key, int *ret) in ossl_dh_check_pub_key_partial() function
H A Ddh_key.c403 if (!ossl_dh_check_pub_key_partial(dh, pubkey, &ret)) { in ossl_dh_buf2key()
/openssl/providers/implementations/keymgmt/
H A Ddh_kmgmt.c396 return ossl_dh_check_pub_key_partial(dh, pub_key, &res); in dh_validate_public()

Completed in 14 milliseconds