Home
last modified time | relevance | path

Searched refs:COPY8 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libcrypt/common/
H A Ddes.c72 #define COPY8(src, dst) { \ macro
103 COPY8(ivec, dp.des_ivec); in cbc_crypt()
105 COPY8(dp.des_ivec, ivec); in cbc_crypt()
143 COPY8(key, desp->des_key); in common_crypt()
/illumos-gate/usr/src/lib/libnsl/des/
H A Ddes_crypt.c68 #define COPY8(src, dst) { \ macro
98 COPY8(ivec, dp.des_ivec); in cbc_crypt()
100 COPY8(dp.des_ivec, ivec); in cbc_crypt()
135 COPY8(key, desp->des_key); in common_crypt()
/illumos-gate/usr/src/uts/common/des/
H A Ddes_crypt.c279 #define COPY8(src, dst) { \ macro
310 COPY8(ivec, dp.des_ivec); in cbc_crypt()
312 COPY8(dp.des_ivec, ivec); in cbc_crypt()
350 COPY8(key, desp->des_key); in common_crypt()