Home | Sort by: relevance | last modified time | path |
/src/sys/crypto/blowfish/ | |
bf_cbc.c | 72 register BF_LONG tin0,tin1; local in function:BF_cbc_encrypt 85 n2l(in,tin1); 87 tin1^=tout1; 89 tin[1]=tin1; 98 n2ln(in,tin0,tin1,l+8); 100 tin1^=tout1; 102 tin[1]=tin1; 120 n2l(in,tin1); 122 tin[1]=tin1; 129 xor1=tin1; [all...] |
/src/sys/crypto/des/ | |
des_cbc.c | 68 register DES_LONG tin0,tin1; local in function:des_ncbc_encrypt 83 c2l(in,tin1); 85 tin1^=tout1; tin[1]=tin1; 92 c2ln(in,tin0,tin1,l+8); 94 tin1^=tout1; tin[1]=tin1; 110 c2l(in,tin1); tin[1]=tin1; 117 xor1=tin1; 142 register DES_LONG tin0,tin1; local in function:des_ede3_cbc_encrypt [all...] |