Home
last modified time | relevance | path

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

123

/external/boringssl/src/util/fipstools/cavp/
Dcavp_keywrap_test.cc30 bool encrypt; member
36 static bool AESKeyWrap(std::vector<uint8_t> *out, bool encrypt, in AESKeyWrap()
64 static bool AESKeyWrapWithPadding(std::vector<uint8_t> *out, bool encrypt, in AESKeyWrapWithPadding()
143 bool encrypt = false; in cavp_keywrap_test_main() local
/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/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/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/python/cryptography/src/cryptography/hazmat/primitives/ciphers/
Daead.py34 def encrypt(self, nonce, data, associated_data): member in ChaCha20Poly1305
99 def encrypt(self, nonce, data, associated_data): member in AESCCM
159 def encrypt(self, nonce, data, associated_data): member in AESGCM
/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
/external/python/cryptography/docs/development/custom-vectors/seed/
Dverify_seed.py8 def encrypt(mode, key, iv, plaintext): function
Dgenerate_seed.py7 def encrypt(mode, key, iv, plaintext): function
/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/python/cryptography/src/cryptography/
Dfernet.py49 def encrypt(self, data): member in Fernet
148 def encrypt(self, msg): member in MultiFernet
/external/python/cryptography/docs/development/custom-vectors/idea/
Dverify_idea.py10 def encrypt(mode, key, iv, plaintext): function
Dgenerate_idea.py7 def encrypt(mode, key, iv, plaintext): function
/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
DJmhCipherEncryptBenchmark.java56 public void encrypt(Blackhole bh) throws Exception { in encrypt() method in JmhCipherEncryptBenchmark
/external/python/cryptography/docs/development/custom-vectors/cast5/
Dgenerate_cast5.py13 def encrypt(mode, key, iv, plaintext): 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/fonttools/Lib/fontTools/misc/
Deexec.py37 def encrypt(plainstring, R): function
/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/cryptography/docs/hazmat/primitives/
Dsymmetric-encryption.rst829 .. _`encrypt`: https://ssd.eff.org/en/module/what-should-i-know-about-encryption target in Exceptions
/external/python/rsa/rsa/
Dpkcs1.py149 def encrypt(message, pub_key): function
/external/cros/system_api/dbus/cryptohome/
Dkey.proto17 optional bool encrypt = 1; field

123