Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/modes/
H A Dcbc.c102 encrypt(ctx->cbc_keysched, blockp, blockp); in cbc_encrypt_contiguous_blocks()
120 encrypt(ctx->cbc_keysched, lastp, lastp); in cbc_encrypt_contiguous_blocks()
237 decrypt(ctx->cbc_keysched, blockp, in cbc_decrypt_contiguous_blocks()
241 decrypt(ctx->cbc_keysched, blockp, blockp); in cbc_decrypt_contiguous_blocks()
441 encrypt_block(cbc_ctx->cbc_keysched, buf, buf); in cmac_mode_final()
450 encrypt_block(cbc_ctx->cbc_keysched, M_last, M_last); in cmac_mode_final()
460 encrypt_block(cbc_ctx->cbc_keysched, M_last, M_last); in cmac_mode_final()
H A Dmodes.h119 #define cbc_keysched cbc_common.cc_keysched macro
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftBlowfishCrypt.c489 cbc_ctx->cbc_keysched = key_sched; in blowfish_cbc_ctx_init()
H A DsoftDESCrypt.c797 cbc_ctx->cbc_keysched = key_sched; in des_cbc_ctx_init()