Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/crypto/des/
H A Ddes_impl.h65 #define DES3_STRENGTH 0x08000000 macro
H A Ddes_impl.c1055 if (des_ctx->dc_flags & DES3_STRENGTH) { in des_encrypt_contiguous_blocks()
1087 if (des_ctx->dc_flags & DES3_STRENGTH) { in des_decrypt_contiguous_blocks()
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDESCrypt.c816 cbc_ctx->cbc_flags |= CBC_MODE | DES3_STRENGTH; in des_cbc_ctx_init()
/titanic_41/usr/src/uts/common/des/
H A Ddes_crypt.c1138 des_ctx->dc_flags |= DES3_STRENGTH; in des_common_init_ctx()