Searched refs:LOAD_DATA (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/crypto/des/ |
H A D | des_locl.h | 125 #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 D | des_local.h | 126 { DES_LONG tmp; LOAD_DATA(R,S,u,t,E0,E1,tmp); } 128 # define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ macro 134 # define LOAD_DATA_tmp(a,b,c,d,e,f) LOAD_DATA(a,b,c,d,e,f,g) 135 # define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ macro
|