HomeSort by relevance Sort by last modified time
    Searched refs:EC_POINT_new (Results 1 - 25 of 25) sorted by null

  /external/boringssl/src/crypto/ec/
example_mul.c 85 p = EC_POINT_new(group);
86 result = EC_POINT_new(group);
ec_key.c 340 point = EC_POINT_new(eckey->group);
371 point = EC_POINT_new(key->group);
436 pub_key = EC_POINT_new(eckey->group);
ec_test.cc 207 ScopedEC_POINT point(EC_POINT_new(group));
225 ScopedEC_POINT invalid_point(EC_POINT_new(group));
wnaf.c 324 *v = EC_POINT_new(group);
336 if (!(tmp = EC_POINT_new(group))) {
ec_montgomery.c 245 EC_POINT *point = EC_POINT_new(group);
ec.c 383 group->generator = EC_POINT_new(group);
451 if ((P = EC_POINT_new(group)) == NULL) {
552 dest->generator = EC_POINT_new(dest);
648 EC_POINT *EC_POINT_new(const EC_GROUP *group) {
712 t = EC_POINT_new(group);
ec_asn1.c 338 ret->pub_key = EC_POINT_new(ret->group);
533 (ret->pub_key = EC_POINT_new(ret->group)) == NULL) {
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLECPointContext.java 57 NativeCrypto.EC_POINT_new(group.getNativeRef())));
NativeCrypto.java 188 public static native long EC_POINT_new(NativeRef.EC_GROUP groupRef);
    [all...]
  /external/boringssl/src/crypto/ecdh/
ecdh.c 98 EC_POINT *tmp = EC_POINT_new(group);
  /external/boringssl/src/ssl/
ssl_ecdh.c 69 public_key = EC_POINT_new(group);
119 peer_point = EC_POINT_new(group);
120 result = EC_POINT_new(group);
s3_srvr.c     [all...]
  /system/keymaster/
nist_curve_key_exchange.cpp 99 UniquePtr<EC_POINT, EC_POINT_Delete> point(EC_POINT_new(group));
nist_curve_key_exchange_test.cpp 101 EC_POINT* point_at_infinity = EC_POINT_new(group);
  /external/boringssl/src/crypto/ecdsa/
ecdsa.c 206 point = EC_POINT_new(group);
263 tmp_point = EC_POINT_new(group);
  /external/boringssl/src/include/openssl/
ec.h 151 /* EC_POINT_new returns a fresh |EC_POINT| object in the given group, or NULL
153 OPENSSL_EXPORT EC_POINT *EC_POINT_new(const EC_GROUP *group);
  /external/tpm2/
CpriECC.c 185 && (P = EC_POINT_new(group)) != NULL
249 ecP = EC_POINT_new(group);
374 || (R = EC_POINT_new(group)) == NULL)
512 if( (pK = EC_POINT_new(group)) == NULL
513 || (pL = EC_POINT_new(group)) == NULL)
544 if((pE = EC_POINT_new(group)) == NULL)
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
eap_pwd_common.c 154 ((grp->pwe = EC_POINT_new(grp->group)) == NULL) ||
  /external/wpa_supplicant_8/src/eap_peer/
eap_pwd.c 384 ((data->my_element = EC_POINT_new(data->grp->group)) == NULL) ||
431 ((K = EC_POINT_new(data->grp->group)) == NULL) ||
432 ((point = EC_POINT_new(data->grp->group)) == NULL) ||
433 ((data->server_element = EC_POINT_new(data->grp->group)) == NULL))
  /external/wpa_supplicant_8/src/eap_server/
eap_server_pwd.c 214 ((data->my_element = EC_POINT_new(data->grp->group)) == NULL) ||
684 ((point = EC_POINT_new(data->grp->group)) == NULL) ||
685 ((K = EC_POINT_new(data->grp->group)) == NULL) ||
686 ((data->peer_element = EC_POINT_new(data->grp->group)) == NULL)) {
  /external/boringssl/src/crypto/evp/
p_ec_asn1.c 247 pub_key = EC_POINT_new(group);
  /external/boringssl/src/tool/
speed.cc 321 ScopedEC_POINT point(EC_POINT_new(group));
  /external/wpa_supplicant_8/src/crypto/
crypto_openssl.c 1342 return (struct crypto_ec_point *) EC_POINT_new(e->group);
1424 elem = EC_POINT_new(e->group);
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 399 milliseconds