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

/illumos-gate/usr/src/common/crypto/modes/
H A Dmodes.h104 struct common_ctx cbc_common; member in struct:cbc_ctx
108 #define cbc_keysched cbc_common.cc_keysched
109 #define cbc_keysched_len cbc_common.cc_keysched_len
110 #define cbc_iv cbc_common.cc_iv
111 #define cbc_remainder cbc_common.cc_remainder
112 #define cbc_remainder_len cbc_common.cc_remainder_len
113 #define cbc_lastp cbc_common.cc_lastp
114 #define cbc_copy_to cbc_common.cc_copy_to
115 #define cbc_flags cbc_common.cc_flags
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDecryptUtil.c117 goto cbc_common;
129 cbc_common:
H A DsoftEncryptUtil.c139 goto cbc_common;
152 cbc_common:

Completed in 47 milliseconds