Home
last modified time | relevance | path

Searched defs:DecryptDeterministically (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/tink/go/tink/
H A Ddeterministic_aead.go54 DecryptDeterministically(ciphertext, associatedData []byte) ([]byte, error) methodSpec
/aosp_15_r20/external/tink/testing/go/
H A Ddaead_service.go61 func (s *DeterministicAEADService) DecryptDeterministically(ctx context.Context, req *pb.Determinis… func
/aosp_15_r20/external/tink/cc/daead/
H A Dfailing_daead.cc42 util::StatusOr<std::string> DecryptDeterministically( in DecryptDeterministically() function in crypto::tink::__anon60a3b41b0111::AlwaysFailDeterministicAead
H A Ddeterministic_aead_wrapper.cc108 DeterministicAeadSetWrapper::DecryptDeterministically( in DecryptDeterministically() function in crypto::tink::__anon4a5ee8310111::DeterministicAeadSetWrapper
/aosp_15_r20/external/tink/testing/cc/
H A Ddeterministic_aead_impl.cc61 grpc::Status DeterministicAeadImpl::DecryptDeterministically( in DecryptDeterministically() function in tink_testing_api::DeterministicAeadImpl
/aosp_15_r20/external/tink/go/daead/
H A Ddaead_factory.go129 func (d *wrappedDeterministicAEAD) DecryptDeterministically(ct, aad []byte) ([]byte, error) { func
/aosp_15_r20/external/tink/go/daead/subtle/
H A Daes_siv.go131 func (asc *AESSIV) DecryptDeterministically(ciphertext, associatedData []byte) ([]byte, error) { func
/aosp_15_r20/external/tink/cc/subtle/
H A Daes_siv_boringssl.cc231 util::StatusOr<std::string> AesSivBoringSsl::DecryptDeterministically( in DecryptDeterministically() function in crypto::tink::subtle::AesSivBoringSsl
/aosp_15_r20/external/tink/testing/python/
H A Dservices.py498 def DecryptDeterministically( member in DeterministicAeadServicer
/aosp_15_r20/external/tink/cc/util/
H A Dtest_util.h308 crypto::tink::util::StatusOr<std::string> DecryptDeterministically( in DecryptDeterministically() function
/aosp_15_r20/external/tink/go/testutil/
H A Dtestutil.go174 func (a *AlwaysFailingDeterministicAead) DecryptDeterministically(ciphertext []byte, associatedData… func
/aosp_15_r20/external/tink/testing/cross_language/protos/
H A Dtesting_api.proto228 rpc DecryptDeterministically(DeterministicAeadDecryptRequest) rpc
/aosp_15_r20/external/tink/testing/java_src/protos/
H A Dtesting_api.proto228 rpc DecryptDeterministically(DeterministicAeadDecryptRequest) rpc
/aosp_15_r20/external/tink/testing/go/protos/
H A Dtesting_api.proto228 rpc DecryptDeterministically(DeterministicAeadDecryptRequest) rpc
/aosp_15_r20/external/tink/testing/cc/protos/
H A Dtesting_api.proto228 rpc DecryptDeterministically(DeterministicAeadDecryptRequest) rpc
/aosp_15_r20/external/tink/testing/python/protos/
H A Dtesting_api.proto228 rpc DecryptDeterministically(DeterministicAeadDecryptRequest) rpc