/aosp_15_r20/external/tink/cc/experimental/pqcrypto/signature/ |
H A D | sphincs_key_template.cc | 79 KeyTemplate* key_template = new KeyTemplate; in NewSphincsKeyTemplate() local 100 static const KeyTemplate* key_template = NewSphincsKeyTemplate( in Sphincs_Haraka_128_F_Robust_KeyTemplate() local 109 static const KeyTemplate* key_template = NewSphincsKeyTemplate( in Sphincs_Haraka_128_F_Simple_KeyTemplate() local 118 static const KeyTemplate* key_template = NewSphincsKeyTemplate( in Sphincs_Haraka_128_S_Robust_KeyTemplate() local 127 static const KeyTemplate* key_template = NewSphincsKeyTemplate( in Sphincs_Haraka_128_S_Simple_KeyTemplate() local 136 static const KeyTemplate* key_template = NewSphincsKeyTemplate( in Sphincs_Haraka_192_F_Robust_KeyTemplate() local 145 static const KeyTemplate* key_template = NewSphincsKeyTemplate( in Sphincs_Haraka_192_F_Simple_KeyTemplate() local 154 static const KeyTemplate* key_template = NewSphincsKeyTemplate( in Sphincs_Haraka_192_S_Robust_KeyTemplate() local 163 static const KeyTemplate* key_template = NewSphincsKeyTemplate( in Sphincs_Haraka_192_S_Simple_KeyTemplate() local 172 static const KeyTemplate* key_template = NewSphincsKeyTemplate( in Sphincs_Haraka_256_F_Robust_KeyTemplate() local [all …]
|
H A D | dilithium_key_template.cc | 45 KeyTemplate* key_template = new KeyTemplate; in NewDilithiumKeyTemplate() local 62 static const KeyTemplate* key_template = in Dilithium2KeyTemplate() local 69 static const KeyTemplate* key_template = in Dilithium3KeyTemplate() local 76 static const KeyTemplate* key_template = in Dilithium5KeyTemplate() local 83 static const KeyTemplate* key_template = in Dilithium2AesKeyTemplate() local 90 static const KeyTemplate* key_template = in Dilithium3AesKeyTemplate() local 97 static const KeyTemplate* key_template = in Dilithium5AesKeyTemplate() local
|
H A D | falcon_key_template.cc | 36 auto key_template = absl::make_unique<KeyTemplate>(); in NewFalconKeyTemplate() local 51 static const KeyTemplate* key_template = in Falcon512KeyTemplate() local 57 static const KeyTemplate* key_template = in Falcon1024KeyTemplate() local
|
H A D | dilithium_key_template_test.cc | 56 KeyTemplate key_template; member 65 const KeyTemplate& key_template = GetParam().key_template; in TEST_P() local 84 const KeyTemplate& key_template = GetParam().key_template; in TEST_P() local
|
/aosp_15_r20/external/tink/cc/jwt/ |
H A D | jwt_key_templates.cc | 52 KeyTemplate* key_template = new KeyTemplate; in NewJwtHmacKeyTemplate() local 65 KeyTemplate* key_template = new KeyTemplate; in NewJwtEcdsaKeyTemplate() local 79 KeyTemplate* key_template = new KeyTemplate; in NewJwtRsaSsaPkcs1KeyTemplate() local 99 KeyTemplate* key_template = new KeyTemplate; in NewJwtRsaSsaPssKeyTemplate() local 118 static const KeyTemplate* key_template = NewJwtHmacKeyTemplate( in JwtHs256Template() local 124 static const KeyTemplate* key_template = in RawJwtHs256Template() local 130 static const KeyTemplate* key_template = NewJwtHmacKeyTemplate( in JwtHs384Template() local 136 static const KeyTemplate* key_template = in RawJwtHs384Template() local 142 static const KeyTemplate* key_template = NewJwtHmacKeyTemplate( in JwtHs512Template() local 148 static const KeyTemplate* key_template = in RawJwtHs512Template() local [all …]
|
/aosp_15_r20/external/tink/cc/hybrid/ |
H A D | hybrid_key_templates.cc | 52 KeyTemplate* key_template = new KeyTemplate; in NewEciesAeadHkdfKeyTemplate() local 70 KeyTemplate* key_template = new KeyTemplate; in NewHpkeKeyTemplate() local 87 static const KeyTemplate* key_template = in EciesP256HkdfHmacSha256Aes128Gcm() local 99 static const KeyTemplate* key_template = NewEciesAeadHkdfKeyTemplate( in EciesP256HkdfHmacSha512Aes128Gcm() local 110 static const KeyTemplate* key_template = in EciesP256HkdfHmacSha256Aes128GcmCompressedWithoutPrefix() local 123 static const KeyTemplate* key_template = in EciesP256HkdfHmacSha256Aes128CtrHmacSha256() local 136 static const KeyTemplate* key_template = NewEciesAeadHkdfKeyTemplate( in EciesP256HkdfHmacSha512Aes128CtrHmacSha256() local 147 static const KeyTemplate* key_template = NewEciesAeadHkdfKeyTemplate( in EciesP256CompressedHkdfHmacSha256Aes128Gcm() local 158 static const KeyTemplate* key_template = NewEciesAeadHkdfKeyTemplate( in EciesP256CompressedHkdfHmacSha256Aes128CtrHmacSha256() local 168 static const KeyTemplate* key_template = NewEciesAeadHkdfKeyTemplate( in EciesX25519HkdfHmacSha256Aes128Gcm() local [all …]
|
H A D | hybrid_key_templates_test.cc | 64 const KeyTemplate& key_template = in TEST_F() local 97 const KeyTemplate& key_template = in TEST_F() local 131 const KeyTemplate& key_template = HybridKeyTemplates:: in TEST_F() local 164 const KeyTemplate& key_template = in TEST_F() local 197 const KeyTemplate& key_template = in TEST_F() local 230 const KeyTemplate& key_template = in TEST_F() local 264 const KeyTemplate& key_template = HybridKeyTemplates:: in TEST_F() local 297 const KeyTemplate& key_template = in TEST_F() local 330 const KeyTemplate& key_template = in TEST_F() local 364 const KeyTemplate& key_template = in TEST_F() local [all …]
|
/aosp_15_r20/external/tink/cc/signature/ |
H A D | signature_key_templates.cc | 55 auto key_template = absl::make_unique<KeyTemplate>(); in NewEcdsaKeyTemplate() local 78 auto key_template = absl::make_unique<KeyTemplate>(); in NewRsaSsaPkcs1KeyTemplate() local 99 auto key_template = absl::make_unique<KeyTemplate>(); in NewRsaSsaPssKeyTemplate() local 121 static const KeyTemplate* key_template = in EcdsaP256() local 131 static const KeyTemplate* key_template = in EcdsaP384() local 140 static const KeyTemplate* key_template = in EcdsaP384Sha384() local 149 static const KeyTemplate* key_template = in EcdsaP384Sha512() local 158 static const KeyTemplate* key_template = in EcdsaP521() local 167 static const KeyTemplate* key_template = in EcdsaP256Raw() local 177 static const KeyTemplate* key_template = in EcdsaP256Ieee() local [all …]
|
H A D | signature_key_templates_test.cc | 63 const KeyTemplate& key_template = SignatureKeyTemplates::EcdsaP256(); in TEST() local 89 const KeyTemplate& key_template = SignatureKeyTemplates::EcdsaP256Raw(); in TEST() local 116 const KeyTemplate& key_template = SignatureKeyTemplates::EcdsaP384(); in TEST() local 141 const KeyTemplate& key_template = SignatureKeyTemplates::EcdsaP384Sha512(); in TEST() local 166 const KeyTemplate& key_template = SignatureKeyTemplates::EcdsaP384Sha384(); in TEST() local 191 const KeyTemplate& key_template = SignatureKeyTemplates::EcdsaP521(); in TEST() local 221 const KeyTemplate& key_template = SignatureKeyTemplates::EcdsaP256Ieee(); in TEST() local 247 const KeyTemplate& key_template = SignatureKeyTemplates::EcdsaP384Ieee(); in TEST() local 273 const KeyTemplate& key_template = SignatureKeyTemplates::EcdsaP521Ieee(); in TEST() local 302 const KeyTemplate& key_template = in TEST() local [all …]
|
/aosp_15_r20/external/tink/cc/aead/ |
H A D | aead_key_templates.cc | 47 KeyTemplate* key_template = new KeyTemplate; in NewAesEaxKeyTemplate() local 60 KeyTemplate* key_template = new KeyTemplate; in NewAesGcmKeyTemplate() local 71 KeyTemplate* key_template = new KeyTemplate; in NewAesGcmSivKeyTemplate() local 86 KeyTemplate* key_template = new KeyTemplate; in NewAesCtrHmacAeadKeyTemplate() local 103 KeyTemplate* key_template = new KeyTemplate; in NewXChaCha20Poly1305KeyTemplate() local 114 static const KeyTemplate* key_template = in Aes128Eax() local 122 static const KeyTemplate* key_template = in Aes256Eax() local 130 static const KeyTemplate* key_template = in Aes128Gcm() local 137 static const KeyTemplate* key_template = in Aes128GcmNoPrefix() local 144 static const KeyTemplate* key_template = in Aes256Gcm() local [all …]
|
H A D | aead_key_templates_test.cc | 75 const KeyTemplate& key_template = AeadKeyTemplates::Aes128Eax(); in TEST() local 98 const KeyTemplate& key_template = AeadKeyTemplates::Aes256Eax(); in TEST() local 138 const KeyTemplate& key_template = AeadKeyTemplates::Aes128GcmNoPrefix(); in TEST() local 145 const KeyTemplate& key_template = AeadKeyTemplates::Aes128GcmNoPrefix(); in TEST() local 169 const KeyTemplate& key_template = AeadKeyTemplates::Aes256GcmNoPrefix(); in TEST() local 176 const KeyTemplate& key_template = AeadKeyTemplates::Aes256GcmNoPrefix(); in TEST() local 200 const KeyTemplate& key_template = AeadKeyTemplates::Aes256Gcm(); in TEST() local 207 const KeyTemplate& key_template = AeadKeyTemplates::Aes256Gcm(); in TEST() local 231 const KeyTemplate& key_template = AeadKeyTemplates::Aes128Gcm(); in TEST() local 238 const KeyTemplate& key_template = AeadKeyTemplates::Aes128Gcm(); in TEST() local [all …]
|
/aosp_15_r20/external/tink/cc/streamingaead/ |
H A D | streaming_aead_key_templates_test.cc | 64 const KeyTemplate& key_template = in TEST() local 73 const KeyTemplate& key_template = in TEST() local 104 const KeyTemplate& key_template = in TEST() local 113 const KeyTemplate& key_template = in TEST() local 144 const KeyTemplate& key_template = in TEST() local 153 const KeyTemplate& key_template = in TEST() local 185 const KeyTemplate& key_template = in TEST() local 194 const KeyTemplate& key_template = in TEST() local 228 const KeyTemplate& key_template = in TEST() local 237 const KeyTemplate& key_template = in TEST() local [all …]
|
H A D | streaming_aead_key_templates.cc | 38 KeyTemplate* key_template = new KeyTemplate; in NewAesGcmHkdfStreamingKeyTemplate() local 54 KeyTemplate* key_template = new KeyTemplate; in NewAesCtrHmacStreamingKeyTemplate() local 75 static const KeyTemplate* key_template = NewAesGcmHkdfStreamingKeyTemplate( in Aes128GcmHkdf4KB() local 82 static const KeyTemplate* key_template = NewAesGcmHkdfStreamingKeyTemplate( in Aes256GcmHkdf4KB() local 89 static const KeyTemplate* key_template = NewAesGcmHkdfStreamingKeyTemplate( in Aes256GcmHkdf1MB() local 96 static const KeyTemplate* key_template = NewAesCtrHmacStreamingKeyTemplate( in Aes128CtrHmacSha256Segment4KB() local 103 static const KeyTemplate* key_template = NewAesCtrHmacStreamingKeyTemplate( in Aes128CtrHmacSha256Segment1MB() local 110 static const KeyTemplate* key_template = NewAesCtrHmacStreamingKeyTemplate( in Aes256CtrHmacSha256Segment4KB() local 117 static const KeyTemplate* key_template = NewAesCtrHmacStreamingKeyTemplate( in Aes256CtrHmacSha256Segment1MB() local
|
/aosp_15_r20/external/tink/cc/mac/ |
H A D | mac_key_templates.cc | 36 KeyTemplate* key_template = new KeyTemplate; in NewHmacKeyTemplate() local 49 KeyTemplate* key_template = new KeyTemplate; in NewAesCmacKeyTemplate() local 64 static const KeyTemplate* key_template = in HmacSha256HalfSizeTag() local 72 static const KeyTemplate* key_template = in HmacSha256() local 80 static const KeyTemplate* key_template = in HmacSha512HalfSizeTag() local 88 static const KeyTemplate* key_template = in HmacSha512() local 96 static const KeyTemplate* key_template = NewAesCmacKeyTemplate( in AesCmac() local
|
H A D | mac_key_templates_test.cc | 50 const KeyTemplate& key_template = MacKeyTemplates::HmacSha256HalfSizeTag(); in TEST() local 74 const KeyTemplate& key_template = MacKeyTemplates::HmacSha256(); in TEST() local 97 const KeyTemplate& key_template = MacKeyTemplates::HmacSha512HalfSizeTag(); in TEST() local 121 const KeyTemplate& key_template = MacKeyTemplates::HmacSha512(); in TEST() local
|
/aosp_15_r20/external/tink/cc/prf/ |
H A D | prf_key_templates.cc | 38 auto key_template = absl::make_unique<google::crypto::tink::KeyTemplate>(); in NewHkdfSha256Template() local 53 auto key_template = absl::make_unique<google::crypto::tink::KeyTemplate>(); in NewHmacTemplate() local 67 auto key_template = absl::make_unique<google::crypto::tink::KeyTemplate>(); in NewAesCmacTemplate() local 82 static const google::crypto::tink::KeyTemplate* key_template = in HkdfSha256() local 88 static const google::crypto::tink::KeyTemplate* key_template = in HmacSha256() local 94 static const google::crypto::tink::KeyTemplate* key_template = in HmacSha512() local 100 static const google::crypto::tink::KeyTemplate* key_template = in AesCmac() local
|
/aosp_15_r20/external/tink/cc/experimental/pqcrypto/kem/ |
H A D | cecpq2_hybrid_key_templates_test.cc | 44 const KeyTemplate& key_template = in TEST_F() local 54 const KeyTemplate& key_template = in TEST_F() local 64 const KeyTemplate& key_template = in TEST_F() local 74 const KeyTemplate& key_template = in TEST_F() local 87 const KeyTemplate& key_template = in TEST_F() local 101 const KeyTemplate& key_template = in TEST_F() local
|
H A D | cecpq2_hybrid_key_templates.cc | 44 KeyTemplate* key_template = new KeyTemplate; in NewCecpq2AeadHkdfKeyTemplate() local 64 static const KeyTemplate* key_template = NewCecpq2AeadHkdfKeyTemplate( in Cecpq2HybridKeyTemplateX25519HkdfHmacSha256Aes256Gcm() local 74 static const KeyTemplate* key_template = NewCecpq2AeadHkdfKeyTemplate( in Cecpq2HybridKeyTemplateX25519HkdfHmacSha256XChaCha20Poly1305() local 84 static const KeyTemplate* key_template = NewCecpq2AeadHkdfKeyTemplate( in Cecpq2HybridKeyTemplateX25519HkdfHmacSha256DeterministicAesSiv() local
|
/aosp_15_r20/external/tink/cc/internal/ |
H A D | registry_impl_test.cc | 313 KeyTemplate key_template; in TEST_F() local 344 KeyTemplate key_template; in TEST_F() local 577 KeyTemplate key_template; in TEST_F() local 587 KeyTemplate key_template; in TEST_F() local 597 KeyTemplate key_template; in TEST_F() local 611 KeyTemplate key_template; in TEST_F() local 1091 KeyTemplate key_template; in TEST_F() local 1116 KeyTemplate key_template; in TEST_F() local 1134 KeyTemplate key_template; in TEST_F() local 1168 KeyTemplate key_template; in TEST_F() local [all …]
|
/aosp_15_r20/external/tink/cc/core/ |
H A D | keyset_manager.cc | 45 const KeyTemplate& key_template) { in New() 69 StatusOr<uint32_t> KeysetManager::Add(const KeyTemplate& key_template) { in Add() 74 const google::crypto::tink::KeyTemplate& key_template, bool as_primary) { in Add() 85 StatusOr<uint32_t> KeysetManager::Rotate(const KeyTemplate& key_template) { in Rotate()
|
/aosp_15_r20/external/tink/testing/cc/ |
H A D | hybrid_impl_test.cc | 70 const KeyTemplate& key_template = in TEST_F() local 99 const KeyTemplate& key_template = in TEST_F() local 132 const KeyTemplate& key_template = in TEST_F() local 177 const KeyTemplate& key_template = in TEST_F() local
|
H A D | signature_impl_test.cc | 70 const KeyTemplate& key_template = SignatureKeyTemplates::EcdsaP256(); in TEST_F() local 98 const KeyTemplate& key_template = SignatureKeyTemplates::EcdsaP256(); in TEST_F() local 132 const KeyTemplate& key_template = SignatureKeyTemplates::EcdsaP256(); in TEST_F() local 174 const KeyTemplate& key_template = SignatureKeyTemplates::EcdsaP256(); in TEST_F() local
|
/aosp_15_r20/external/tink/cc/util/ |
H A D | fake_kms_client_test.cc | 46 KeyTemplate key_template; in NewKmsAeadKeyTemplate() local 59 KeyTemplate key_template; in NewKmsEnvelopeKeyTemplate() local 148 KeyTemplate key_template = NewKmsAeadKeyTemplate(key_uri); in TEST_F() local 172 KeyTemplate key_template = in TEST_F() local
|
/aosp_15_r20/external/tink/cc/jwt/internal/ |
H A D | jwt_mac_wrapper_test.cc | 56 KeyTemplate key_template; in createTemplate() local 119 KeyTemplate key_template = createTemplate(OutputPrefixType::RAW); in TEST_F() local 171 KeyTemplate key_template = createTemplate(OutputPrefixType::TINK); in TEST_F() local 229 KeyTemplate key_template = createTemplate(prefix); in TEST_F() local
|
H A D | jwt_public_key_wrappers_test.cc | 58 KeyTemplate key_template; in CreateTemplate() local 135 KeyTemplate key_template = CreateTemplate(OutputPrefixType::RAW); in TEST_F() local 192 KeyTemplate key_template = CreateTemplate(OutputPrefixType::TINK); in TEST_F() local 256 KeyTemplate key_template = CreateTemplate(prefix); in TEST_F() local
|