Searched refs:ecb_common (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/crypto/modes/
H A Dmodes.h90 struct common_ctx ecb_common; member in struct:ecb_ctx
94 #define ecb_keysched ecb_common.cc_keysched
95 #define ecb_keysched_len ecb_common.cc_keysched_len
96 #define ecb_iv ecb_common.cc_iv
97 #define ecb_remainder ecb_common.cc_remainder
98 #define ecb_remainder_len ecb_common.cc_remainder_len
99 #define ecb_lastp ecb_common.cc_lastp
100 #define ecb_copy_to ecb_common.cc_copy_to
101 #define ecb_flags ecb_common.cc_flags
244 #define ac_flags acu.acu_ecb.ecb_common
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDecryptUtil.c96 goto ecb_common;
105 ecb_common:
H A DsoftEncryptUtil.c119 goto ecb_common;
128 ecb_common:

Completed in 67 milliseconds