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

  /src/sys/crypto/des/
des_cbc.c 87 tout0=tin[0]; l2c(tout0,out);
88 tout1=tin[1]; l2c(tout1,out);
96 tout0=tin[0]; l2c(tout0,out);
97 tout1=tin[1]; l2c(tout1,out);
100 l2c(tout0,iv);
101 l2c(tout1,iv);
114 l2c(tout0,out);
115 l2c(tout1,out);
131 l2c(xor0,iv);
132 l2c(xor1,iv)
    [all...]
des_ecb.c 118 l=ll[0]; l2c(l,out);
119 l=ll[1]; l2c(l,out);
144 l2c(l0,out);
145 l2c(l1,out);
des_locl.h 90 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
109 /* NOTE - c is not incremented as per l2c */
  /src/sys/crypto/blowfish/
bf_locl.h 92 #undef l2c
93 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
98 /* NOTE - c is not incremented as per l2c */
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
exynos4210.dtsi 111 l2c: cache-controller@10502000 { label
exynos4412.dtsi 233 l2c: cache-controller@10502000 { label

Completed in 13 milliseconds