HomeSort by relevance Sort by last modified time
    Searched refs:rounds (Results 26 - 50 of 58) sorted by null

12 3

  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-api-fst.c 64 key->ROUNDS = keyLen/32 + 6;
71 rijndaelKeySched(k, key->keySched, key->ROUNDS);
73 rijndaelKeyEncToDec(key->keySched, key->ROUNDS);
112 rijndaelEncrypt(input, outBuffer, key->keySched, key->ROUNDS);
132 rijndaelEncrypt(block, outBuffer, key->keySched, key->ROUNDS);
149 rijndaelEncrypt(block, outBuffer, key->keySched, key->ROUNDS);
169 rijndaelEncrypt(block, block, key->keySched, key->ROUNDS);
226 rijndaelEncrypt(input, outBuffer, key->keySched, key->ROUNDS);
236 rijndaelEncrypt(block, outBuffer, key->keySched, key->ROUNDS);
246 rijndaelEncrypt(block, outBuffer, key->keySched, key->ROUNDS);
    [all...]
  /external/openssl/crypto/sha/asm/
sha512-mips.pl 91 $rounds=80;
105 $rounds=64;
355 $PTR_SUB $Ktbl,`($rounds-16)*$SZ` # rewind $Ktbl
sha512-x86_64.pl 68 $rounds=80;
80 $rounds=64;
232 cmp \$$rounds,$round
sha512-parisc.pl 59 $rounds=80;
71 $rounds=64;
310 L\$rounds
315 bb,>= $Tbl,31,L\$rounds ; end of $Tbl signalled?
321 ldo `-$rounds*$SZ-1`($Tbl),$Tbl ; rewind $Tbl
607 ldo `-$rounds*$SZ`($Tbl),$Tbl ; rewind $Tbl
sha512-ppc.pl 73 $rounds=80;
85 $rounds=64;
331 li $T,`$rounds/16-1`
347 subi $Tbl,$Tbl,`($rounds-16)*$SZ` ; rewind Tbl
sha512-sparcv9.pl 65 $rounds=80;
91 $rounds=64;
582 sub $Ktbl,`($rounds-16)*$SZ`,$Ktbl ! rewind Ktbl
  /external/openssl/crypto/aes/asm/
aesni-sha1-x86_64.pl 169 my $rounds="${ivp}d";
173 mov 240($key),$rounds
228 cmp \$11,$rounds
485 $k = (($jj+1)*12/20)*20*$n/12; # 12 aesencs per these 20 rounds
506 $k = (($jj+1)*8/20)*20*$n/8; # 8 aesencs per these 20 rounds
531 $k=(($jj+1)*12/20)*20*$n/12; # 12 aesencs per these 20 rounds
688 my $rounds="${ivp}d";
692 mov 240($key),$rounds
745 cmp \$11,$rounds
bsaes-x86_64.pl 21 # - rounds were folded into a loop resulting in >5x size reduction
116 my ($key,$rounds,$const)=("%rax","%r10d","%r11");
780 dec $rounds
789 dec $rounds
843 dec $rounds
852 dec $rounds
880 my ($out,$inp,$rounds,$const)=("%rax","%rcx","%r10d","%r11");
923 dec $rounds
982 dec $rounds
999 mov 240($inp),%r10d # pass rounds
    [all...]
aes-armv4.S 675 mov r12,r12,lsl#2 @ (rounds-1)*4
  /external/openssl/crypto/aes/
aes_x86core.c 51 * referenced in outer and respectively inner rounds.
485 key->rounds = 10;
487 key->rounds = 12;
489 key->rounds = 14;
586 for (i = 0, j = 4*(key->rounds); i < j; i += 4, j -= 4) {
593 for (i = 1; i < (key->rounds); i++) {
736 * Nr - 2 full rounds:
738 for (rk+=8,r=key->rounds-2; r>0; rk+=4,r--) {
    [all...]
  /external/openssh/
key.c 417 u_int i, j = 0, rounds, seed = 1; local
420 rounds = (dgst_raw_len / 2) + 1;
421 retval = xcalloc((rounds * 6), sizeof(char));
423 for (i = 0; i < rounds; i++) {
425 if ((i + 1 < rounds) || (dgst_raw_len % 2 != 0)) {
434 if ((i + 1) < rounds) {
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h 15 int rounds; member in struct:rc5_key
29 long rounds; member in struct:saferp_key
329 /** default number of rounds */
334 @param num_rounds The requested number of rounds (0==default)
  /external/dropbear/libtomcrypt/src/ciphers/
kseed.c 198 @param num_rounds The number of rounds desired (0 for default)
241 static void rounds(ulong32 *P, ulong32 *K) function
266 rounds(P, skey->kseed.K);
288 rounds(P, skey->kseed.dK);
  /external/freetype/src/autofit/
aflatin.c 191 FT_Pos rounds[AF_LATIN_MAX_TEST_CHARACTERS]; local
347 rounds[num_rounds++] = best_y;
364 /* we have computed the contents of the `rounds' and `flats' tables, */
367 af_sort_pos( num_rounds, rounds );
379 *blue_shoot = rounds[num_rounds / 2];
389 *blue_shoot = rounds[num_rounds / 2];
    [all...]
aflatin2.c 187 FT_Pos rounds[AF_LATIN_MAX_TEST_CHARACTERS]; local
340 rounds[num_rounds++] = best_y;
357 /* we have computed the contents of the `rounds' and `flats' tables, */
360 af_sort_pos( num_rounds, rounds );
372 *blue_shoot = rounds[num_rounds / 2];
382 *blue_shoot = rounds[num_rounds / 2];
    [all...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java 3233 int rounds = Integer.parseInt(readHeaderLine(rawInStream)); \/\/ 7 local
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 417 int rounds,
421 The XXX\_setup() routine will setup the cipher to be used with a given number of rounds and a given key length (in bytes).
422 The number of rounds can be set to zero to use the default, which is generally a good idea.
514 0, /* 0 == use default # of rounds */
543 \mysection{Key Sizes and Number of Rounds}
553 The number of rounds of most ciphers is not an option you can change. Only RC5 allows you to change the number of
554 rounds. By passing zero as the number of rounds all ciphers will use their default number of rounds. Generally the
555 ciphers are configured such that the default number of rounds provide adequate security for the given block and key
    [all...]
  /external/dropbear/libtommath/
bn.tex     [all...]
  /external/iproute2/doc/
ip-cref.tex 803 of rounds made to flush the address list. If this option is given
    [all...]
  /external/v8/test/cctest/
test-api.cc 11650 int rounds = 0; local
11772 int rounds = 0; local
    [all...]
  /external/chromium/net/http/
http_network_transaction_unittest.cc 7234 TestRound rounds[3]; member in struct:net::TestConfig
    [all...]
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 

Completed in 630 milliseconds

12 3