HomeSort by relevance Sort by last modified time
    Searched defs:EC_GROUP (Results 1 - 6 of 6) sorted by null

  /external/conscrypt/common/src/main/java/org/conscrypt/
NativeRef.java 51 public static class EC_GROUP extends NativeRef {
52 public EC_GROUP(long ctx) {
  /external/openssh/
packet.h 27 # define EC_GROUP void
33 # define EC_GROUP void
174 int sshpkt_put_ec(struct ssh *ssh, const EC_POINT *v, const EC_GROUP *g);
185 int sshpkt_get_ec(struct ssh *ssh, EC_POINT *v, const EC_GROUP *g);
198 # undef EC_GROUP
202 # undef EC_GROUP
sshkey.h 38 # define EC_GROUP void
45 # define EC_GROUP void
152 int sshkey_ec_validate_public(const EC_GROUP *, const EC_POINT *);
175 void sshkey_dump_ec_point(const EC_GROUP *, const EC_POINT *);
221 # undef EC_GROUP
225 # undef EC_GROUP
kex.h 42 # define EC_GROUP void
47 # define EC_GROUP void
156 const EC_GROUP *ec_group; /* ECDH */ member in struct:kex
201 int kex_ecdh_hash(int, const EC_GROUP *, const char *, const char *,
226 # undef EC_GROUP
  /external/boringssl/src/include/openssl/
base.h 271 typedef struct ec_group_st EC_GROUP;
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 191 milliseconds