/external/dropbear/ |
configure | 3838 crypt (); function [all...] |
/libcore/support/src/test/java/tests/security/ |
CipherHelper.java | 57 byte[] encrypted = crypt(cipher, plainData.getBytes()); 65 byte[] decrypted = crypt(cipher, encrypted); 73 public byte[] crypt(Cipher cipher, byte[] input) { method in class:CipherHelper
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/ |
CipherPBEThread.java | 35 public void crypt() throws Exception { method in class:CipherPBEThread
|
CipherRSAThread.java | 31 public void crypt() throws Exception { method in class:CipherRSAThread
|
CipherSymmetricKeyThread.java | 34 public void crypt() throws Exception { method in class:CipherSymmetricKeyThread
|
CipherWrapThread.java | 31 public void crypt() throws Exception { method in class:CipherWrapThread
|
CipherThread.java | 38 public abstract void crypt() throws Exception; method in class:CipherThread 83 crypt(); method
|
/external/openssl/crypto/des/ |
speed.c | 74 #define crypt(c,s) (des_crypt((c),(s))) macro 293 printf("Doing crypt for 10 seconds\n"); 296 printf("Doing crypt %ld times\n",ce); 300 crypt("testing1","ef"); 309 printf("crypt per sec = %12.2f (%9.3fuS)\n",e,1.0e6/e);
|
destest.c | 87 #define crypt(c,s) (DES_crypt((c),(s))) macro 811 printf("fast crypt test "); 812 str=crypt("testing","ef"); 815 printf("fast crypt error, %s should be efGnQx2725bI2\n",str); 818 str=crypt("bca76;23","yA"); 821 printf("fast crypt error, %s should be yA1Rp/1hZXIJk\n",str);
|
/external/wpa_supplicant/tests/ |
test_aes.c | 239 u8 crypt[] = { local 253 if (memcmp(result, crypt, 24) != 0) { 257 if (aes_unwrap(kek, 2, crypt, result)) {
|
/external/wpa_supplicant_6/wpa_supplicant/tests/ |
test_aes.c | 241 u8 crypt[] = { local 255 if (memcmp(result, crypt, 24) != 0) { 259 if (aes_unwrap(kek, 2, crypt, result)) {
|
/external/bouncycastle/src/main/java/org/bouncycastle/openssl/ |
PEMUtilities.java | 93 static byte[] crypt( method in class:PEMUtilities 112 return crypt(encrypt, prov, bytes, password, dekAlgName, iv); 115 static byte[] crypt( method in class:PEMUtilities
|
/external/ppp/pppd/plugins/radius/ |
radius.c | 788 u_char *crypt = vp->strvalue + 2; local 807 memcpy(plain, crypt, 32); 826 MD5_Update(&Context, crypt, 16); [all...] |
/external/wpa_supplicant/ |
driver_ipw.c | 91 } crypt; member in union:ipw_param::__anon13682 121 switch (param->u.crypt.err) { 124 param->u.crypt.alg); 135 wpa_printf(MSG_INFO, "Crypt algorithm initialization failed."); 262 os_strncpy((char *) param->u.crypt.alg, alg_name, 264 param->u.crypt.set_tx = set_tx ? 1 : 0; 265 param->u.crypt.idx = key_idx; 266 os_memcpy(param->u.crypt.seq, seq, seq_len); 267 param->u.crypt.key_len = key_len;
|
driver_hostap.h | 116 } crypt; member in union:prism2_hostapd_param::__anon13673
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_ipw.c | 89 } crypt; member in union:ipw_param::__anon13850 119 switch (param->u.crypt.err) { 122 param->u.crypt.alg); 133 wpa_printf(MSG_INFO, "Crypt algorithm initialization failed."); 260 os_strlcpy((char *) param->u.crypt.alg, alg_name, 262 param->u.crypt.set_tx = set_tx ? 1 : 0; 263 param->u.crypt.idx = key_idx; 264 os_memcpy(param->u.crypt.seq, seq, seq_len); 265 param->u.crypt.key_len = key_len;
|
driver_hostap.h | 116 } crypt; member in union:prism2_hostapd_param::__anon13841
|
/external/wpa_supplicant_8/src/drivers/ |
driver_hostap.h | 179 } crypt; member in union:prism2_hostapd_param::__anon14059
|