/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/ |
D | CipherEncryptBenchmark.java | 57 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/ |
D | CipherEncryptBenchmark.java | 62 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/ |
D | cavp_keywrap_test.cc | 30 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
|
D | cavp_aes_test.cc | 44 bool encrypt, std::vector<uint8_t> key, in MonteCarlo()
|
D | cavp_test_util.cc | 80 bool encrypt, const std::vector<uint8_t> &key, in CipherOperation()
|
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/ |
D | AeadCrypter.java | 36 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
|
D | AesGcmAeadCrypter.java | 75 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
|
D | AesGcmHkdfAeadCrypter.java | 58 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
|
D | ChannelCrypterNetty.java | 42 void encrypt(ByteBuf out, List<ByteBuf> plain) throws GeneralSecurityException; in encrypt() method
|
D | AltsChannelCrypter.java | 59 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/ |
D | ShadowBluetoothServerSocket.java | 19 int type, boolean auth, boolean encrypt, ParcelUuid uuid) { in newInstance()
|
/external/scapy/scapy/layers/tls/crypto/ |
D | cipher_stream.py | 83 def encrypt(self, data): member in _StreamCipher 129 def encrypt(self, data): member in Cipher_NULL
|
D | pkcs1.py | 143 def encrypt(self, m, t="pkcs", h="sha256", mgf=None, L=None): member in _EncryptAndVerifyRSA
|
/external/scapy/scapy/contrib/ |
D | macsec.py | 47 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/ |
D | JmhCipherEncryptBenchmark.java | 56 public void encrypt(Blackhole bh) throws Exception { in encrypt() method in JmhCipherEncryptBenchmark
|
/external/fonttools/Lib/fontTools/misc/ |
D | eexec.py | 37 def encrypt(plainstring, R): function
|
/external/boringssl/src/decrepit/blowfish/ |
D | blowfish.c | 141 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/ |
D | FakeChannelCrypter.java | 38 public void encrypt(ByteBuf out, List<ByteBuf> plain) throws GeneralSecurityException { in encrypt() method in FakeChannelCrypter
|
/external/python/rsa/rsa/ |
D | pkcs1.py | 149 def encrypt(message, pub_key): function
|
/external/pdfium/core/fdrm/crypto/ |
D | fx_crypt.h | 22 void (*encrypt)(CRYPT_aes_context* ctx, unsigned int* block); member
|
/external/cros/system_api/dbus/cryptohome/ |
D | key.proto | 17 optional bool encrypt = 1; field
|
/external/scapy/scapy/layers/ |
D | ipsec.py | 329 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/ |
D | cert.py | 297 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/ |
D | ctrl_iface_ap.c | 501 int encrypt; in hostapd_ctrl_iface_deauthenticate() local 564 int encrypt; in hostapd_ctrl_iface_disassociate() local
|
/external/u-boot/drivers/fpga/ |
D | socfpga_arria10.c | 159 bool encrypt, compress; in fpgamgr_set_cdratio_cdwidth() local
|