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

/illumos-gate/usr/src/common/crypto/modes/
H A Dcbc.c95 encrypt(ctx->cbc_keysched, blockp, blockp);
112 encrypt(ctx->cbc_keysched, lastp, lastp);
220 decrypt(ctx->cbc_keysched, blockp,
224 decrypt(ctx->cbc_keysched, blockp, blockp);
H A Dmodes.h108 #define cbc_keysched cbc_common.cc_keysched macro
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftBlowfishCrypt.c496 cbc_ctx->cbc_keysched = key_sched;
H A DsoftAESCrypt.c834 cbc_ctx->cbc_keysched = key_sched;
H A DsoftDESCrypt.c807 cbc_ctx->cbc_keysched = key_sched;

Completed in 66 milliseconds