Lines Matching +full:3 +full:des
5 * s390 implementation of the DES Cipher Algorithm.
19 #include <crypto/internal/des.h>
23 #define DES3_KEY_SIZE (3 * DES_KEY_SIZE)
71 .cra_name = "des",
72 .cra_driver_name = "des-s390",
147 .base.cra_name = "ecb(des)",
148 .base.cra_driver_name = "ecb-des-s390",
149 .base.cra_priority = 400, /* combo: des + ecb */
171 .base.cra_name = "cbc(des)",
172 .base.cra_driver_name = "cbc-des-s390",
173 .base.cra_priority = 400, /* combo: des + cbc */
188 * For DES-EDE3, there is no known need to reject weak or
194 * same as DES. Implementers MUST reject keys that exhibit this
197 * In fips mode additionally check for all 3 keys are unique.
362 .base.cra_name = "ctr(des)",
363 .base.cra_driver_name = "ctr-des-s390",
364 .base.cra_priority = 400, /* combo: des + ctr */
498 MODULE_ALIAS_CRYPTO("des");
502 MODULE_DESCRIPTION("DES & Triple DES EDE Cipher Algorithms");