Lines Matching refs:EC_KEY_get0_group
693 if (EC_GROUP_cmp(EC_KEY_get0_group(a->ecdsa), in sshkey_equal_public()
694 EC_KEY_get0_group(b->ecdsa), bnctx) != 0 || in sshkey_equal_public()
695 EC_POINT_cmp(EC_KEY_get0_group(a->ecdsa), in sshkey_equal_public()
1587 const EC_GROUP *g = EC_KEY_get0_group(k); in sshkey_ecdsa_key_to_nid()
2062 if ((q = EC_POINT_new(EC_KEY_get0_group(key->ecdsa))) == NULL) { in sshkey_from_blob_internal()
2066 if (sshbuf_get_ec(b, q, EC_KEY_get0_group(key->ecdsa)) != 0) { in sshkey_from_blob_internal()
2070 if (sshkey_ec_validate_public(EC_KEY_get0_group(key->ecdsa), in sshkey_from_blob_internal()
2081 sshkey_dump_ec_point(EC_KEY_get0_group(key->ecdsa), q); in sshkey_from_blob_internal()
2420 EC_KEY_get0_group(k->ecdsa))) != 0) in sshkey_certify()
2703 if ((r = sshkey_ec_validate_public(EC_KEY_get0_group(k->ecdsa), in sshkey_private_deserialize()
2721 if ((r = sshkey_ec_validate_public(EC_KEY_get0_group(k->ecdsa), in sshkey_private_deserialize()
2913 if (EC_GROUP_get_order(EC_KEY_get0_group(key), order, bnctx) != 1) { in sshkey_ec_validate_private()
2978 sshkey_dump_ec_point(EC_KEY_get0_group(key), in sshkey_dump_ec_key()
3804 sshkey_ec_validate_public(EC_KEY_get0_group(prv->ecdsa), in sshkey_parse_private_pem_fileblob()