/external/tink/cc/subtle/ |
D | ec_util.h | 36 EllipticCurveType curve_type, EcPointFormat point_format) { in EncodingSizeInBytes() 43 static inline uint32_t FieldSizeInBytes(EllipticCurveType curve_type) { in FieldSizeInBytes()
|
D | subtle_util_boringssl.h | 98 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/ |
D | test_util_test.cc | 65 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
|
D | test_util.cc | 41 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/ |
D | test_util.cc | 194 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/ |
D | ec_util.cc | 311 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/ |
D | cecpq2_subtle_boringssl_util.cc | 57 GenerateCecpq2Keypair(subtle::EllipticCurveType curve_type) { in GenerateCecpq2Keypair()
|
/external/tink/cc/signature/ |
D | signature_key_templates.cc | 53 HashType hash_type, EllipticCurveType curve_type, in NewEcdsaKeyTemplate() 69 HashType hash_type, EllipticCurveType curve_type, in NewEcdsaKeyTemplate()
|
/external/tink/cc/experimental/pqcrypto/kem/ |
D | cecpq2_hybrid_key_templates.cc | 38 KeyTemplate* NewCecpq2AeadHkdfKeyTemplate(EllipticCurveType curve_type, in NewCecpq2AeadHkdfKeyTemplate()
|
/external/tink/proto/ |
D | ecies_aead_hkdf.proto | 50 EllipticCurveType curve_type = 1; field
|
/external/tink/python/tink/proto/ |
D | ecies_aead_hkdf.proto | 50 EllipticCurveType curve_type = 1; field
|
/external/tink-java/proto/ |
D | ecies_aead_hkdf.proto | 50 EllipticCurveType curve_type = 1; field
|
/external/tink/cc/proto/ |
D | ecies_aead_hkdf.proto | 50 EllipticCurveType curve_type = 1; field
|
/external/tink/java_src/proto/ |
D | ecies_aead_hkdf.proto | 50 EllipticCurveType curve_type = 1; field
|
/external/tink/proto/experimental/pqcrypto/ |
D | cecpq2_aead_hkdf.proto | 49 EllipticCurveType curve_type = 1; field
|
/external/tink/cc/proto/experimental/pqcrypto/ |
D | cecpq2_aead_hkdf.proto | 49 EllipticCurveType curve_type = 1; field
|
/external/tink/cc/hybrid/ |
D | hybrid_key_templates.cc | 46 EllipticCurveType curve_type, in NewEciesAeadHkdfKeyTemplate()
|
/external/tink/python/tink/cc/pybind/ |
D | cc_key_manager_test.py | 474 def new_ecdsa_key_template(self, hash_type, curve_type, encoding, argument
|