Home
last modified time | relevance | path

Searched refs:LOAD_DATA (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/crypto/des/
H A Ddes_locl.h125 #define LOAD_DATA_tmp(a,b,c,d,e,f) LOAD_DATA(a,b,c,d,e,f,g)
126 #define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ macro
146 LOAD_DATA(R,S,u,t,E0,E1,u1); \
174 LOAD_DATA(R,S,u,t,E0,E1,u1); \
230 LOAD_DATA(R,S,u,t,E0,E1,u1); \
259 LOAD_DATA(R,S,u,t,E0,E1,u1); \
/freebsd/crypto/openssl/crypto/des/
H A Ddes_local.h145 LOAD_DATA(R, S, u, t, E0, E1, tmp); \
148 #define LOAD_DATA(R, S, u, t, E0, E1, tmp) \ macro
159 #define LOAD_DATA_tmp(a, b, c, d, e, f) LOAD_DATA(a, b, c, d, e, f, g)
160 #define LOAD_DATA(R, S, u, t, E0, E1, tmp) \ macro