Searched defs:Cipher (Results 1 - 6 of 6) sorted by relevance

/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Dcrypto-aes.js4 * AES Cipher function: encrypt 'input' with Rijndael algorithm
13 function Cipher(input, w) { // main Cipher function [§5.1] function
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 --
237 var key = Cipher(pwBytes, pwKeySchedule);
257 var cipherCntr = Cipher(counterBlock, keySchedule); // encrypt counter block
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Dcrypto-aes.js4 * AES Cipher function: encrypt 'input' with Rijndael algorithm
13 function Cipher(input, w) { // main Cipher function [§5.1] function
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 --
237 var key = Cipher(pwBytes, pwKeySchedule);
257 var cipherCntr = Cipher(counterBlock, keySchedule); // encrypt counter block
/external/openssh/
H A Dcipher.h42 * Cipher types for SSH-1. New types can be added, but old types should not
61 typedef struct Cipher Cipher; typedef in typeref:struct:Cipher
64 struct Cipher;
68 Cipher *cipher;
72 Cipher *cipher_by_name(const char *);
73 Cipher *cipher_by_number(int);
77 void cipher_init(CipherContext *, Cipher *, const u_char *, u_int,
81 void cipher_set_key_string(CipherContext *, Cipher *, const char *, int);
82 u_int cipher_blocksize(const Cipher *);
[all...]
H A Dcipher.c60 struct Cipher { struct
99 cipher_blocksize(const Cipher *c)
105 cipher_keylen(const Cipher *c)
111 cipher_get_number(const Cipher *c)
117 cipher_is_cbc(const Cipher *c)
134 Cipher *
137 Cipher *c;
144 Cipher *
147 Cipher *c;
158 Cipher *
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dropbear/libtomcrypt/
H A Dcrypt.tex413 \index{Cipher Setup}
433 \index{Cipher Encrypt} \index{Cipher Decrypt}
451 \index{Cipher Testing}
486 \subsection{Cipher Termination}
558 \mysection{The Cipher Descriptors}
559 \index{Cipher Descriptor}
602 \index{Cipher descriptor table}
781 CBC or Cipher Block Chaining mode is a simple mode designed to prevent trivial forms of replay and swap attacks on ciphers.
1332 P. Rogaway, M. Bellare, J. Black, T. Krovetz, \textit{OCB: A Block Cipher Mod
[all...]

Completed in 876 milliseconds