Home
last modified time | relevance | path

Searched defs:cecpq2_key (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tink/cc/experimental/pqcrypto/kem/util/
H A Dtest_util_test.cc69 auto cecpq2_key = test::GetCecpq2AeadHkdfTestKey(curve_type, ec_point_format, in TEST() local
85 auto cecpq2_key = test::GetCecpq2AesGcmHkdfTestKey( in TEST() local
106 auto cecpq2_key = test::GetCecpq2AesCtrHmacHkdfTestKey( in TEST() local
125 auto cecpq2_key = test::GetCecpq2XChaCha20Poly1305HkdfTestKey( in TEST() local
H A Dtest_util.cc81 auto cecpq2_key = in GetCecpq2AesGcmHkdfTestKey() local
/aosp_15_r20/external/tink/cc/experimental/pqcrypto/kem/subtle/
H A Dcecpq2_aead_hkdf_hybrid_decrypt_test.cc87 const google::crypto::tink::Cecpq2AeadHkdfPrivateKey& cecpq2_key) { in CheckKeyValidity()
326 google::crypto::tink::Cecpq2AeadHkdfPrivateKey cecpq2_key; in TEST_F() local
384 google::crypto::tink::Cecpq2AeadHkdfPrivateKey cecpq2_key; in TEST_F() local
438 google::crypto::tink::Cecpq2AeadHkdfPrivateKey cecpq2_key; in TEST_F() local
H A Dcecpq2_aead_hkdf_hybrid_encrypt_test.cc118 auto cecpq2_key = CreateValidKey(); in TEST() local