OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Cipher
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/tlslite/tlslite/utils/
pycrypto_aes.py
10
import Crypto.
Cipher
.AES
21
self.context = Crypto.
Cipher
.AES.new(key, mode, IV)
pycrypto_rc4.py
10
import Crypto.
Cipher
.ARC4
20
self.context = Crypto.
Cipher
.ARC4.new(key)
pycrypto_tripledes.py
10
import Crypto.
Cipher
.DES3
21
self.context = Crypto.
Cipher
.DES3.new(key, mode, IV)
cryptomath.py
40
import Crypto.
Cipher
.AES
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
crypto-aes.js
4
* AES
Cipher
function: encrypt 'input' with Rijndael algorithm
13
function
Cipher
(input, w) { // main
Cipher
function [§5.1]
161
* - outputblock =
cipher
(counter, key)
167
// for this example script, generate the key by applying
Cipher
to 1st 16/24/32 chars of password;
172
var key =
Cipher
(pwBytes, KeyExpansion(pwBytes));
197
var cipherCntr =
Cipher
(counterBlock, keySchedule); // -- encrypt counter block --
227
* - outputblock =
cipher
(counter, key)
237
var key =
Cipher
(pwBytes, pwKeySchedule);
257
var cipherCntr =
Cipher
(counterBlock, keySchedule); // encrypt counter bloc
[
all
...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
crypto-aes.js
4
* AES
Cipher
function: encrypt 'input' with Rijndael algorithm
13
function
Cipher
(input, w) { // main
Cipher
function [§5.1]
161
* - outputblock =
cipher
(counter, key)
167
// for this example script, generate the key by applying
Cipher
to 1st 16/24/32 chars of password;
172
var key =
Cipher
(pwBytes, KeyExpansion(pwBytes));
197
var cipherCntr =
Cipher
(counterBlock, keySchedule); // -- encrypt counter block --
227
* - outputblock =
cipher
(counter, key)
237
var key =
Cipher
(pwBytes, pwKeySchedule);
257
var cipherCntr =
Cipher
(counterBlock, keySchedule); // encrypt counter bloc
[
all
...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
crypto-aes.js
4
* AES
Cipher
function: encrypt 'input' with Rijndael algorithm
13
function
Cipher
(input, w) { // main
Cipher
function [§5.1]
161
* - outputblock =
cipher
(counter, key)
167
// for this example script, generate the key by applying
Cipher
to 1st 16/24/32 chars of password;
172
var key =
Cipher
(pwBytes, KeyExpansion(pwBytes));
197
var cipherCntr =
Cipher
(counterBlock, keySchedule); // -- encrypt counter block --
227
* - outputblock =
cipher
(counter, key)
237
var key =
Cipher
(pwBytes, pwKeySchedule);
257
var cipherCntr =
Cipher
(counterBlock, keySchedule); // encrypt counter bloc
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jar
/external/chromium_org/third_party/libaddressinput/src/java/
android.jar
Completed in 555 milliseconds