| /external/tink/go/hybrid/internal/hpke/ |
| D | decrypt.go | 28 type Decrypt struct { struct 29 recipientPrivKey *pb.HpkePrivateKey 30 kem kem 31 kdf kdf 32 aead aead 33 encapsulatedKeyLen int 51 func (d *Decrypt) Decrypt(ciphertext, contextInfo []byte) ([]byte, error) { func
|
| /external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/ |
| D | test_ticket_crypter.cc | 50 std::vector<uint8_t> TestTicketCrypter::Decrypt(absl::string_view in) { in Decrypt() function in quic::test::TestTicketCrypter 59 void TestTicketCrypter::Decrypt( in Decrypt() function in quic::test::TestTicketCrypter
|
| /external/cronet/net/third_party/quiche/src/quiche/quic/tools/ |
| D | simple_ticket_crypter.cc | 63 std::vector<uint8_t> SimpleTicketCrypter::Decrypt(absl::string_view in) { in Decrypt() function in quic::SimpleTicketCrypter 88 void SimpleTicketCrypter::Decrypt( in Decrypt() function in quic::SimpleTicketCrypter
|
| /external/tink/java_src/src/main/java/com/google/crypto/tink/integration/gcpkms/ |
| D | FakeCloudKms.java | 134 final class Decrypt extends CloudKMS.Projects.Locations.KeyRings.CryptoKeys.Decrypt { class in FakeCloudKms.Projects.Locations.KeyRings.CryptoKeys 138 Decrypt(String name, DecryptRequest request) { in Decrypt() method in FakeCloudKms.Projects.Locations.KeyRings.CryptoKeys.Decrypt
|
| /external/tink/go/tink/ |
| D | hybrid_decrypt.go | 63 Decrypt(ciphertext, contextInfo []byte) ([]byte, error) methodSpec
|
| D | aead.go | 34 Decrypt(ciphertext, associatedData []byte) ([]byte, error) methodSpec
|
| /external/tink/go/aead/subtle/ |
| D | ind_cpa.go | 29 Decrypt(ciphertext []byte) ([]byte, error) methodSpec
|
| D | xchacha20poly1305.go | 73 func (x *XChaCha20Poly1305) Decrypt(ciphertext []byte, associatedData []byte) ([]byte, error) { func
|
| D | chacha20poly1305.go | 77 func (ca *ChaCha20Poly1305) Decrypt(ciphertext []byte, associatedData []byte) ([]byte, error) { func
|
| D | aes_gcm.go | 60 func (a *AESGCM) Decrypt(ciphertext, associatedData []byte) ([]byte, error) { func
|
| /external/tink/go/internal/aead/ |
| D | chacha20poly1305_insecure_nonce.go | 57 func (ca *ChaCha20Poly1305InsecureNonce) Decrypt(nonce, ciphertext, associatedData []byte) ([]byte,… func
|
| /external/tink/testing/go/ |
| D | aead_service.go | 64 func (s *AEADService) Decrypt(ctx context.Context, req *pb.AeadDecryptRequest) (*pb.AeadDecryptResp… func
|
| D | streaming_aead_service.go | 89 func (s *StreamingAEADService) Decrypt(ctx context.Context, req *pb.StreamingAeadDecryptRequest) (*… func
|
| D | hybrid_service.go | 75 func (s *HybridService) Decrypt(ctx context.Context, req *pb.HybridDecryptRequest) (*pb.HybridDecry… func
|
| /external/tink/cc/hybrid/internal/ |
| D | hpke_decrypt.cc | 58 util::StatusOr<std::string> HpkeDecrypt::Decrypt( in Decrypt() function in crypto::tink::HpkeDecrypt
|
| /external/tink/go/integration/gcpkms/ |
| D | gcp_kms_aead.go | 59 func (a *gcpAEAD) Decrypt(ciphertext, associatedData []byte) ([]byte, error) { func
|
| /external/tink/cc/aead/internal/ |
| D | aead_from_zero_copy.cc | 43 util::StatusOr<std::string> AeadFromZeroCopy::Decrypt( in Decrypt() function in crypto::tink::internal::AeadFromZeroCopy
|
| /external/cronet/crypto/ |
| D | encryptor.cc | 75 bool Encryptor::Decrypt(std::string_view ciphertext, std::string* plaintext) { in Decrypt() function in crypto::Encryptor 79 bool Encryptor::Decrypt(base::span<const uint8_t> ciphertext, in Decrypt() function in crypto::Encryptor
|
| /external/tink/cc/aead/ |
| D | failing_aead.cc | 43 util::StatusOr<std::string> Decrypt( in Decrypt() function in crypto::tink::__anona074f2d10111::AlwaysFailAead
|
| /external/tink/go/integration/awskms/internal/fakeawskms/ |
| D | fakeawskms.go | 94 func (f *fakeAWSKMS) Decrypt(request *kms.DecryptInput) (*kms.DecryptOutput, error) { func
|
| /external/tink/go/hybrid/ |
| D | hybrid_decrypt_factory.go | 89 func (a *wrappedHybridDecrypt) Decrypt(ciphertext, contextInfo []byte) ([]byte, error) { func
|
| /external/tink/go/integration/awskms/ |
| D | aws_kms_aead.go | 70 func (a *AWSAEAD) Decrypt(ciphertext, associatedData []byte) ([]byte, error) { func
|
| /external/federated-compute/fcp/secagg/shared/ |
| D | aes_gcm_encryption.cc | 62 StatusOr<std::string> AesGcmEncryption::Decrypt(const AesKey& key, in Decrypt() function in fcp::secagg::AesGcmEncryption
|
| /external/tink/testing/cc/ |
| D | aead_impl.cc | 59 grpc::Status AeadImpl::Decrypt(grpc::ServerContext* context, in Decrypt() function in tink_testing_api::AeadImpl
|
| /external/tink/go/aead/ |
| D | aead_factory.go | 125 func (a *wrappedAead) Decrypt(ciphertext, associatedData []byte) ([]byte, error) { func
|