/src/sys/crypto/blowfish/ |
bf_cbc.c | 73 register BF_LONG tout0,tout1,xor0,xor1; local in function:BF_cbc_encrypt 80 n2l(ivec,tout1); 87 tin1^=tout1; 92 tout1=tin[1]; 94 l2n(tout1,out); 100 tin1^=tout1; 105 tout1=tin[1]; 107 l2n(tout1,out); 110 l2n(tout1,ivec); 125 tout1=tin[1]^xor1 [all...] |
bf_cbc.c | 73 register BF_LONG tout0,tout1,xor0,xor1; local in function:BF_cbc_encrypt 80 n2l(ivec,tout1); 87 tin1^=tout1; 92 tout1=tin[1]; 94 l2n(tout1,out); 100 tin1^=tout1; 105 tout1=tin[1]; 107 l2n(tout1,out); 110 l2n(tout1,ivec); 125 tout1=tin[1]^xor1 [all...] |
/src/sys/crypto/des/ |
des_cbc.c | 69 register DES_LONG tout0,tout1,xor0,xor1; local in function:des_ncbc_encrypt 79 c2l(iv,tout1); 85 tin1^=tout1; tin[1]=tin1; 88 tout1=tin[1]; l2c(tout1,out); 94 tin1^=tout1; tin[1]=tin1; 97 tout1=tin[1]; l2c(tout1,out); 101 l2c(tout1,iv); 113 tout1=tin[1]^xor1 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 79 c2l(iv,tout1); 85 tin1^=tout1; tin[1]=tin1; 88 tout1=tin[1]; l2c(tout1,out); 94 tin1^=tout1; tin[1]=tin1; 97 tout1=tin[1]; l2c(tout1,out); 101 l2c(tout1,iv); 113 tout1=tin[1]^xor1 143 register DES_LONG tout0,tout1,xor0,xor1; local in function:des_ede3_cbc_encrypt [all...] |