Home
last modified time | relevance | path

Searched defs:encrypt (Results 1 – 25 of 57) sorted by relevance

123

/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
DCipherEncryptBenchmark.java57 int encrypt() throws Exception { in encrypt() method in CipherEncryptBenchmark
90 abstract int encrypt() throws Exception; in encrypt() method in CipherEncryptBenchmark.EncryptStrategy
105 int encrypt() throws Exception { in encrypt() method in CipherEncryptBenchmark.ArrayStrategy
143 int encrypt() throws Exception { in encrypt() method in CipherEncryptBenchmark.ByteBufferStrategy
/external/conscrypt/repackaged/benchmark-base/src/main/java/com/android/org/conscrypt/
DCipherEncryptBenchmark.java62 int encrypt() throws Exception { in encrypt() method in CipherEncryptBenchmark
95 abstract int encrypt() throws Exception; in encrypt() method in CipherEncryptBenchmark.EncryptStrategy
110 int encrypt() throws Exception { in encrypt() method in CipherEncryptBenchmark.ArrayStrategy
148 int encrypt() throws Exception { in encrypt() method in CipherEncryptBenchmark.ByteBufferStrategy
/external/boringssl/src/fipstools/
Dcavp_keywrap_test.cc30 bool encrypt; member
35 static bool AESKeyWrap(std::vector<uint8_t> *out, bool encrypt, in AESKeyWrap()
107 bool encrypt; in cavp_keywrap_test_main() local
Dcavp_aes_test.cc44 bool encrypt, std::vector<uint8_t> key, in MonteCarlo()
Dcavp_test_util.cc80 bool encrypt, const std::vector<uint8_t> &key, in CipherOperation()
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DAeadCrypter.java36 void encrypt(ByteBuffer ciphertext, ByteBuffer plaintext, byte[] nonce) in encrypt() method
49 void encrypt(ByteBuffer ciphertext, ByteBuffer plaintext, ByteBuffer aad, byte[] nonce) in encrypt() method
DAesGcmAeadCrypter.java75 public void encrypt(ByteBuffer ciphertext, ByteBuffer plaintext, byte[] nonce) in encrypt() method in AesGcmAeadCrypter
81 public void encrypt(ByteBuffer ciphertext, ByteBuffer plaintext, ByteBuffer aad, byte[] nonce) in encrypt() method in AesGcmAeadCrypter
DAesGcmHkdfAeadCrypter.java58 public void encrypt(ByteBuffer ciphertext, ByteBuffer plaintext, byte[] nonce) in encrypt() method in AesGcmHkdfAeadCrypter
66 public void encrypt(ByteBuffer ciphertext, ByteBuffer plaintext, ByteBuffer aad, byte[] nonce) in encrypt() method in AesGcmHkdfAeadCrypter
DChannelCrypterNetty.java42 void encrypt(ByteBuf out, List<ByteBuf> plain) throws GeneralSecurityException; in encrypt() method
DAltsChannelCrypter.java59 public void encrypt(ByteBuf outBuf, List<ByteBuf> plainBufs) throws GeneralSecurityException { in encrypt() method in AltsChannelCrypter
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothServerSocket.java19 int type, boolean auth, boolean encrypt, ParcelUuid uuid) { in newInstance()
/external/scapy/scapy/layers/tls/crypto/
Dcipher_stream.py83 def encrypt(self, data): member in _StreamCipher
129 def encrypt(self, data): member in Cipher_NULL
Dpkcs1.py143 def encrypt(self, m, t="pkcs", h="sha256", mgf=None, L=None): member in _EncryptAndVerifyRSA
/external/scapy/scapy/contrib/
Dmacsec.py47 def __init__(self, sci, an, pn, key, icvlen, encrypt, send_sci): argument
127 def encrypt(self, orig_pkt, assoclen=None): member in MACsecSA
/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
DJmhCipherEncryptBenchmark.java56 public void encrypt(Blackhole bh) throws Exception { in encrypt() method in JmhCipherEncryptBenchmark
/external/fonttools/Lib/fontTools/misc/
Deexec.py37 def encrypt(plainstring, R): function
/external/boringssl/src/decrepit/blowfish/
Dblowfish.c141 const BF_KEY *key, int encrypt) { in BF_ecb_encrypt()
156 const BF_KEY *schedule, uint8_t *ivec, int encrypt) { in BF_cbc_encrypt()
503 int encrypt) { in BF_cfb64_encrypt()
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DFakeChannelCrypter.java38 public void encrypt(ByteBuf out, List<ByteBuf> plain) throws GeneralSecurityException { in encrypt() method in FakeChannelCrypter
/external/python/rsa/rsa/
Dpkcs1.py149 def encrypt(message, pub_key): function
/external/pdfium/core/fdrm/crypto/
Dfx_crypt.h22 void (*encrypt)(CRYPT_aes_context* ctx, unsigned int* block); member
/external/cros/system_api/dbus/cryptohome/
Dkey.proto17 optional bool encrypt = 1; field
/external/scapy/scapy/layers/
Dipsec.py329 def encrypt(self, sa, esp, key): member in CryptAlgo
935 def encrypt(self, pkt, seq_num=None, iv=None): member in SecurityAssociation
/external/scapy/scapy/layers/tls/
Dcert.py297 def encrypt(self, msg, t="pkcs", h="sha256", mgf=None, L=None): member in PubKeyRSA
321 def encrypt(self, msg, h="sha256", **kwargs): member in PubKeyECDSA
639 def encrypt(self, msg, t="pkcs", h="sha256", mgf=None, L=None): member in Cert
/external/wpa_supplicant_8/src/ap/
Dctrl_iface_ap.c501 int encrypt; in hostapd_ctrl_iface_deauthenticate() local
564 int encrypt; in hostapd_ctrl_iface_disassociate() local
/external/u-boot/drivers/fpga/
Dsocfpga_arria10.c159 bool encrypt, compress; in fpgamgr_set_cdratio_cdwidth() local

123