Home
last modified time | relevance | path

Searched defs:Decrypt (Results 1 – 25 of 94) sorted by relevance

1234

/external/tink/go/hybrid/internal/hpke/
Ddecrypt.go28 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/
Dtest_ticket_crypter.cc50 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/
Dsimple_ticket_crypter.cc63 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/
DFakeCloudKms.java134 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/
Dhybrid_decrypt.go63 Decrypt(ciphertext, contextInfo []byte) ([]byte, error) methodSpec
Daead.go34 Decrypt(ciphertext, associatedData []byte) ([]byte, error) methodSpec
/external/tink/go/aead/subtle/
Dind_cpa.go29 Decrypt(ciphertext []byte) ([]byte, error) methodSpec
Dxchacha20poly1305.go73 func (x *XChaCha20Poly1305) Decrypt(ciphertext []byte, associatedData []byte) ([]byte, error) { func
Dchacha20poly1305.go77 func (ca *ChaCha20Poly1305) Decrypt(ciphertext []byte, associatedData []byte) ([]byte, error) { func
Daes_gcm.go60 func (a *AESGCM) Decrypt(ciphertext, associatedData []byte) ([]byte, error) { func
/external/tink/go/internal/aead/
Dchacha20poly1305_insecure_nonce.go57 func (ca *ChaCha20Poly1305InsecureNonce) Decrypt(nonce, ciphertext, associatedData []byte) ([]byte,… func
/external/tink/testing/go/
Daead_service.go64 func (s *AEADService) Decrypt(ctx context.Context, req *pb.AeadDecryptRequest) (*pb.AeadDecryptResp… func
Dstreaming_aead_service.go89 func (s *StreamingAEADService) Decrypt(ctx context.Context, req *pb.StreamingAeadDecryptRequest) (*… func
Dhybrid_service.go75 func (s *HybridService) Decrypt(ctx context.Context, req *pb.HybridDecryptRequest) (*pb.HybridDecry… func
/external/tink/cc/hybrid/internal/
Dhpke_decrypt.cc58 util::StatusOr<std::string> HpkeDecrypt::Decrypt( in Decrypt() function in crypto::tink::HpkeDecrypt
/external/tink/go/integration/gcpkms/
Dgcp_kms_aead.go59 func (a *gcpAEAD) Decrypt(ciphertext, associatedData []byte) ([]byte, error) { func
/external/tink/cc/aead/internal/
Daead_from_zero_copy.cc43 util::StatusOr<std::string> AeadFromZeroCopy::Decrypt( in Decrypt() function in crypto::tink::internal::AeadFromZeroCopy
/external/cronet/crypto/
Dencryptor.cc75 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/
Dfailing_aead.cc43 util::StatusOr<std::string> Decrypt( in Decrypt() function in crypto::tink::__anona074f2d10111::AlwaysFailAead
/external/tink/go/integration/awskms/internal/fakeawskms/
Dfakeawskms.go94 func (f *fakeAWSKMS) Decrypt(request *kms.DecryptInput) (*kms.DecryptOutput, error) { func
/external/tink/go/hybrid/
Dhybrid_decrypt_factory.go89 func (a *wrappedHybridDecrypt) Decrypt(ciphertext, contextInfo []byte) ([]byte, error) { func
/external/tink/go/integration/awskms/
Daws_kms_aead.go70 func (a *AWSAEAD) Decrypt(ciphertext, associatedData []byte) ([]byte, error) { func
/external/federated-compute/fcp/secagg/shared/
Daes_gcm_encryption.cc62 StatusOr<std::string> AesGcmEncryption::Decrypt(const AesKey& key, in Decrypt() function in fcp::secagg::AesGcmEncryption
/external/tink/testing/cc/
Daead_impl.cc59 grpc::Status AeadImpl::Decrypt(grpc::ServerContext* context, in Decrypt() function in tink_testing_api::AeadImpl
/external/tink/go/aead/
Daead_factory.go125 func (a *wrappedAead) Decrypt(ciphertext, associatedData []byte) ([]byte, error) { func

1234