Lines Matching +full:3 +full:des
24 #include <crypto/internal/des.h>
37 #define ACRYPTO_OP_RNG 3
42 #define ACRYPTO_MODE_OFB 3
47 #define ACRYPTO_TYPE_3DES 3
158 #define HIFN_PUSTAT_REV_3 0x0030 /* 7751 PT6/3 */
395 #define HIFN_FLAG_RES_BUSY (1 << 3)
406 void __iomem *bar[3];
479 #define HIFN_CRYPT_CMD_ALG_DES 0x0000 /* DES */
480 #define HIFN_CRYPT_CMD_ALG_3DES 0x0001 /* 3DES */
911 if (strncmp(hifn_pll_ref, "ext", 3) == 0) in hifn_init_pll()
916 if (hifn_pll_ref[3] != '\0') in hifn_init_pll()
917 freq = simple_strtoul(hifn_pll_ref + 3, NULL, 10); in hifn_init_pll()
920 …dev_info(&dev->pdev->dev, "assuming %uMHz clock speed, override with hifn_pll_ref=%.3s<frequency>\… in hifn_init_pll()
2098 * DES ecryption functions.
2112 * DES decryption functions.
2126 * 3DES ecryption functions.
2139 /* 3DES decryption functions. */
2160 * 3DES ECB and CBC modes.
2163 .name = "cbc(des3_ede)", .drv_name = "cbc-3des", .bsize = 8,
2174 .name = "ecb(des3_ede)", .drv_name = "ecb-3des", .bsize = 8,
2185 * DES ECB and CBC modes.
2188 .name = "cbc(des)", .drv_name = "cbc-des", .bsize = 8,
2199 .name = "ecb(des)", .drv_name = "ecb-des", .bsize = 8,
2374 for (i = 0; i < 3; ++i) { in hifn_probe()
2450 for (i = 0; i < 3; ++i) in hifn_probe()
2486 for (i = 0; i < 3; ++i) in hifn_remove()
2516 if (strncmp(hifn_pll_ref, "ext", 3) && in hifn_init()
2517 strncmp(hifn_pll_ref, "pci", 3)) { in hifn_init()
2527 if (hifn_pll_ref[3] != '\0') { in hifn_init()
2528 freq = simple_strtoul(hifn_pll_ref + 3, NULL, 10); in hifn_init()