Searched defs:EC_POINT (Results 1 - 6 of 6) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
H A DNativeRef.java66 public static class EC_POINT extends NativeRef { class in class:NativeRef
67 public EC_POINT(long ctx) { method in class:NativeRef.EC_POINT
/external/openssh/
H A Dpacket.h28 # define EC_POINT void macro
34 # define EC_POINT void macro
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);
199 # undef EC_POINT macro
203 # undef EC_POINT macro
H A Dsshkey.h39 # define EC_POINT void macro
46 # define EC_POINT void macro
152 int sshkey_ec_validate_public(const EC_GROUP *, const EC_POINT *);
175 void sshkey_dump_ec_point(const EC_GROUP *, const EC_POINT *);
222 # undef EC_POINT macro
226 # undef EC_POINT macro
H A Dkex.h43 # define EC_POINT void macro
48 # define EC_POINT void macro
203 const EC_POINT *, const EC_POINT *, const BIGNUM *, u_char *, size_t *);
227 # undef EC_POINT macro
/external/boringssl/include/openssl/
H A Dbase.h273 typedef struct ec_point_st EC_POINT; typedef in typeref:struct:ec_point_st
/external/boringssl/src/include/openssl/
H A Dbase.h273 typedef struct ec_point_st EC_POINT; typedef in typeref:struct:ec_point_st

Completed in 362 milliseconds