Searched refs:sshkey_ec_validate_public (Results 1 – 6 of 6) sorted by relevance
169 if (sshkey_ec_validate_public(group, dh_pub) != 0) { in kex_ecdh_dec_key_group()
266 int sshkey_ec_validate_public(const EC_GROUP *, const EC_POINT *);
253 if (sshkey_ec_validate_public(EC_KEY_get0_group(ec), in ssh_ecdsa_deserialize_public()
241 if (sshkey_ec_validate_public(g, q) != 0) { in sshsk_ecdsa_assemble()
863 #define sshkey_ec_validate_public Fssh_sshkey_ec_validate_public macro
2697 sshkey_ec_validate_public(const EC_GROUP *group, const EC_POINT *public) in sshkey_ec_validate_public() function3624 sshkey_ec_validate_public(EC_KEY_get0_group(ecdsa), in sshkey_parse_private_pem_fileblob()