Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/go/tink/
H A Ddeterministic_aead.go49 EncryptDeterministically(plaintext, associatedData []byte) ([]byte, error) methodSpec
/aosp_15_r20/external/tink/testing/go/
H A Ddaead_service.go43 func (s *DeterministicAEADService) EncryptDeterministically(ctx context.Context, req *pb.Determinis… func
/aosp_15_r20/external/tink/cc/daead/
H A Dfailing_daead.cc32 util::StatusOr<std::string> EncryptDeterministically( in EncryptDeterministically() function in crypto::tink::__anon60a3b41b0111::AlwaysFailDeterministicAead
H A Ddeterministic_aead_wrapper.cc83 DeterministicAeadSetWrapper::EncryptDeterministically( in EncryptDeterministically() function in crypto::tink::__anon4a5ee8310111::DeterministicAeadSetWrapper
/aosp_15_r20/external/tink/testing/cc/
H A Ddeterministic_aead_impl.cc38 grpc::Status DeterministicAeadImpl::EncryptDeterministically( in EncryptDeterministically() function in tink_testing_api::DeterministicAeadImpl
/aosp_15_r20/external/tink/go/daead/
H A Ddaead_factory.go104 func (d *wrappedDeterministicAEAD) EncryptDeterministically(pt, aad []byte) ([]byte, error) { func
/aosp_15_r20/external/tink/go/daead/subtle/
H A Daes_siv.go114 func (asc *AESSIV) EncryptDeterministically(plaintext, associatedData []byte) ([]byte, error) { func
/aosp_15_r20/external/tink/cc/subtle/
H A Daes_siv_boringssl.cc209 util::StatusOr<std::string> AesSivBoringSsl::EncryptDeterministically( in EncryptDeterministically() function in crypto::tink::subtle::AesSivBoringSsl
/aosp_15_r20/external/tink/testing/python/
H A Dservices.py482 def EncryptDeterministically( member in DeterministicAeadServicer
/aosp_15_r20/external/tink/cc/util/
H A Dtest_util.h302 crypto::tink::util::StatusOr<std::string> EncryptDeterministically( in EncryptDeterministically() function
/aosp_15_r20/external/tink/go/testutil/
H A Dtestutil.go169 func (a *AlwaysFailingDeterministicAead) EncryptDeterministically(plaintext []byte, associatedData … func
/aosp_15_r20/external/tink/testing/cross_language/protos/
H A Dtesting_api.proto223 rpc EncryptDeterministically(DeterministicAeadEncryptRequest) rpc
/aosp_15_r20/external/tink/testing/java_src/protos/
H A Dtesting_api.proto223 rpc EncryptDeterministically(DeterministicAeadEncryptRequest) rpc
/aosp_15_r20/external/tink/testing/go/protos/
H A Dtesting_api.proto223 rpc EncryptDeterministically(DeterministicAeadEncryptRequest) rpc
/aosp_15_r20/external/tink/testing/cc/protos/
H A Dtesting_api.proto223 rpc EncryptDeterministically(DeterministicAeadEncryptRequest) rpc
/aosp_15_r20/external/tink/testing/python/protos/
H A Dtesting_api.proto223 rpc EncryptDeterministically(DeterministicAeadEncryptRequest) rpc