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

  /src/sys/crypto/blowfish/
bf_cbc.c 79 n2l(ivec,tout0);
80 n2l(ivec,tout1);
84 n2l(in,tin0);
85 n2l(in,tin1);
114 n2l(ivec,xor0);
115 n2l(ivec,xor1);
119 n2l(in,tin0);
120 n2l(in,tin1);
133 n2l(in,tin0);
134 n2l(in,tin1)
    [all...]
bf_ecb.c 79 n2l(in,l); d[0]=l;
80 n2l(in,l); d[1]=l;
bf_locl.h 114 /* NOTE - c is not incremented as per n2l */
145 #undef n2l
146 #define n2l(c,l) (l =((BF_LONG)(*((c)++)))<<24L, \ macro
  /src/sys/crypto/des/
des_locl.h 99 #define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro

Completed in 126 milliseconds