/aosp_15_r20/external/tink/cc/core/ |
H A D | keyset_handle_test.cc | 203 EncryptedKeyset encrypted_keyset; in TEST_F() local 219 EncryptedKeyset encrypted_keyset; in TEST_F() local 234 EncryptedKeyset encrypted_keyset; in TEST_F() local 246 EncryptedKeyset encrypted_keyset; in TEST_F() local 264 EncryptedKeyset encrypted_keyset; in TEST_F() local 318 EncryptedKeyset encrypted_keyset; in TEST_F() local 349 EncryptedKeyset encrypted_keyset; in TEST_F() local 364 EncryptedKeyset encrypted_keyset; in TEST_F() local 376 EncryptedKeyset encrypted_keyset; in TEST_F() local 414 auto encrypted_keyset = std::move(read_encrypted_result.value()); in TEST_F() local [all …]
|
H A D | json_keyset_writer.cc | 162 rapidjson::Value encrypted_keyset(rapidjson::kStringType); in ToJsonString() local 210 const EncryptedKeyset& encrypted_keyset) { in Write()
|
H A D | binary_keyset_reader_test.cc | 160 auto encrypted_keyset = std::move(read_encrypted_result.value()); in TEST_F() local 187 auto encrypted_keyset = std::move(read_encrypted_result.value()); in TEST_F() local
|
H A D | json_keyset_reader_test.cc | 230 auto encrypted_keyset = std::move(read_encrypted_result.value()); in TEST_F() local 257 auto encrypted_keyset = std::move(read_encrypted_result.value()); in TEST_F() local
|
H A D | binary_keyset_writer.cc | 73 const EncryptedKeyset& encrypted_keyset) { in Write()
|
H A D | json_keyset_reader.cc | 128 auto encrypted_keyset = absl::make_unique<EncryptedKeyset>(); in EncryptedKeysetFromJson() local
|
H A D | json_keyset_writer_test.cc | 221 auto encrypted_keyset = std::move(read_result.value()); in TEST_F() local
|
/aosp_15_r20/external/tink/cc/proto/ |
H A D | tink.proto | 191 bytes encrypted_keyset = 2; field
|
/aosp_15_r20/external/tink/python/tink/proto/ |
H A D | tink.proto | 191 bytes encrypted_keyset = 2; field
|
/aosp_15_r20/external/tink/java_src/proto/ |
H A D | tink.proto | 191 bytes encrypted_keyset = 2; field
|
/aosp_15_r20/external/tink/proto/ |
H A D | tink.proto | 191 bytes encrypted_keyset = 2; field
|
/aosp_15_r20/external/tink/testing/cross_language/protos/ |
H A D | testing_api.proto | 131 bytes encrypted_keyset = 1; field 159 bytes encrypted_keyset = 1; field
|
/aosp_15_r20/external/tink/testing/java_src/protos/ |
H A D | testing_api.proto | 131 bytes encrypted_keyset = 1; field 159 bytes encrypted_keyset = 1; field
|
/aosp_15_r20/external/tink/testing/go/protos/ |
H A D | testing_api.proto | 131 bytes encrypted_keyset = 1; field 159 bytes encrypted_keyset = 1; field
|
/aosp_15_r20/external/tink/testing/cc/protos/ |
H A D | testing_api.proto | 131 bytes encrypted_keyset = 1; field 159 bytes encrypted_keyset = 1; field
|
/aosp_15_r20/external/tink/testing/python/protos/ |
H A D | testing_api.proto | 131 bytes encrypted_keyset = 1; field 159 bytes encrypted_keyset = 1; field
|
/aosp_15_r20/external/tink/testing/cc/ |
H A D | keyset_impl.cc | 391 std::stringbuf encrypted_keyset; in WriteEncrypted() local
|
/aosp_15_r20/external/tink/cc/util/ |
H A D | test_util.h | 702 const google::crypto::tink::EncryptedKeyset& encrypted_keyset) override { in Write()
|