Home
last modified time | relevance | path

Searched refs:rounds (Results 1 – 10 of 10) sorted by relevance

/arch/arm/crypto/
Dbsaes-armv7.pl57 my ($key,$rounds,$const)=("r4","r5","r6");
757 sub $rounds,$rounds,#1
766 subs $rounds,$rounds,#1
854 sub $rounds,$rounds,#1
863 subs $rounds,$rounds,#1
894 my ($out,$inp,$rounds,$const)=("r12","r4","r5","r6");
941 sub $rounds,$rounds,#1
968 subs $rounds,$rounds,#1
1082 my ($inp,$out,$len,$key, $ivp,$fp,$rounds)=map("r$_",(0..3,8..10));
1114 ldr $rounds, [$key, #240] @ get # of rounds
[all …]
Dsha1_glue.c30 const unsigned char *data, unsigned int rounds);
59 const unsigned int rounds = (len - done) / SHA1_BLOCK_SIZE; in __sha1_update() local
60 sha1_block_data_order(sctx->state, data + done, rounds); in __sha1_update()
61 done += rounds * SHA1_BLOCK_SIZE; in __sha1_update()
Dsha1_neon_glue.c35 unsigned int rounds);
64 const unsigned int rounds = (len - done) / SHA1_BLOCK_SIZE; in __sha1_neon_update() local
66 sha1_transform_neon(sctx->state, data + done, rounds); in __sha1_neon_update()
67 done += rounds * SHA1_BLOCK_SIZE; in __sha1_neon_update()
Daes_glue.h6 int rounds; member
Dsha512_neon_glue.c113 const unsigned int rounds = (len - done) / SHA512_BLOCK_SIZE; in __sha512_neon_update() local
116 rounds); in __sha512_neon_update()
118 done += rounds * SHA512_BLOCK_SIZE; in __sha512_neon_update()
Daesbs-core.S_shipped1079 ldr r10, [r3, #240] @ get # of rounds
1087 mov r5, r10 @ pass # of rounds
1102 mov r5, r10 @ pass # of rounds
1335 ldr r10, [r3, #240] @ get # of rounds
1343 mov r5, r10 @ pass # of rounds
1360 mov r5, r10 @ pass # of rounds
1405 mov r5, r10 @ pass rounds
1567 ldr r1, [r10, #240] @ get # of rounds
1577 mov r5, r1 @ pass # of rounds
1590 mov r5, r1 @ pass # of rounds
[all …]
Daes-armv4.S702 mov r12,r12,lsl#2 @ (rounds-1)*4
/arch/x86/crypto/
Dsha1_ssse3_glue.c37 unsigned int rounds);
40 unsigned int rounds);
72 const unsigned int rounds = (len - done) / SHA1_BLOCK_SIZE; in __sha1_ssse3_update() local
74 sha1_transform_asm(sctx->state, data + done, rounds); in __sha1_ssse3_update()
75 done += rounds * SHA1_BLOCK_SIZE; in __sha1_ssse3_update()
Dsha1_ssse3_asm.S377 # vector iteration / 4 scalar rounds
Daesni-intel_asm.S370 .irpc index, 1234 # do 4 rounds
383 .irpc index, 56789 # do next 5 rounds
607 .irpc index, 1234 # do 4 rounds
620 .irpc index, 56789 # do next 5 rounds