Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/modes/
H A Dcbc.c107 if ((ctx->cbc_flags & CMAC_MODE) == 0 && in cbc_encrypt_contiguous_blocks()
125 if ((ctx->cbc_flags & CMAC_MODE) == 0) { in cbc_encrypt_contiguous_blocks()
318 cbc_ctx->cbc_flags |= CBC_MODE; in cbc_init_ctx()
340 cbc_ctx->cbc_flags = mode; in cbc_cmac_alloc_ctx()
390 cbc_ctx->cbc_flags |= CMAC_MODE; in cmac_init_ctx()
H A Dmodes.h126 #define cbc_flags cbc_common.cc_flags macro
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDESCrypt.c804 cbc_ctx->cbc_flags |= CBC_MODE; in des_cbc_ctx_init()
806 cbc_ctx->cbc_flags |= CBC_MODE | DES3_STRENGTH; in des_cbc_ctx_init()
H A DsoftBlowfishCrypt.c495 cbc_ctx->cbc_flags |= CBC_MODE; in blowfish_cbc_ctx_init()