Home
last modified time | relevance | path

Searched refs:ROUND (Results 1 – 8 of 8) sorted by relevance

/linux/crypto/
H A Dblowfish_common.c305 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); }) macro
318 ROUND(yr, yl, 0); in encrypt_block()
319 ROUND(yl, yr, 1); in encrypt_block()
320 ROUND(yr, yl, 2); in encrypt_block()
321 ROUND(yl, yr, 3); in encrypt_block()
322 ROUND(yr, yl, 4); in encrypt_block()
323 ROUND(yl, yr, 5); in encrypt_block()
324 ROUND(yr, yl, 6); in encrypt_block()
325 ROUND(yl, yr, 7); in encrypt_block()
326 ROUND(yr, yl, 8); in encrypt_block()
[all …]
/linux/lib/crypto/
H A Ddes.c581 #define ROUND(L, R, A, B, K, d) \ macro
791 ROUND(L, R, A, B, K, 2); in des_encrypt()
792 ROUND(R, L, A, B, K, 2); in des_encrypt()
812 ROUND(L, R, A, B, K, -2); in des_decrypt()
813 ROUND(R, L, A, B, K, -2); in des_decrypt()
854 ROUND(L, R, A, B, K, 2); in des3_ede_encrypt()
855 ROUND(R, L, A, B, K, 2); in des3_ede_encrypt()
858 ROUND(R, L, A, B, K, 2); in des3_ede_encrypt()
859 ROUND(L, R, A, B, K, 2); in des3_ede_encrypt()
862 ROUND(L, R, A, B, K, 2); in des3_ede_encrypt()
[all …]
/linux/arch/x86/crypto/
H A Dsm4-aesni-avx-asm_64.S188 #define ROUND(round, s0, s1, s2, s3) \ macro
217 ROUND(0, RA0, RA1, RA2, RA3);
218 ROUND(1, RA1, RA2, RA3, RA0);
219 ROUND(2, RA2, RA3, RA0, RA1);
220 ROUND(3, RA3, RA0, RA1, RA2);
225 #undef ROUND
276 #define ROUND(round, s0, s1, s2, s3, r0, r1, r2, r3) \ macro
333 ROUND(0, RA0, RA1, RA2, RA3, RB0, RB1, RB2, RB3);
334 ROUND(1, RA1, RA2, RA3, RA0, RB1, RB2, RB3, RB0);
335 ROUND(2, RA2, RA3, RA0, RA1, RB2, RB3, RB0, RB1);
[all …]
H A Dsm4-aesni-avx2-asm_64.S182 #define ROUND(round, s0, s1, s2, s3, r0, r1, r2, r3) \ macro
245 ROUND(0, RA0, RA1, RA2, RA3, RB0, RB1, RB2, RB3);
246 ROUND(1, RA1, RA2, RA3, RA0, RB1, RB2, RB3, RB0);
247 ROUND(2, RA2, RA3, RA0, RA1, RB2, RB3, RB0, RB1);
248 ROUND(3, RA3, RA0, RA1, RA2, RB3, RB0, RB1, RB2);
253 #undef ROUND
/linux/arch/m68k/fpsp040/
H A Dround.S14 |ROUND idnt 2,1 | Motorola 040 Floating Point Software Package
76 | ROUND PLUS INFINITY
102 | ROUND ZERO
110 | ROUND NEAREST
126 | Input: d1 = PREC:ROUND
H A Dstwotox.S232 fmovel %fp1,N(%a6) | ...N = ROUND-TO-INT(64 X)
/linux/drivers/tty/vt/
H A Ducs_fallback_table.h_shipped717 { 0x7A, 0x4F }, /* CYRILLIC CAPITAL LETTER ROUND OMEGA -> 'O' */
718 { 0x7B, 0x6F }, /* CYRILLIC SMALL LETTER ROUND OMEGA -> 'o' */
/linux/arch/m68k/ifpsp060/src/
H A Dfplsp.S8455 fadd.s one(%pc),%fp0 # X := ROUND(1+Z)
9007 fmov.l %fp1,INT(%a6) # N = ROUND-TO-INT(64 X)