Searched defs:decrypt (Results 1 - 16 of 16) sorted by relevance

/external/openssh/
H A Drijndael.h41 int decrypt; member in struct:__anon9663
44 u32 dk[4*(MAXNR + 1)]; /* decrypt key schedule */
/external/dropbear/libtomcrypt/demos/
H A Dencrypt.c100 unsigned long outlen, y, ivsize, x, decrypt; local
115 decrypt = 1;
120 decrypt = 0;
166 if (decrypt) {
/external/srtp/crypto/include/
H A Dcipher.h85 * and direction (i.e., encrypt or decrypt)
144 cipher_encrypt_func_t decrypt; member in struct:cipher_type_t
178 (((c)->type)->decrypt(((c)->state), (buf), (len)))
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Ddes.c281 static void deskey(const u8 *key, int decrypt, u32 *keyout) argument
294 if (decrypt)
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Ddes-internal.c273 static void deskey(const u8 *key, int decrypt, u32 *keyout) argument
286 if (decrypt)
/external/wpa_supplicant_8/src/crypto/
H A Ddes-internal.c273 static void deskey(const u8 *key, int decrypt, u32 *keyout) argument
286 if (decrypt)
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Ddes-internal.c273 static void deskey(const u8 *key, int decrypt, u32 *keyout) argument
286 if (decrypt)
/external/openssl/crypto/evp/
H A Devp_locl.h333 int (*decrypt)(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, member in struct:evp_pkey_method_st
/external/ipsec-tools/src/racoon/
H A Dalgorithm.h157 vchar_t *(*decrypt) __P((vchar_t *, vchar_t *, vchar_t *)); member in struct:enc_algorithm
H A Deaytest.c597 eay_func decrypt)
625 res2 = (decrypt)(res1, key, iv);
589 ciphertest_1(const char *name, vchar_t *data, size_t data_align, vchar_t *key, size_t min_keysize, vchar_t *iv0, size_t iv_length, eay_func encrypt, eay_func decrypt) argument
/external/v8/benchmarks/
H A Dcrypto.js36 new Benchmark("Decrypt", decrypt)
1654 // if(h) return this.decrypt(h); else return null;
1664 RSAKey.prototype.decrypt = RSADecrypt;
1690 function decrypt() {
1694 var decrypted = RSA.decrypt(encrypted);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-crypto.js1646 // if(h) return this.decrypt(h); else return null;
1656 RSAKey.prototype.decrypt = RSADecrypt;
1682 function decrypt() {
1686 var decrypted = RSA.decrypt(encrypted);
1694 decrypt();
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-crypto.js1646 // if(h) return this.decrypt(h); else return null;
1656 RSAKey.prototype.decrypt = RSADecrypt;
1682 function decrypt() {
1686 var decrypted = RSA.decrypt(encrypted);
1694 decrypt();
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-crypto.js1646 // if(h) return this.decrypt(h); else return null;
1656 RSAKey.prototype.decrypt = RSADecrypt;
1682 function decrypt() {
1686 var decrypted = RSA.decrypt(encrypted);
1694 decrypt();
/external/openssl/apps/
H A Dspeed.c628 int decrypt=0; local
730 else if (argc > 0 && !strcmp(*argv,"-decrypt"))
732 decrypt=1;
1144 BIO_printf(bio_err,"-decrypt time decryption instead of encryption (only EVP).\n");
1969 if(decrypt)
1976 if(decrypt)
1982 if(decrypt)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1739 milliseconds