Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/tink/go/hybrid/internal/hpke/
H A 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) { argument
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/crypto/
H A Dpaillier.cc269 BigNum Decrypt(const BigNum& c) const { in Decrypt() function in private_join_and_compute::PrimeCrypto
350 BigNum Decrypt(const BigNum& c) const { return prime_crypto_->Decrypt(c); } in Decrypt() function in private_join_and_compute::PrimeCryptoWithRand
472 StatusOr<BigNum> PrivatePaillier::Decrypt(const BigNum& c) const { in Decrypt() function in private_join_and_compute::PrivatePaillier
525 StatusOr<BigNum> PrivatePaillierWithRand::Decrypt(const BigNum& c) const { in Decrypt() function in private_join_and_compute::PrivatePaillierWithRand
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A 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
/aosp_15_r20/external/tink/testing/python/
H A Dservices.py405 def Decrypt( member in AeadServicer
451 def Decrypt( member in StreamingAeadServicer
597 def Decrypt( member in HybridServicer
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/des/
Dcipher.go54 func (c *desCipher) Decrypt(dst, src []byte) { func
122 func (c *tripleDESCipher) Decrypt(dst, src []byte) { func
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
H A 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
/aosp_15_r20/system/keymaster/km_openssl/
H A Decies_kem.cpp129 bool EciesKem::Decrypt(EC_KEY* private_key, const Buffer& encrypted_key, Buffer* output_key) { in Decrypt() function in keymaster::EciesKem
135 bool EciesKem::Decrypt(EC_KEY* private_key, const uint8_t* encrypted_key, size_t encrypted_key_len, in Decrypt() function in keymaster::EciesKem
/aosp_15_r20/external/tink/cc/util/
H A Dtest_util.h238 crypto::tink::util::StatusOr<std::string> Decrypt( in Decrypt() function
277 crypto::tink::util::StatusOr<absl::Cord> Decrypt( in Decrypt() function
591 crypto::tink::util::StatusOr<std::string> Decrypt( in Decrypt() function
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/integration/gcpkms/
H A 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
/aosp_15_r20/external/cronet/crypto/
H A Dencryptor.cc74 bool Encryptor::Decrypt(std::string_view ciphertext, std::string* plaintext) { in Decrypt() function in crypto::Encryptor
78 bool Encryptor::Decrypt(base::span<const uint8_t> ciphertext, in Decrypt() function in crypto::Encryptor
/aosp_15_r20/external/tink/cc/aead/internal/
H A Dssl_aead.cc151 util::StatusOr<int64_t> Decrypt(absl::string_view ciphertext, in Decrypt() function in crypto::tink::internal::__anond3375a770111::OpenSslOneShotAeadImpl
349 util::StatusOr<int64_t> Decrypt(absl::string_view ciphertext, in Decrypt() function in crypto::tink::internal::__anond3375a770111::BoringSslOneShotAeadImpl
/aosp_15_r20/external/tink/testing/cross_language/protos/
H A Dtesting_api.proto187 rpc Decrypt(AeadDecryptRequest) returns (AeadDecryptResponse) {} rpc
269 rpc Decrypt(StreamingAeadDecryptRequest) rpc
347 rpc Decrypt(HybridDecryptRequest) returns (HybridDecryptResponse) {} rpc
/aosp_15_r20/external/tink/testing/java_src/protos/
H A Dtesting_api.proto187 rpc Decrypt(AeadDecryptRequest) returns (AeadDecryptResponse) {} rpc
269 rpc Decrypt(StreamingAeadDecryptRequest) rpc
347 rpc Decrypt(HybridDecryptRequest) returns (HybridDecryptResponse) {} rpc
/aosp_15_r20/external/tink/testing/go/protos/
H A Dtesting_api.proto187 rpc Decrypt(AeadDecryptRequest) returns (AeadDecryptResponse) {} rpc
269 rpc Decrypt(StreamingAeadDecryptRequest) rpc
347 rpc Decrypt(HybridDecryptRequest) returns (HybridDecryptResponse) {} rpc
/aosp_15_r20/external/tink/testing/cc/protos/
H A Dtesting_api.proto187 rpc Decrypt(AeadDecryptRequest) returns (AeadDecryptResponse) {} rpc
269 rpc Decrypt(StreamingAeadDecryptRequest) rpc
347 rpc Decrypt(HybridDecryptRequest) returns (HybridDecryptResponse) {} rpc
/aosp_15_r20/external/tink/testing/python/protos/
H A Dtesting_api.proto187 rpc Decrypt(AeadDecryptRequest) returns (AeadDecryptResponse) {} rpc
269 rpc Decrypt(StreamingAeadDecryptRequest) rpc
347 rpc Decrypt(HybridDecryptRequest) returns (HybridDecryptResponse) {} rpc
/aosp_15_r20/external/tink/go/tink/
H A Dhybrid_decrypt.go63 Decrypt(ciphertext, contextInfo []byte) ([]byte, error) methodSpec
H A Daead.go34 Decrypt(ciphertext, associatedData []byte) ([]byte, error) methodSpec
/aosp_15_r20/external/tink/go/aead/subtle/
H A Dind_cpa.go29 Decrypt(ciphertext []byte) ([]byte, error) methodSpec
H A Dxchacha20poly1305.go73 func (x *XChaCha20Poly1305) Decrypt(ciphertext []byte, associatedData []byte) ([]byte, error) { func
H A Dchacha20poly1305.go77 func (ca *ChaCha20Poly1305) Decrypt(ciphertext []byte, associatedData []byte) ([]byte, error) { func
/aosp_15_r20/external/tink/go/internal/aead/
H A Dchacha20poly1305_insecure_nonce.go57 func (ca *ChaCha20Poly1305InsecureNonce) Decrypt(nonce, ciphertext, associatedData []byte) ([]byte,… func
/aosp_15_r20/external/tink/testing/go/
H A Dstreaming_aead_service.go89 func (s *StreamingAEADService) Decrypt(ctx context.Context, req *pb.StreamingAeadDecryptRequest) (*… func
H A Daead_service.go64 func (s *AEADService) Decrypt(ctx context.Context, req *pb.AeadDecryptRequest) (*pb.AeadDecryptResp… func
H A Dhybrid_service.go75 func (s *HybridService) Decrypt(ctx context.Context, req *pb.HybridDecryptRequest) (*pb.HybridDecry… func

12345