Searched refs:rounds (Results 1 – 10 of 10) sorted by relevance
/arch/arm/crypto/ |
D | bsaes-armv7.pl | 57 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 …]
|
D | sha1_glue.c | 30 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()
|
D | sha1_neon_glue.c | 35 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()
|
D | aes_glue.h | 6 int rounds; member
|
D | sha512_neon_glue.c | 113 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()
|
D | aesbs-core.S_shipped | 1079 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 …]
|
D | aes-armv4.S | 702 mov r12,r12,lsl#2 @ (rounds-1)*4
|
/arch/x86/crypto/ |
D | sha1_ssse3_glue.c | 37 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()
|
D | sha1_ssse3_asm.S | 377 # vector iteration / 4 scalar rounds
|
D | aesni-intel_asm.S | 370 .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
|