Searched refs:cbc_keysched (Results 1 – 5 of 5) sorted by relevance
95 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()
108 #define cbc_keysched cbc_common.cc_keysched macro
496 cbc_ctx->cbc_keysched = key_sched; in blowfish_cbc_ctx_init()
834 cbc_ctx->cbc_keysched = key_sched; in aes_cbc_ctx_init()
807 cbc_ctx->cbc_keysched = key_sched; in des_cbc_ctx_init()