Home
last modified time | relevance | path

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

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