HomeSort by relevance Sort by last modified time
    Searched refs:encrypt (Results 101 - 125 of 242) sorted by null

1 2 3 45 6 7 8 910

  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
DrmPlugin.h 174 Return<void> encrypt( function in struct:android::hardware::drm::V1_1::clearkey::DrmPlugin
  /frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
SecureBox.java 98 ENCRYPT,
131 * Randomly generates a public-key pair that can be used for the functions {@link #encrypt} and
175 public static byte[] encrypt( method in class:SecureBox
218 * <p>Note that {@code header} should be the same data used for {@link #encrypt}, which is
328 return aesGcmInternal(AesGcmOperation.ENCRYPT, key, nonce, plaintext, aad);
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
sunjce_provider.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
sunjce_provider.jar 
  /prebuilts/misc/common/nimbus-jose-jwt/
nimbus-jose-jwt-4.33.jar 
  /external/curl/tests/python_dependencies/impacket/
ntlm.py 549 return cipher.encrypt(msg)
    [all...]
  /external/ipsec-tools/src/racoon/
eaytest.c 596 eay_func encrypt,
616 res1 = (encrypt)(buf, key, iv);
  /external/libvncserver/webclients/java-applet/
VncViewer.jar 
  /external/libvncserver/webclients/novnc/include/
des.js 187 // Encrypt 8 bytes of text
268 // Encrypt 16 bytes of text using passwd as key
269 function encrypt(t) { function in function:DES
274 return {'encrypt': encrypt}; // Public interface
  /external/scapy/scapy/layers/tls/
keyexchange.py     [all...]
handshake_sslv2.py 319 self.encryptedkey = pubkey.encrypt(self.decryptedkey)
record.py 601 return self.tls_session.wcs.cipher.encrypt(s)
  /external/wpa_supplicant_8/src/ap/
wpa_auth_glue.c 400 int encrypt)
426 encrypt, flags);
  /external/wpa_supplicant_8/src/drivers/
driver_hostap.c 278 size_t data_len, int encrypt, const u8 *own_addr,
298 if (encrypt)
  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 342 size_t data_len, int encrypt,
347 data, data_len, encrypt,
ibss_rsn.c 278 size_t data_len, int encrypt)
284 "encrypt=%d)",
285 __func__, MAC2STR(addr), (unsigned long) data_len, encrypt);
  /prebuilts/go/darwin-x86/src/crypto/rsa/
rsa.go 344 // ErrMessageTooLong is returned when attempting to encrypt a message which is
348 func encrypt(c *big.Int, pub *PublicKey, m *big.Int) *big.Int { func
403 c := encrypt(new(big.Int), pub, m)
567 check := encrypt(new(big.Int), &priv.PublicKey, m)
  /prebuilts/go/darwin-x86/src/crypto/x509/
pem_decrypt_test.go 51 t.Error("encrypt: ", err)
  /prebuilts/go/linux-x86/src/crypto/rsa/
rsa.go 344 // ErrMessageTooLong is returned when attempting to encrypt a message which is
348 func encrypt(c *big.Int, pub *PublicKey, m *big.Int) *big.Int { func
403 c := encrypt(new(big.Int), pub, m)
567 check := encrypt(new(big.Int), &priv.PublicKey, m)
  /prebuilts/go/linux-x86/src/crypto/x509/
pem_decrypt_test.go 51 t.Error("encrypt: ", err)
  /external/boringssl/src/ssl/test/
bssl_shim.cc 923 int encrypt) {
924 if (!encrypt) {
936 if (encrypt) {
944 !EVP_CipherInit_ex(ctx, EVP_aes_128_cbc(), NULL, kZeros, iv, encrypt)) {
948 if (!encrypt) {
    [all...]
  /external/linux-kselftest/tools/testing/selftests/net/
rtnetlink.sh 475 ip link add link "$devdummy" "$msname" type macsec port 42 encrypt on
  /external/syslinux/gpxe/src/net/80211/
wpa_tkip.c 368 * Encrypt a packet using TKIP
412 /* Copy and encrypt the data */
527 .encrypt = tkip_encrypt,
  /external/v8/benchmarks/
crypto.js 35 new Benchmark("Encrypt", encrypt),
1546 RSAKey.prototype.encrypt = RSAEncrypt; method in class:RSAKey
1683 function encrypt() { function in function:bnIsProbablePrime
    [all...]
  /external/zlib/src/contrib/minizip/
zip.c 153 int encrypt; member in struct:__anon44869
    [all...]

Completed in 561 milliseconds

1 2 3 45 6 7 8 910