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

/illumos-gate/usr/src/common/crypto/modes/
H A Dmodes.h61 * cc_iv: Scratch buffer that sometimes contains the IV.
79 uint64_t cc_iv[2]; member in struct:common_ctx
96 #define ecb_iv ecb_common.cc_iv
110 #define cbc_iv cbc_common.cc_iv
133 #define ctr_cb ctr_common.cc_iv
174 #define ccm_cb ccm_common.cc_iv
222 #define gcm_cb gcm_common.cc_iv
248 #define ac_iv acu.acu_ecb.ecb_common.cc_iv
268 #define bc_iv bcu.bcu_ecb.ecb_common.cc_iv
282 #define dc_iv dcu.dcu_ecb.ecb_common.cc_iv
[all...]
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_prov_lib.c406 &common_ctx->cc_iv[0]);
432 &common_ctx->cc_iv[0]);
496 &common_ctx->cc_iv[0]);

Completed in 45 milliseconds