Home
last modified time | relevance | path

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

1234

/external/tink/go/hybrid/internal/hpke/
Dencrypt.go28 type Encrypt struct { struct
29 recipientPubKey *pb.HpkePublicKey
30 kem kem
31 kdf kdf
32 aead aead
50 func (e *Encrypt) Encrypt(plaintext, contextInfo []byte) ([]byte, error) { argument
/external/tink/java_src/src/main/java/com/google/crypto/tink/integration/gcpkms/
DFakeCloudKms.java106 final class Encrypt extends CloudKMS.Projects.Locations.KeyRings.CryptoKeys.Encrypt { class in FakeCloudKms.Projects.Locations.KeyRings.CryptoKeys
110 Encrypt(String name, EncryptRequest request) { in Encrypt() method in FakeCloudKms.Projects.Locations.KeyRings.CryptoKeys.Encrypt
/external/tink/go/tink/
Dhybrid_encrypt.go62 Encrypt(plaintext, contextInfo []byte) ([]byte, error) methodSpec
Daead.go29 Encrypt(plaintext, associatedData []byte) ([]byte, error) methodSpec
/external/tink/go/aead/subtle/
Dind_cpa.go26 Encrypt(plaintext []byte) ([]byte, error) methodSpec
Dxchacha20poly1305.go51 func (x *XChaCha20Poly1305) Encrypt(plaintext []byte, associatedData []byte) ([]byte, error) { func
Dchacha20poly1305.go55 func (ca *ChaCha20Poly1305) Encrypt(plaintext []byte, associatedData []byte) ([]byte, error) { func
Daes_gcm.go54 func (a *AESGCM) Encrypt(plaintext, associatedData []byte) ([]byte, error) { func
/external/pdfium/core/fpdfapi/parser/
Dcpdf_encryptor.cpp20 DataVector<uint8_t> CPDF_Encryptor::Encrypt( in Encrypt() function in CPDF_Encryptor
/external/tink/cc/hybrid/internal/
Dhpke_encrypt.cc45 util::StatusOr<std::string> HpkeEncrypt::Encrypt( in Encrypt() function in crypto::tink::HpkeEncrypt
/external/private-join-and-compute/private_join_and_compute/crypto/
Dpaillier.cc254 StatusOr<BigNum> Encrypt(const BigNum& m) const { in Encrypt() function in private_join_and_compute::PrimeCrypto
330 StatusOr<BigNum> Encrypt(const BigNum& m) const { in Encrypt() function in private_join_and_compute::PrimeCryptoWithRand
395 StatusOr<BigNum> PublicPaillier::Encrypt(const BigNum& m) const { in Encrypt() function in private_join_and_compute::PublicPaillier
455 StatusOr<BigNum> PrivatePaillier::Encrypt(const BigNum& m) const { in Encrypt() function in private_join_and_compute::PrivatePaillier
499 StatusOr<BigNum> PrivatePaillierWithRand::Encrypt(const BigNum& m) const { in Encrypt() function in private_join_and_compute::PrivatePaillierWithRand
Dec_commutative_cipher.cc110 StatusOr<std::string> ECCommutativeCipher::Encrypt( in Encrypt() function in private_join_and_compute::ECCommutativeCipher
124 StatusOr<ECPoint> ECCommutativeCipher::Encrypt(const ECPoint& point) { in Encrypt() function in private_join_and_compute::ECCommutativeCipher
/external/tink/go/internal/aead/
Dchacha20poly1305_insecure_nonce.go45 func (ca *ChaCha20Poly1305InsecureNonce) Encrypt(nonce, plaintext, associatedData []byte) ([]byte, … func
/external/openthread/src/core/crypto/
Daes_ecb.cpp50 void AesEcb::Encrypt(const uint8_t aInput[kBlockSize], uint8_t aOutput[kBlockSize]) in Encrypt() function in ot::Crypto::AesEcb
/external/tink/testing/go/
Daead_service.go46 func (s *AEADService) Encrypt(ctx context.Context, req *pb.AeadEncryptRequest) (*pb.AeadEncryptResp… func
Dstreaming_aead_service.go51 func (s *StreamingAEADService) Encrypt(ctx context.Context, req *pb.StreamingAeadEncryptRequest) (*… func
Dhybrid_service.go55 func (s *HybridService) Encrypt(ctx context.Context, req *pb.HybridEncryptRequest) (*pb.HybridEncry… func
/external/tink/go/integration/gcpkms/
Dgcp_kms_aead.go44 func (a *gcpAEAD) Encrypt(plaintext, associatedData []byte) ([]byte, error) { func
/external/tink/cc/aead/internal/
Daead_from_zero_copy.cc29 util::StatusOr<std::string> AeadFromZeroCopy::Encrypt( in Encrypt() function in crypto::tink::internal::AeadFromZeroCopy
/external/cronet/crypto/
Dencryptor.cc66 bool Encryptor::Encrypt(std::string_view plaintext, std::string* ciphertext) { in Encrypt() function in crypto::Encryptor
70 bool Encryptor::Encrypt(base::span<const uint8_t> plaintext, in Encrypt() function in crypto::Encryptor
/external/tink/cc/aead/
Dfailing_aead.cc34 util::StatusOr<std::string> Encrypt( in Encrypt() function in crypto::tink::__anona074f2d10111::AlwaysFailAead
/external/tink/go/integration/awskms/internal/fakeawskms/
Dfakeawskms.go78 func (f *fakeAWSKMS) Encrypt(request *kms.EncryptInput) (*kms.EncryptOutput, error) { func
/external/tink/go/hybrid/
Dhybrid_encrypt_factory.go87 func (a *wrappedHybridEncrypt) Encrypt(plaintext, contextInfo []byte) ([]byte, error) { func
/external/tink/go/integration/awskms/
Daws_kms_aead.go53 func (a *AWSAEAD) Encrypt(plaintext, associatedData []byte) ([]byte, error) { func
/external/federated-compute/fcp/secagg/shared/
Daes_gcm_encryption.cc37 std::string AesGcmEncryption::Encrypt(const AesKey& key, in Encrypt() function in fcp::secagg::AesGcmEncryption

1234