Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/crypto/
H A Dcommon.h267 crypto_data_t dd_data; /* The data */ member
272 #define dd_format dd_data.cd_format
273 #define dd_offset1 dd_data.cd_offset
274 #define dd_len1 dd_data.cd_length
275 #define dd_miscdata dd_data.cd_miscdata
276 #define dd_raw dd_data.cd_raw
277 #define dd_uio dd_data.cd_uio
278 #define dd_mp dd_data.cd_mp
/titanic_41/usr/src/cmd/mdb/common/modules/crypto/
H A Dcommon.c210 prt_cdu((crypto_data_union_t *)&ddata.dd_data.cdu, ddata.dd_format, in crypto_dual_data()