Home
last modified time | relevance | path

Searched refs:ReadWithAssociatedData (Results 1 – 8 of 8) sorted by relevance

/external/tink/go/keyset/
Dkeyset_test.go69 handle, err := keyset.ReadWithAssociatedData(reader, kekAEAD, keysetAssociatedData)
Dhandle.go84 return ReadWithAssociatedData(reader, masterKey, []byte{})
88 func ReadWithAssociatedData(reader Reader, masterKey tink.AEAD, associatedData []byte) (*Handle, er… func
Dhandle_test.go157 …handle2, err := keyset.ReadWithAssociatedData(keyset.NewBinaryReader(bytes.NewBuffer(encrypted)), …
191 …_, err = keyset.ReadWithAssociatedData(keyset.NewBinaryReader(bytes.NewBuffer(encrypted)), keysetE…
/external/tink/cc/core/
Dkeyset_handle.cc249 return ReadWithAssociatedData(std::move(reader), master_key_aead, in Read()
254 KeysetHandle::ReadWithAssociatedData( in ReadWithAssociatedData() function in crypto::tink::KeysetHandle
Dkeyset_handle_test.cc444 KeysetHandle::ReadWithAssociatedData(std::move(reader), aead, "aad"); in TEST_F()
465 KeysetHandle::ReadWithAssociatedData(*std::move(reader), aead, in TEST_F()
512 auto result = KeysetHandle::ReadWithAssociatedData(std::move(reader), aead, in TEST_F()
/external/tink/testing/go/
Dkeyset_service.go285 …handle, err = keyset.ReadWithAssociatedData(reader, masterAead, req.GetAssociatedData().GetValue())
/external/tink/cc/
Dkeyset_handle.h120 ReadWithAssociatedData(std::unique_ptr<KeysetReader> reader,
/external/tink/testing/cc/
Dkeyset_impl.cc485 ::crypto::tink::KeysetHandle::ReadWithAssociatedData( in ReadEncrypted()