/src/sys/crypto/blowfish/ |
bf_cbc.c | 73 register BF_LONG tout0,tout1,xor0,xor1; local in function:BF_cbc_encrypt 79 n2l(ivec,tout0); 86 tin0^=tout0; 91 tout0=tin[0]; 93 l2n(tout0,out); 99 tin0^=tout0; 104 tout0=tin[0]; 106 l2n(tout0,out); 109 l2n(tout0,ivec); 124 tout0=tin[0]^xor0 [all...] |
bf_cbc.c | 73 register BF_LONG tout0,tout1,xor0,xor1; local in function:BF_cbc_encrypt 79 n2l(ivec,tout0); 86 tin0^=tout0; 91 tout0=tin[0]; 93 l2n(tout0,out); 99 tin0^=tout0; 104 tout0=tin[0]; 106 l2n(tout0,out); 109 l2n(tout0,ivec); 124 tout0=tin[0]^xor0 [all...] |
/src/sys/crypto/des/ |
des_cbc.c | 69 register DES_LONG tout0,tout1,xor0,xor1; local in function:des_ncbc_encrypt 78 c2l(iv,tout0); 84 tin0^=tout0; tin[0]=tin0; 87 tout0=tin[0]; l2c(tout0,out); 93 tin0^=tout0; tin[0]=tin0; 96 tout0=tin[0]; l2c(tout0,out); 100 l2c(tout0,iv); 112 tout0=tin[0]^xor0 143 register DES_LONG tout0,tout1,xor0,xor1; local in function:des_ede3_cbc_encrypt [all...] |
des_cbc.c | 69 register DES_LONG tout0,tout1,xor0,xor1; local in function:des_ncbc_encrypt 78 c2l(iv,tout0); 84 tin0^=tout0; tin[0]=tin0; 87 tout0=tin[0]; l2c(tout0,out); 93 tin0^=tout0; tin[0]=tin0; 96 tout0=tin[0]; l2c(tout0,out); 100 l2c(tout0,iv); 112 tout0=tin[0]^xor0 143 register DES_LONG tout0,tout1,xor0,xor1; local in function:des_ede3_cbc_encrypt [all...] |