/aosp_15_r20/external/tink/go/tink/ |
H A D | deterministic_aead.go | 54 DecryptDeterministically(ciphertext, associatedData []byte) ([]byte, error) methodSpec
|
/aosp_15_r20/external/tink/testing/go/ |
H A D | daead_service.go | 61 func (s *DeterministicAEADService) DecryptDeterministically(ctx context.Context, req *pb.Determinis… func
|
/aosp_15_r20/external/tink/cc/daead/ |
H A D | failing_daead.cc | 42 util::StatusOr<std::string> DecryptDeterministically( in DecryptDeterministically() function in crypto::tink::__anon60a3b41b0111::AlwaysFailDeterministicAead
|
H A D | deterministic_aead_wrapper.cc | 108 DeterministicAeadSetWrapper::DecryptDeterministically( in DecryptDeterministically() function in crypto::tink::__anon4a5ee8310111::DeterministicAeadSetWrapper
|
/aosp_15_r20/external/tink/testing/cc/ |
H A D | deterministic_aead_impl.cc | 61 grpc::Status DeterministicAeadImpl::DecryptDeterministically( in DecryptDeterministically() function in tink_testing_api::DeterministicAeadImpl
|
/aosp_15_r20/external/tink/go/daead/ |
H A D | daead_factory.go | 129 func (d *wrappedDeterministicAEAD) DecryptDeterministically(ct, aad []byte) ([]byte, error) { func
|
/aosp_15_r20/external/tink/go/daead/subtle/ |
H A D | aes_siv.go | 131 func (asc *AESSIV) DecryptDeterministically(ciphertext, associatedData []byte) ([]byte, error) { func
|
/aosp_15_r20/external/tink/cc/subtle/ |
H A D | aes_siv_boringssl.cc | 231 util::StatusOr<std::string> AesSivBoringSsl::DecryptDeterministically( in DecryptDeterministically() function in crypto::tink::subtle::AesSivBoringSsl
|
/aosp_15_r20/external/tink/testing/python/ |
H A D | services.py | 498 def DecryptDeterministically( member in DeterministicAeadServicer
|
/aosp_15_r20/external/tink/cc/util/ |
H A D | test_util.h | 308 crypto::tink::util::StatusOr<std::string> DecryptDeterministically( in DecryptDeterministically() function
|
/aosp_15_r20/external/tink/go/testutil/ |
H A D | testutil.go | 174 func (a *AlwaysFailingDeterministicAead) DecryptDeterministically(ciphertext []byte, associatedData… func
|
/aosp_15_r20/external/tink/testing/cross_language/protos/ |
H A D | testing_api.proto | 228 rpc DecryptDeterministically(DeterministicAeadDecryptRequest) rpc
|
/aosp_15_r20/external/tink/testing/java_src/protos/ |
H A D | testing_api.proto | 228 rpc DecryptDeterministically(DeterministicAeadDecryptRequest) rpc
|
/aosp_15_r20/external/tink/testing/go/protos/ |
H A D | testing_api.proto | 228 rpc DecryptDeterministically(DeterministicAeadDecryptRequest) rpc
|
/aosp_15_r20/external/tink/testing/cc/protos/ |
H A D | testing_api.proto | 228 rpc DecryptDeterministically(DeterministicAeadDecryptRequest) rpc
|
/aosp_15_r20/external/tink/testing/python/protos/ |
H A D | testing_api.proto | 228 rpc DecryptDeterministically(DeterministicAeadDecryptRequest) rpc
|