HomeSort by relevance Sort by last modified time
    Searched refs:rounds (Results 51 - 75 of 87) sorted by null

1 23 4

  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
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");
841 dec $rounds
850 dec $rounds
904 dec $rounds
913 dec $rounds
941 my ($out,$inp,$rounds,$const)=("%rax","%rcx","%r10d","%r11");
984 dec $rounds
1043 dec $rounds
1060 mov 240($inp),%r10d # pass rounds
    [all...]
aes-armv4.S 774 mov r12,r12,lsl#2 @ (rounds-1)*4
  /external/openssl/crypto/sha/asm/
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-armv8.pl 35 $rounds=80;
44 $rounds=64;
196 sub $Ktbl,$Ktbl,#`$SZ*($rounds+1)` // rewind
360 sub $Ktbl,$Ktbl,#$rounds*$SZ-16 // rewind
sha512-sparcv9.pl 65 $rounds=80;
91 $rounds=64;
582 sub $Ktbl,`($rounds-16)*$SZ`,$Ktbl ! rewind Ktbl
  /system/keymaster/
ocb.c 372 int rounds; member in struct:__anon81507
374 #define ROUNDS(ctx) ((ctx)->rounds)
378 (z)->rounds = y / 32 + 6; \
383 (z)->rounds = y / 32 + 6; \
387 #define ROUNDS(ctx) (6 + OCB_KEY_LEN / 4)
391 #define AES_encrypt(x, y, z) rijndaelEncrypt((z)->rd_key, ROUNDS(z), x, y)
392 #define AES_decrypt(x, y, z) rijndaelDecrypt((z)->rd_key, ROUNDS(z), x, y)
419 int rounds; member in struct:__anon81509
421 #define ROUNDS(ctx) ((ctx)->rounds
    [all...]
  /external/chromium_org/third_party/openssl/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/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
LongArray.java     [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
aflatin.c 220 FT_Pos rounds[AF_LATIN_MAX_TEST_CHARACTERS]; local
412 rounds[num_rounds++] = best_y;
427 /* we have computed the contents of the `rounds' and `flats' tables, */
430 af_sort_pos( num_rounds, rounds );
442 *blue_shoot = rounds[num_rounds / 2];
452 *blue_shoot = rounds[num_rounds / 2];
    [all...]
aflatin2.c 188 FT_Pos rounds[AF_LATIN_MAX_TEST_CHARACTERS]; local
344 rounds[num_rounds++] = best_y;
359 /* we have computed the contents of the `rounds' and `flats' tables, */
362 af_sort_pos( num_rounds, rounds );
374 *blue_shoot = rounds[num_rounds / 2];
384 *blue_shoot = rounds[num_rounds / 2];
    [all...]
  /external/freetype/src/autofit/
aflatin2.c 189 FT_Pos rounds[AF_LATIN_MAX_TEST_CHARACTERS]; local
345 rounds[num_rounds++] = best_y;
360 /* we have computed the contents of the `rounds' and `flats' tables, */
363 af_sort_pos( num_rounds, rounds );
375 *blue_shoot = rounds[num_rounds / 2];
385 *blue_shoot = rounds[num_rounds / 2];
    [all...]
aflatin.c 262 FT_Pos rounds[AF_BLUE_STRING_MAX_LEN]; local
724 rounds[num_rounds++] = best_y;
739 /* we have computed the contents of the `rounds' and `flats' tables, */
742 af_sort_pos( num_rounds, rounds );
754 *blue_shoot = rounds[num_rounds / 2];
764 *blue_shoot = rounds[num_rounds / 2];
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
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
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java 5658 int rounds = Integer.parseInt(readHeaderLine(rawInStream)); \/\/ 7 local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iketypes.h 401 UINT32 rounds; member in struct:IKEEXT_CIPHER_ALGORITHM0_
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_structs.h 612 int32_t rounds; member in struct:ss_fb
    [all...]
  /external/iproute2/doc/
ip-cref.tex 803 of rounds made to flush the address list. If this option is given
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 

Completed in 4162 milliseconds

1 23 4