Home
last modified time | relevance | path

Searched defs:curve_type (Results 1 – 18 of 18) sorted by relevance

/external/tink/cc/subtle/
Dec_util.h36 EllipticCurveType curve_type, EcPointFormat point_format) { in EncodingSizeInBytes()
43 static inline uint32_t FieldSizeInBytes(EllipticCurveType curve_type) { in FieldSizeInBytes()
Dsubtle_util_boringssl.h98 EllipticCurveType curve_type) { in GetEcGroup()
130 EllipticCurveType curve_type) { in GetNewEcKey()
137 EllipticCurveType curve_type, const util::SecretData &secret_seed) { in GetNewEcKeyFromSeed()
/external/tink/cc/experimental/pqcrypto/kem/util/
Dtest_util_test.cc65 auto curve_type = EllipticCurveType::CURVE25519; in TEST() local
80 auto curve_type = EllipticCurveType::CURVE25519; in TEST() local
96 auto curve_type = EllipticCurveType::CURVE25519; in TEST() local
121 auto curve_type = EllipticCurveType::CURVE25519; in TEST() local
Dtest_util.cc41 google::crypto::tink::EllipticCurveType curve_type, in GetCecpq2AeadHkdfTestKey()
78 google::crypto::tink::EllipticCurveType curve_type, in GetCecpq2AesGcmHkdfTestKey()
96 google::crypto::tink::EllipticCurveType curve_type, in GetCecpq2AesCtrHmacHkdfTestKey()
129 google::crypto::tink::EllipticCurveType curve_type, in GetCecpq2XChaCha20Poly1305HkdfTestKey()
/external/tink/cc/util/
Dtest_util.cc194 subtle::EllipticCurveType curve_type, in GetEciesAesGcmHkdfTestKey()
206 google::crypto::tink::EllipticCurveType curve_type, in GetEciesAeadHkdfTestKey()
227 google::crypto::tink::EllipticCurveType curve_type, in GetEciesAesGcmHkdfTestKey()
245 google::crypto::tink::EllipticCurveType curve_type, in GetEciesAesCtrHmacHkdfTestKey()
277 google::crypto::tink::EllipticCurveType curve_type, in GetEciesXChaCha20Poly1305HkdfTestKey()
295 google::crypto::tink::EllipticCurveType curve_type, in GetEciesAesSivHkdfTestKey()
313 subtle::EllipticCurveType curve_type, subtle::HashType hash_type, in GetEcdsaTestPrivateKey()
321 google::crypto::tink::EllipticCurveType curve_type, in GetEcdsaTestPrivateKey()
/external/tink/cc/internal/
Dec_util.cc311 util::StatusOr<int32_t> EcFieldSizeInBytes(EllipticCurveType curve_type) { in EcFieldSizeInBytes()
323 util::StatusOr<int32_t> EcPointEncodingSizeInBytes(EllipticCurveType curve_type, in EcPointEncodingSizeInBytes()
352 util::StatusOr<EcKey> NewEcKey(EllipticCurveType curve_type) { in NewEcKey()
375 util::StatusOr<EcKey> NewEcKey(EllipticCurveType curve_type, in NewEcKey()
634 EllipticCurveType curve_type) { in EcGroupFromCurveType()
/external/tink/cc/experimental/pqcrypto/kem/subtle/
Dcecpq2_subtle_boringssl_util.cc57 GenerateCecpq2Keypair(subtle::EllipticCurveType curve_type) { in GenerateCecpq2Keypair()
/external/tink/cc/signature/
Dsignature_key_templates.cc53 HashType hash_type, EllipticCurveType curve_type, in NewEcdsaKeyTemplate()
69 HashType hash_type, EllipticCurveType curve_type, in NewEcdsaKeyTemplate()
/external/tink/cc/experimental/pqcrypto/kem/
Dcecpq2_hybrid_key_templates.cc38 KeyTemplate* NewCecpq2AeadHkdfKeyTemplate(EllipticCurveType curve_type, in NewCecpq2AeadHkdfKeyTemplate()
/external/tink/proto/
Decies_aead_hkdf.proto50 EllipticCurveType curve_type = 1; field
/external/tink/python/tink/proto/
Decies_aead_hkdf.proto50 EllipticCurveType curve_type = 1; field
/external/tink-java/proto/
Decies_aead_hkdf.proto50 EllipticCurveType curve_type = 1; field
/external/tink/cc/proto/
Decies_aead_hkdf.proto50 EllipticCurveType curve_type = 1; field
/external/tink/java_src/proto/
Decies_aead_hkdf.proto50 EllipticCurveType curve_type = 1; field
/external/tink/proto/experimental/pqcrypto/
Dcecpq2_aead_hkdf.proto49 EllipticCurveType curve_type = 1; field
/external/tink/cc/proto/experimental/pqcrypto/
Dcecpq2_aead_hkdf.proto49 EllipticCurveType curve_type = 1; field
/external/tink/cc/hybrid/
Dhybrid_key_templates.cc46 EllipticCurveType curve_type, in NewEciesAeadHkdfKeyTemplate()
/external/tink/python/tink/cc/pybind/
Dcc_key_manager_test.py474 def new_ecdsa_key_template(self, hash_type, curve_type, encoding, argument