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

  /src/sys/crypto/blowfish/
bf_cbc.c 93 l2n(tout0,out);
94 l2n(tout1,out);
106 l2n(tout0,out);
107 l2n(tout1,out);
109 l2n(tout0,ivec);
110 l2n(tout1,ivec);
126 l2n(tout0,out);
127 l2n(tout1,out);
144 l2n(xor0,ivec);
145 l2n(xor1,ivec)
    [all...]
bf_ecb.c 85 l=d[0]; l2n(l,out);
86 l=d[1]; l2n(l,out);
bf_locl.h 130 /* NOTE - c is not incremented as per l2n */
151 #undef l2n
152 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
  /src/sys/crypto/des/
des_locl.h 104 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro

Completed in 16 milliseconds