Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/modes/
H A Dmodes.h115 struct common_ctx cbc_common; member
120 #define cbc_keysched cbc_common.cc_keysched
121 #define cbc_keysched_len cbc_common.cc_keysched_len
122 #define cbc_iv cbc_common.cc_iv
123 #define cbc_remainder cbc_common.cc_remainder
124 #define cbc_remainder_len cbc_common.cc_remainder_len
125 #define cbc_lastp cbc_common.cc_lastp
126 #define cbc_copy_to cbc_common.cc_copy_to
127 #define cbc_flags cbc_common.cc_flags
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDecryptUtil.c119 goto cbc_common; in soft_decrypt_init()
131 cbc_common: in soft_decrypt_init()
H A DsoftEncryptUtil.c142 goto cbc_common; in soft_encrypt_init()
155 cbc_common: in soft_encrypt_init()