/external/openssl/crypto/des/ |
pcbc_enc.c | 89 DES_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT);
|
rpc_enc.c | 70 enc=(desp->des_dir == ENCRYPT)?DES_ENCRYPT:DES_DECRYPT;
|
des_opts.c | 408 func(d,&sch,DES_ENCRYPT); \ 460 DES_encrypt1(data,&(sch[0]),DES_ENCRYPT);
|
VERSION | 126 calling des_encrypt(in,out,ks,enc) when every function that 383 Faster des_encrypt by loop unrolling 388 speed of the inner des_encrypt by speeding up the initial and
|
des.h | 107 #define DES_ENCRYPT 1
|
des.c | 245 if (eflag) do_encrypt=DES_ENCRYPT;
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
crypto_gnutls.c | 38 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
|
crypto.h | 84 * des_encrypt - Encrypt one block with DES 89 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher);
|
crypto_cryptoapi.c | 161 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
|
crypto_libtomcrypt.c | 44 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
|
des.c | 407 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
|
/external/wpa_supplicant/ |
crypto.h | 83 * des_encrypt - Encrypt one block with DES 88 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher);
|
crypto_cryptoapi.c | 176 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
|
crypto_libtomcrypt.c | 44 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
|
des.c | 407 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
|
/external/openssl/include/openssl/ |
des.h | 107 #define DES_ENCRYPT 1
|
/external/openssl/apps/ |
speed.c | [all...] |
/prebuilt/android-arm/kernel/ |
vmlinux-qemu | |
vmlinux-qemu-armv7 | |