Home
last modified time | relevance | path

Searched refs:EC_KEY_get0_group (Results 1 – 25 of 28) sorted by relevance

12

/external/boringssl/src/crypto/evp/
Dp_ec_asn1.c70 const EC_GROUP *group = EC_KEY_get0_group(ec_key); in eckey_pub_encode()
130 const EC_GROUP *group = EC_KEY_get0_group(b->pkey.ec); in eckey_pub_cmp()
180 !EC_KEY_marshal_curve_name(&algorithm, EC_KEY_get0_group(ec_key)) || in eckey_priv_encode()
196 const EC_GROUP *group = EC_KEY_get0_group(pkey->pkey.ec); in ec_bits()
205 return EC_KEY_get0_group(pkey->pkey.ec) == NULL; in ec_missing_parameters()
209 EC_GROUP *group = EC_GROUP_dup(EC_KEY_get0_group(from->pkey.ec)); in ec_copy_parameters()
219 const EC_GROUP *group_a = EC_KEY_get0_group(a->pkey.ec), in ec_cmp_parameters()
220 *group_b = EC_KEY_get0_group(b->pkey.ec); in ec_cmp_parameters()
Dp_ec.c158 group = EC_KEY_get0_group(eckey); in pkey_ec_derive()
215 !EC_KEY_set_group(ec, EC_KEY_get0_group(ctx->pkey->pkey.ec)) || in pkey_ec_keygen()
Dprint.c306 if (x == NULL || (group = EC_KEY_get0_group(x)) == NULL) { in do_EC_KEY_print()
/external/boringssl/src/fipstools/
Dcavp_ecdsa2_keypair_test.cc52 !EC_POINT_get_affine_coordinates_GFp(EC_KEY_get0_group(key.get()), in TestECDSA2KeyPair()
59 (EC_GROUP_get_degree(EC_KEY_get0_group(key.get())) + 7) / 8; in TestECDSA2KeyPair()
61 BN_num_bytes(EC_GROUP_get0_order(EC_KEY_get0_group(key.get()))); in TestECDSA2KeyPair()
Dcavp_ecdsa2_siggen_test.cc45 !EC_POINT_get_affine_coordinates_GFp(EC_KEY_get0_group(key.get()), in TestECDSA2SigGenImpl()
72 (EC_GROUP_get_degree(EC_KEY_get0_group(key.get())) + 7) / 8; in TestECDSA2SigGenImpl()
74 BN_num_bytes(EC_GROUP_get0_order(EC_KEY_get0_group(key.get()))); in TestECDSA2SigGenImpl()
Dcavp_kas_test.cc68 const EC_GROUP *const group = EC_KEY_get0_group(ec_key.get()); in TestKAS()
/external/boringssl/src/crypto/fipsmodule/ec/
Dec_test.cc150 EC_KEY_get0_group(key.get()), pub_key, x.get(), y.get(), NULL)); in TEST()
188 EC_GROUP_get_curve_name(EC_KEY_get0_group(key.get()))); in TEST()
272 EC_KEY_get0_group(key.get()), EC_KEY_get0_public_key(key.get()), x.get(), in TEST()
347 const EC_GROUP *const group = EC_KEY_get0_group(key.get()); in TEST_P()
400 const EC_GROUP *const group = EC_KEY_get0_group(key.get()); in TEST_P()
596 BN_copy(bn.get(), EC_GROUP_get0_order(EC_KEY_get0_group(key.get())))); in TEST_P()
Dec_key.c233 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key) { return key->group; } in EC_KEY_get0_group() function
/external/boringssl/src/crypto/fipsmodule/ecdsa/
Decdsa.c220 const EC_GROUP *group = EC_KEY_get0_group(eckey); in ECDSA_do_verify()
317 const EC_GROUP *group = EC_KEY_get0_group(eckey); in ecdsa_sign_setup()
395 const EC_GROUP *group = EC_KEY_get0_group(eckey); in ECDSA_do_sign()
/external/nos/host/android/hals/keymaster/
Dimport_key.cpp168 const EC_GROUP *group = EC_KEY_get0_group(ec_key); in import_key_ec()
207 if (!EC_POINT_get_affine_coordinates_GFp(EC_KEY_get0_group(ec_key), in import_key_ec()
/external/nos/host/android/hals/keymaster/test/
Dimport_key_test.cpp238 const EC_GROUP *group = EC_KEY_get0_group(ec_key_); in MatchAndExplainEC()
268 EC_KEY_get0_group(ec_key_), in MatchAndExplainEC()
/external/boringssl/src/crypto/ecdh/
Decdh.c100 const EC_GROUP *const group = EC_KEY_get0_group(priv_key); in ECDH_compute_key()
/external/boringssl/src/include/openssl/
Dec_key.h116 OPENSSL_EXPORT const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);
/external/boringssl/src/crypto/ecdsa_extra/
Decdsa_asn1.c149 const EC_GROUP *group = EC_KEY_get0_group(key); in ECDSA_size()
/external/boringssl/src/ssl/
Dssl_lib.cc2111 EC_GROUP_get_curve_name(EC_KEY_get0_group(ec_key)) == in is_p256_key()
2694 if (ec_key == NULL || EC_KEY_get0_group(ec_key) == NULL) { in SSL_CTX_set_tmp_ecdh()
2698 int nid = EC_GROUP_get_curve_name(EC_KEY_get0_group(ec_key)); in SSL_CTX_set_tmp_ecdh()
2703 if (ec_key == NULL || EC_KEY_get0_group(ec_key) == NULL) { in SSL_set_tmp_ecdh()
2707 int nid = EC_GROUP_get_curve_name(EC_KEY_get0_group(ec_key)); in SSL_set_tmp_ecdh()
Dssl_privkey.cc160 EC_KEY_get0_group(EVP_PKEY_get0_EC_KEY(pkey))) != alg->curve)) { in pkey_supports_algorithm()
Dssl_cert.cc773 &group_id, EC_GROUP_get_curve_name(EC_KEY_get0_group(ec_key))) || in ssl_check_leaf_certificate()
Dt1_lib.cc3589 !EC_POINT_get_affine_coordinates_GFp(EC_KEY_get0_group(ec_key), in tls1_write_channel_id()
/external/boringssl/src/crypto/x509/
Dx509_cmp.c360 grp = EC_KEY_get0_group(pkey->pkey.ec); in check_suite_b()
/external/boringssl/src/crypto/ec_extra/
Dec_asn1.c427 group = EC_KEY_get0_group(*out); in d2i_ECPrivateKey()
/external/nos/test/system-test-harness/src/
Dkeymaster-import-key-tests.cc387 const EC_GROUP *group = EC_KEY_get0_group(ec.get()); in TEST_F()
/external/wpa_supplicant_8/src/common/
Ddpp.c470 group = EC_KEY_get0_group(eckey); in dpp_set_pubkey_point()
1098 group = EC_KEY_get0_group(eckey); in dpp_set_keypair()
1742 group = EC_KEY_get0_group(BI); in dpp_auth_derive_l_responder()
1821 group = EC_KEY_get0_group(bI); in dpp_auth_derive_l_initiator()
3977 group = EC_KEY_get0_group(eckey); in dpp_process_signed_connector()
4880 group = EC_KEY_get0_group(Pi_ec); in dpp_pkex_derive_Qi()
4961 group = EC_KEY_get0_group(Pr_ec); in dpp_pkex_derive_Qr()
/external/boringssl/src/tool/
Dspeed.cc397 const EC_GROUP *const group = EC_KEY_get0_group(key.get()); in SpeedECDHCurve()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc2090 EC_GROUP* group = EC_GROUP_dup(EC_KEY_get0_group(pkey->pkey.ec)); in NativeCrypto_EC_KEY_get1_group()
2140 EC_POINT_dup(EC_KEY_get0_public_key(eckey.get()), EC_KEY_get0_group(eckey.get()))); in NativeCrypto_EC_KEY_get_public_key()
/external/robolectric/v3/runtime/
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...

12