/aosp_15_r20/external/tink/go/hybrid/internal/hpke/ |
H A 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) { argument
|
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/crypto/ |
H A D | paillier.cc | 269 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 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
|
/aosp_15_r20/external/tink/testing/python/ |
H A D | services.py | 405 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/ |
D | cipher.go | 54 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 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
|
/aosp_15_r20/system/keymaster/km_openssl/ |
H A D | ecies_kem.cpp | 129 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 D | test_util.h | 238 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 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
|
/aosp_15_r20/external/cronet/crypto/ |
H A D | encryptor.cc | 74 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 D | ssl_aead.cc | 151 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 D | testing_api.proto | 187 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 D | testing_api.proto | 187 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 D | testing_api.proto | 187 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 D | testing_api.proto | 187 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 D | testing_api.proto | 187 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 D | hybrid_decrypt.go | 63 Decrypt(ciphertext, contextInfo []byte) ([]byte, error) methodSpec
|
H A D | aead.go | 34 Decrypt(ciphertext, associatedData []byte) ([]byte, error) methodSpec
|
/aosp_15_r20/external/tink/go/aead/subtle/ |
H A D | ind_cpa.go | 29 Decrypt(ciphertext []byte) ([]byte, error) methodSpec
|
H A D | xchacha20poly1305.go | 73 func (x *XChaCha20Poly1305) Decrypt(ciphertext []byte, associatedData []byte) ([]byte, error) { func
|
H A D | chacha20poly1305.go | 77 func (ca *ChaCha20Poly1305) Decrypt(ciphertext []byte, associatedData []byte) ([]byte, error) { func
|
/aosp_15_r20/external/tink/go/internal/aead/ |
H A D | chacha20poly1305_insecure_nonce.go | 57 func (ca *ChaCha20Poly1305InsecureNonce) Decrypt(nonce, ciphertext, associatedData []byte) ([]byte,… func
|
/aosp_15_r20/external/tink/testing/go/ |
H A D | streaming_aead_service.go | 89 func (s *StreamingAEADService) Decrypt(ctx context.Context, req *pb.StreamingAeadDecryptRequest) (*… func
|
H A D | aead_service.go | 64 func (s *AEADService) Decrypt(ctx context.Context, req *pb.AeadDecryptRequest) (*pb.AeadDecryptResp… func
|
H A D | hybrid_service.go | 75 func (s *HybridService) Decrypt(ctx context.Context, req *pb.HybridDecryptRequest) (*pb.HybridDecry… func
|