HomeSort by relevance Sort by last modified time
    Searched defs:encrypt (Results 26 - 50 of 114) sorted by null

12 3 4 5

  /prebuilts/go/darwin-x86/src/crypto/tls/
conn.go 391 // encrypt encrypts and macs the data in b.
392 func (hc *halfConn) encrypt(b *block, explicitIVLen int) (bool, alert) { func
405 // encrypt
930 c.out.encrypt(b, explicitIVLen)
    [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
conn.go 391 // encrypt encrypts and macs the data in b.
392 func (hc *halfConn) encrypt(b *block, explicitIVLen int) (bool, alert) { func
405 // encrypt
930 c.out.encrypt(b, explicitIVLen)
    [all...]
  /external/boringssl/src/crypto/evp/
internal.h 214 int (*encrypt)(EVP_PKEY_CTX *ctx, uint8_t *out, size_t *outlen, member in struct:evp_pkey_method_st
  /external/boringssl/src/ssl/test/runner/
conn.go 563 // encrypt encrypts and macs the data in b.
564 func (hc *halfConn) encrypt(b *block, explicitIVLen int, typ recordType) (bool, alert) { func
579 // encrypt
    [all...]
  /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);
  /external/boringssl/src/include/openssl/
cipher.h 104 // files, which often encrypt the certificate chain using this cipher. It is
481 // encrypt is one if encrypting and zero if decrypting.
482 int encrypt; member in struct:evp_cipher_ctx_st
  /external/ipsec-tools/src/racoon/
algorithm.h 156 vchar_t *(*encrypt) __P((vchar_t *, vchar_t *, vchar_t *)); member in struct:enc_algorithm
  /external/syslinux/com32/cmenu/libmenu/
des.c 928 void encrypt(char *block, int flag) function
987 * Encrypt the key with itself.
  /external/wpa_supplicant_8/src/drivers/
driver_macsec_linux.c 69 Boolean encrypt; member in struct:macsec_drv_data
203 rtnl_link_macsec_set_encrypt(drv->link, drv->encrypt);
403 drv->encrypt = enabled;
driver_nl80211.c 3451 int encrypt = 1; local
    [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
AndroidKeyStoreTest.java 1958 Cipher encrypt = Cipher.getInstance(cipher); local
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
net80211.h 710 /** Encrypt a frame using the cryptosystem
716 * This method is called to encrypt a single frame. It is
733 struct io_buffer * ( * encrypt ) ( struct net80211_crypto *crypto, member in struct:net80211_crypto
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_1x.c 53 int encrypt = 0; local
73 encrypt = 1;
93 encrypt, hostapd_sta_flags_to_drv(sta->flags));
188 wpa_printf(MSG_ERROR, "Could not encrypt key");
    [all...]
  /frameworks/av/drm/libmediadrm/
DrmHal.cpp 1208 status_t DrmHal::encrypt(Vector<uint8_t> const &sessionId, function in class:android::DrmHal
    [all...]
IDrm.cpp 52 ENCRYPT,
553 virtual status_t encrypt(Vector<uint8_t> const &sessionId, function in struct:android::BpDrm
566 status_t status = remote()->transact(ENCRYPT, data, &reply);
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/plexus/plexus-cipher/1.4/
plexus-cipher-1.4.jar 
  /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...]
  /frameworks/base/media/java/android/media/
MediaDrm.java 1386 public byte[] encrypt( method in class:CryptoSession
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
zip.c 153 int encrypt; member in struct:__anon5132
    [all...]
  /external/libvncserver/webclients/java-applet/
VncViewer.jar 
  /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 

Completed in 383 milliseconds

12 3 4 5