/external/chromium/chrome/browser/password_manager/ |
encryptor_linux.cc | 93 if (!encryptor.Encrypt(plaintext, ciphertext))
|
/external/chromium/chrome/browser/sync/engine/ |
apply_updates_command_unittest.cc | 236 cryptographer->Encrypt(data, 286 cryptographer->Encrypt(data, 301 cryptographer.Encrypt(data, 497 // We encrypt with new keys, triggering the local cryptographer to be unready
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
srtpfilter.h | 95 // Protect/UnprotectRt(c)p can be called to encrypt/decrypt data.
|
/external/dropbear/libtomcrypt/notes/ |
tech0004.txt | 72 read() function to be used as an "encrypt" function as well.
|
/external/ipsec-tools/src/racoon/ |
algorithm.h | 156 vchar_t *(*encrypt) __P((vchar_t *, vchar_t *, vchar_t *)); member in struct:enc_algorithm
|
algorithm.c | 563 if (f == NULL || f->encrypt == NULL) 570 res = (f->encrypt)(buf, key, iv);
|
/external/kernel-headers/original/linux/sunrpc/ |
svcauth.h | 81 * It should sign/encrypt the results if needed
|
/external/openssl/crypto/des/ |
fcrypt.c | 88 /* Encrypt it (from/to ASCII) */
|
/external/openssl/crypto/evp/ |
e_idea.c | 71 /* NB idea_ecb_encrypt doesn't take an 'encrypt' argument so we treat it as a special
|
pmeth_lib.c | 227 pmeth->encrypt = 0; 514 pmeth->encrypt = encryptfn;
|
/external/openssl/crypto/pkcs12/ |
pk12err.c | 111 {ERR_REASON(PKCS12_R_ENCRYPT_ERROR) ,"encrypt error"},
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
crypto-aes.js | 4 * AES Cipher function: encrypt 'input' with Rijndael algorithm 158 * Use AES to encrypt 'plaintext' with 'password' using 'nBits' key, in 'Counter' mode of operation 197 var cipherCntr = Cipher(counterBlock, keySchedule); // -- encrypt counter block -- 257 var cipherCntr = Cipher(counterBlock, keySchedule); // encrypt counter block
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
crypto-aes.js | 4 * AES Cipher function: encrypt 'input' with Rijndael algorithm 158 * Use AES to encrypt 'plaintext' with 'password' using 'nBits' key, in 'Counter' mode of operation 197 var cipherCntr = Cipher(counterBlock, keySchedule); // -- encrypt counter block -- 257 var cipherCntr = Cipher(counterBlock, keySchedule); // encrypt counter block
|
/external/wpa_supplicant_8/src/radius/ |
radius_server.h | 69 * This parameter is used to set a key for EAP-FAST to encrypt the
|
/external/dropbear/libtomcrypt/src/ciphers/ |
rc2.c | 121 * Encrypt an 8-byte block of plaintext using the given key. * 322 /* now see if we can encrypt all zero bytes 1000 times, decrypt and come back where we started */
|
rc6.c | 283 /* encrypt and decrypt */ 309 /* now see if we can encrypt all zero bytes 1000 times, decrypt and come back where we started */
|
skipjack.c | 296 /* encrypt and decrypt */ 305 /* now see if we can encrypt all zero bytes 1000 times, decrypt and come back where we started */
|
/external/dropbear/libtomcrypt/src/ciphers/safer/ |
safer.c | 433 /* now see if we can encrypt all zero bytes 1000 times, decrypt and come back where we started */ 475 /* now see if we can encrypt all zero bytes 1000 times, decrypt and come back where we started */
|
/external/dropbear/ |
packet.c | 408 /* encrypt the writepayload, putting into writebuf, ready for write_packet() 487 /* encrypt it */
|
/external/ppp/pppd/plugins/radius/ |
sendserver.c | 90 /* Encrypt the password */ 132 /* Encrypt the Password */
|
/external/wpa_supplicant/tests/ |
test_aes.c | 45 printf("Encrypt:"); 153 printf("AES-CBC encrypt %d failed\n", i);
|
/external/wpa_supplicant_6/wpa_supplicant/tests/ |
test_aes.c | 45 printf("Encrypt:"); 153 printf("AES-CBC encrypt %d failed\n", i);
|
/external/wpa_supplicant_8/src/ap/ |
wpa_auth_glue.c | 244 int encrypt) 255 encrypt, flags);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
driver_i.h | 353 size_t data_len, int encrypt, 358 data, data_len, encrypt,
|
/frameworks/base/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/ |
FwdLockFile.c | 185 // Encrypt the 16-byte value {0, 0, ..., 0} to produce the encryption key. 192 // Encrypt the 16-byte value {1, 0, ..., 0} to produce the signing key.
|