Home
last modified time | relevance | path

Searched defs:aes_ctr_key (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tink/cc/aead/
H A Daes_ctr_hmac_aead_key_manager.cc71 auto aes_ctr_key = aes_ctr_hmac_aead_key.mutable_aes_ctr_key(); in CreateKey() local
117 auto aes_ctr_key = key.aes_ctr_key(); in ValidateKey() local
218 AesCtrKey* aes_ctr_key = key.mutable_aes_ctr_key(); in DeriveKey() local
H A Daes_ctr_hmac_aead_key_manager_test.cc79 auto aes_ctr_key = key.mutable_aes_ctr_key(); in CreateValidKey() local
/aosp_15_r20/external/tink/python/tink/proto/
H A Daes_ctr_hmac_aead.proto36 AesCtrKey aes_ctr_key = 2; field
/aosp_15_r20/external/tink/java_src/proto/
H A Daes_ctr_hmac_aead.proto36 AesCtrKey aes_ctr_key = 2; field
/aosp_15_r20/external/tink/proto/
H A Daes_ctr_hmac_aead.proto36 AesCtrKey aes_ctr_key = 2; field
/aosp_15_r20/external/tink/cc/proto/
H A Daes_ctr_hmac_aead.proto36 AesCtrKey aes_ctr_key = 2; field
/aosp_15_r20/external/tink/cc/hybrid/
H A Decies_aead_hkdf_dem_helper.cc146 auto aes_ctr_key = key.mutable_aes_ctr_key(); in GetAeadOrDaead() local