Searched refs:ReadWithAssociatedData (Results 1 – 8 of 8) sorted by relevance
/external/tink/go/keyset/ |
D | keyset_test.go | 69 handle, err := keyset.ReadWithAssociatedData(reader, kekAEAD, keysetAssociatedData)
|
D | handle.go | 84 return ReadWithAssociatedData(reader, masterKey, []byte{}) 88 func ReadWithAssociatedData(reader Reader, masterKey tink.AEAD, associatedData []byte) (*Handle, er… func
|
D | handle_test.go | 157 …handle2, err := keyset.ReadWithAssociatedData(keyset.NewBinaryReader(bytes.NewBuffer(encrypted)), … 191 …_, err = keyset.ReadWithAssociatedData(keyset.NewBinaryReader(bytes.NewBuffer(encrypted)), keysetE…
|
/external/tink/cc/core/ |
D | keyset_handle.cc | 249 return ReadWithAssociatedData(std::move(reader), master_key_aead, in Read() 254 KeysetHandle::ReadWithAssociatedData( in ReadWithAssociatedData() function in crypto::tink::KeysetHandle
|
D | keyset_handle_test.cc | 444 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/ |
D | keyset_service.go | 285 …handle, err = keyset.ReadWithAssociatedData(reader, masterAead, req.GetAssociatedData().GetValue())
|
/external/tink/cc/ |
D | keyset_handle.h | 120 ReadWithAssociatedData(std::unique_ptr<KeysetReader> reader,
|
/external/tink/testing/cc/ |
D | keyset_impl.cc | 485 ::crypto::tink::KeysetHandle::ReadWithAssociatedData( in ReadEncrypted()
|