Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/modes/
H A Dmodes.h97 struct common_ctx ecb_common; member
101 #define ecb_keysched ecb_common.cc_keysched
102 #define ecb_keysched_len ecb_common.cc_keysched_len
103 #define ecb_iv ecb_common.cc_iv
104 #define ecb_remainder ecb_common.cc_remainder
106 #define ecb_lastp ecb_common.cc_lastp
107 #define ecb_copy_to ecb_common.cc_copy_to
108 #define ecb_flags ecb_common.cc_flags
259 #define ac_iv acu.acu_ecb.ecb_common.cc_iv
279 #define bc_iv bcu.bcu_ecb.ecb_common.cc_iv
[all …]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDecryptUtil.c98 goto ecb_common; in soft_decrypt_init()
107 ecb_common: in soft_decrypt_init()
H A DsoftEncryptUtil.c122 goto ecb_common; in soft_encrypt_init()
131 ecb_common: in soft_encrypt_init()