HomeSort by relevance Sort by last modified time
    Searched refs:encrypt (Results 51 - 75 of 161) sorted by null

1 23 4 5 6 7

  /external/wpa_supplicant_8/src/ap/
ctrl_iface_ap.c 292 int encrypt; local
296 encrypt = atoi(pos);
307 encrypt) < 0)
352 int encrypt; local
356 encrypt = atoi(pos);
367 encrypt) < 0)
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
openbsd_hw.c 167 cryp.op=ctx->encrypt ? COP_ENCRYPT : COP_DECRYPT;
177 if(!ctx->encrypt)
230 if(ctx->encrypt)
e_rc4_hmac_md5.c 131 if (ctx->encrypt) {
166 /* encrypt HMAC at once */
258 if (!ctx->encrypt)
pmeth_lib.c 230 pmeth->encrypt = 0;
279 dst->encrypt = src->encrypt;
567 pmeth->encrypt = encryptfn;
  /external/openssl/crypto/evp/
openbsd_hw.c 167 cryp.op=ctx->encrypt ? COP_ENCRYPT : COP_DECRYPT;
177 if(!ctx->encrypt)
230 if(ctx->encrypt)
e_rc4_hmac_md5.c 131 if (ctx->encrypt) {
166 /* encrypt HMAC at once */
258 if (!ctx->encrypt)
pmeth_lib.c 230 pmeth->encrypt = 0;
279 dst->encrypt = src->encrypt;
567 pmeth->encrypt = encryptfn;
  /external/chromium_org/content/child/webcrypto/
webcrypto_impl.h 30 virtual void encrypt(const blink::WebCryptoAlgorithm& algorithm,
  /external/chromium_org/third_party/WebKit/public/platform/
WebCrypto.h 212 virtual void encrypt(const WebCryptoAlgorithm&, const WebCryptoKey&, const unsigned char* data, unsigned dataSize, WebCryptoResult result) { result.completeWithError(WebCryptoErrorTypeNotSupported, ""); } function in class:blink::WebCrypto
  /external/ipsec-tools/src/racoon/
algorithm.h 156 vchar_t *(*encrypt) __P((vchar_t *, vchar_t *, vchar_t *)); member in struct:enc_algorithm
  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 138 * @param encrypt require the connection to be encrypted
145 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt,
157 mEncrypt = encrypt;
206 * @param encrypt require the connection to be encrypted
212 private BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, String address,
214 this(type, fd, auth, encrypt, new BluetoothDevice(address), port, null);
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-cipher-1.7.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/plexus/plexus-cipher/1.7/
plexus-cipher-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/plexus/plexus-cipher/1.4/
plexus-cipher-1.4.jar 
  /external/chromium_org/third_party/openssl/openssl/crypto/rc2/
rc2_cbc.c 63 RC2_KEY *ks, unsigned char *iv, int encrypt)
70 if (encrypt)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.security_1.0.200.v20100503.jar 
  /external/openssl/crypto/rc2/
rc2_cbc.c 63 RC2_KEY *ks, unsigned char *iv, int encrypt)
70 if (encrypt)
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar 
  /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 
  /external/chromium_org/third_party/tlslite/tlslite/utils/
rijndael.py 24 ciphertext = r.encrypt(plaintext)
278 def encrypt(self, plaintext): member in class:rijndael
364 def encrypt(key, block): function
365 return rijndael(key, len(block)).encrypt(block)
374 assert r.decrypt(r.encrypt(b)) == b
  /frameworks/av/include/media/
IDrm.h 93 virtual status_t encrypt(Vector<uint8_t> const &sessionId,
  /frameworks/av/media/libmediaplayerservice/
Drm.h 97 virtual status_t encrypt(Vector<uint8_t> const &sessionId,
  /external/wpa_supplicant_8/wpa_supplicant/tests/
test_wpa.c 232 size_t data_len, int encrypt)
237 "encrypt=%d)",
238 __func__, MAC2STR(addr), (unsigned long) data_len, encrypt);
  /frameworks/av/media/libmedia/
IHDCP.cpp 96 virtual status_t encrypt( function in struct:android::BpHDCP
252 status_t err = encrypt(inData, size, streamCTR, &inputCTR, outData);
  /external/chromium_org/content/test/data/media/
encrypted_media_utils.js 10 // Default key used to encrypt many media files used in browser tests.

Completed in 478 milliseconds

1 23 4 5 6 7