Home
last modified time | relevance | path

Searched refs:EC_POINT_new (Results 1 – 23 of 23) sorted by relevance

/external/boringssl/src/crypto/ec/
Dexample_mul.c85 p = EC_POINT_new(group); in example_EC_POINT_mul()
86 result = EC_POINT_new(group); in example_EC_POINT_mul()
Dec.c383 group->generator = EC_POINT_new(group); in EC_GROUP_set_generator()
451 if ((P = EC_POINT_new(group)) == NULL) { in ec_group_new_from_data()
552 dest->generator = EC_POINT_new(dest); in ec_group_copy()
648 EC_POINT *EC_POINT_new(const EC_GROUP *group) { in EC_POINT_new() function
712 t = EC_POINT_new(group); in EC_POINT_dup()
Dec_test.cc207 ScopedEC_POINT point(EC_POINT_new(group)); in TestSetAffine()
225 ScopedEC_POINT invalid_point(EC_POINT_new(group)); in TestSetAffine()
Dec_key.c340 point = EC_POINT_new(eckey->group); in EC_KEY_check_key()
371 point = EC_POINT_new(key->group); in EC_KEY_set_public_key_affine_coordinates()
436 pub_key = EC_POINT_new(eckey->group); in EC_KEY_generate_key()
Dwnaf.c324 *v = EC_POINT_new(group); in ec_wNAF_mul()
336 if (!(tmp = EC_POINT_new(group))) { in ec_wNAF_mul()
Dec_asn1.c338 ret->pub_key = EC_POINT_new(ret->group); in d2i_ECPrivateKey()
533 (ret->pub_key = EC_POINT_new(ret->group)) == NULL) { in o2i_ECPublicKey()
Dec_montgomery.c245 EC_POINT *point = EC_POINT_new(group); in ec_GFp_mont_check_pub_key_order()
/external/boringssl/src/ssl/
Dssl_ecdh.c69 public_key = EC_POINT_new(group); in ssl_ec_point_generate_keypair()
119 peer_point = EC_POINT_new(group); in ssl_ec_point_compute_secret()
120 result = EC_POINT_new(group); in ssl_ec_point_compute_secret()
Ds3_srvr.c2247 point = EC_POINT_new(p256); in ssl3_get_channel_id()
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLECPointContext.java57 NativeCrypto.EC_POINT_new(group.getNativeRef()))); in getInstance()
DNativeCrypto.java188 public static native long EC_POINT_new(NativeRef.EC_GROUP groupRef); in EC_POINT_new() method in NativeCrypto
/external/boringssl/src/crypto/ecdh/
Decdh.c98 EC_POINT *tmp = EC_POINT_new(group); in ECDH_compute_key()
/external/tpm2/
DCpriECC.c185 && (P = EC_POINT_new(group)) != NULL in EccCurveInit()
249 ecP = EC_POINT_new(group); in EccInitPoint2B()
374 || (R = EC_POINT_new(group)) == NULL) in _cpri__EccPointMultiply()
512 if( (pK = EC_POINT_new(group)) == NULL in _cpri__EccCommitCompute()
513 || (pL = EC_POINT_new(group)) == NULL) in _cpri__EccCommitCompute()
544 if((pE = EC_POINT_new(group)) == NULL) in _cpri__EccCommitCompute()
1110 || (pR = EC_POINT_new(group)) == NULL in SchnorrEcc()
1479 || (pQ = EC_POINT_new(group)) == NULL in ValidateSignatureEcdsa()
1861 if((pQeA = EC_POINT_new(group)) == NULL) in C_2_2_MQV()
2002 if((pQeA = EC_POINT_new(group)) == NULL) in SM2KeyExchange()
Dpart4.txt33252 133 && (P = EC_POINT_new(group)) != NULL
33325 188 ecP = EC_POINT_new(group);
33496 301 || (R = EC_POINT_new(group)) == NULL)
33662 427 if( (pK = EC_POINT_new(group)) == NULL
33663 428 || (pL = EC_POINT_new(group)) == NULL)
33699 464 if((pE = EC_POINT_new(group)) == NULL)
34344 982 || (pR = EC_POINT_new(group)) == NULL
34789 1355 || (pQ = EC_POINT_new(group)) == NULL
35245 1718 if((pQeA = EC_POINT_new(group)) == NULL)
35420 1855 if((pQeA = EC_POINT_new(group)) == NULL)
/external/boringssl/src/crypto/ecdsa/
Decdsa.c206 point = EC_POINT_new(group); in ECDSA_do_verify()
263 tmp_point = EC_POINT_new(group); in ecdsa_sign_setup()
/external/boringssl/src/include/openssl/
Dec.h153 OPENSSL_EXPORT EC_POINT *EC_POINT_new(const EC_GROUP *group);
/external/wpa_supplicant_8/src/eap_server/
Deap_server_pwd.c214 ((data->my_element = EC_POINT_new(data->grp->group)) == NULL) || in eap_pwd_build_commit_req()
684 ((point = EC_POINT_new(data->grp->group)) == NULL) || in eap_pwd_process_commit_resp()
685 ((K = EC_POINT_new(data->grp->group)) == NULL) || in eap_pwd_process_commit_resp()
686 ((data->peer_element = EC_POINT_new(data->grp->group)) == NULL)) { in eap_pwd_process_commit_resp()
/external/wpa_supplicant_8/src/eap_peer/
Deap_pwd.c384 ((data->my_element = EC_POINT_new(data->grp->group)) == NULL) || in eap_pwd_perform_commit_exchange()
431 ((K = EC_POINT_new(data->grp->group)) == NULL) || in eap_pwd_perform_commit_exchange()
432 ((point = EC_POINT_new(data->grp->group)) == NULL) || in eap_pwd_perform_commit_exchange()
433 ((data->server_element = EC_POINT_new(data->grp->group)) == NULL)) in eap_pwd_perform_commit_exchange()
/external/wpa_supplicant_8/src/eap_common/
Deap_pwd_common.c154 ((grp->pwe = EC_POINT_new(grp->group)) == NULL) || in compute_password_element()
/external/boringssl/src/crypto/evp/
Dp_ec_asn1.c247 pub_key = EC_POINT_new(group); in eckey_priv_decode()
/external/boringssl/src/tool/
Dspeed.cc321 ScopedEC_POINT point(EC_POINT_new(group)); in SpeedECDHCurve()
/external/wpa_supplicant_8/src/crypto/
Dcrypto_openssl.c1342 return (struct crypto_ec_point *) EC_POINT_new(e->group); in crypto_ec_point_init()
1424 elem = EC_POINT_new(e->group); in crypto_ec_point_from_bin()
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp2730 Unique_EC_POINT calcPubkey(EC_POINT_new(group));
3402 Unique_EC_POINT generator(EC_POINT_new(group.get()));
3726 EC_POINT* point = EC_POINT_new(group);
11098 NATIVE_METHOD(NativeCrypto, EC_POINT_new, "(" REF_EC_GROUP ")J"),