HomeSort by: relevance | last modified time | path
    Searched refs:c2l (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/crypto/des/
des_cbc.c 78 c2l(iv,tout0);
79 c2l(iv,tout1);
82 c2l(in,tin0);
83 c2l(in,tin1);
105 c2l(iv,xor0);
106 c2l(iv,xor1);
109 c2l(in,tin0); tin[0]=tin0;
110 c2l(in,tin1); tin[1]=tin1;
121 c2l(in,tin0); tin[0]=tin0;
122 c2l(in,tin1); tin[1]=tin1
    [all...]
des_ecb.c 115 c2l(in,l); ll[0]=l;
116 c2l(in,l); ll[1]=l;
132 c2l(in,l0);
133 c2l(in,l1);
des_setkey.c 187 c2l(in,c);
188 c2l(in,d);
des_locl.h 69 #define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \ macro
74 /* NOTE - c is not incremented as per c2l */
  /src/sys/crypto/blowfish/
bf_locl.h 69 #undef c2l
70 #define c2l(c,l) (l =((BF_LONG)(*((c)++))) , \ macro
75 /* NOTE - c is not incremented as per c2l */

Completed in 40 milliseconds