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

/illumos-gate/usr/src/common/crypto/modes/
H A Dmodes.h63 * cc_lastp: Pointer to previous block of ciphertext.
82 uint8_t *cc_lastp; member in struct:common_ctx
99 #define ecb_lastp ecb_common.cc_lastp
113 #define cbc_lastp cbc_common.cc_lastp
136 #define ctr_lastp ctr_common.cc_lastp
177 #define ccm_lastp ccm_common.cc_lastp
225 #define gcm_lastp gcm_common.cc_lastp
249 #define ac_lastp acu.acu_ecb.ecb_common.cc_lastp
269 #define bc_lastp bcu.bcu_ecb.ecb_common.cc_lastp
283 #define dc_lastp dcu.dcu_ecb.ecb_common.cc_lastp
[all...]

Completed in 44 milliseconds