Lines Matching refs:base
688 .base = {
702 .base = {
717 .base = {
733 .base = {
749 .base = {
766 .base = {
782 .base = {
979 .base.cra_name = "cmac(aes)",
980 .base.cra_driver_name = "cmac-aes-" MODE,
981 .base.cra_priority = PRIO,
982 .base.cra_blocksize = AES_BLOCK_SIZE,
983 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx) +
985 .base.cra_module = THIS_MODULE,
994 .base.cra_name = "xcbc(aes)",
995 .base.cra_driver_name = "xcbc-aes-" MODE,
996 .base.cra_priority = PRIO,
997 .base.cra_blocksize = AES_BLOCK_SIZE,
998 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx) +
1000 .base.cra_module = THIS_MODULE,
1009 .base.cra_name = "cbcmac(aes)",
1010 .base.cra_driver_name = "cbcmac-aes-" MODE,
1011 .base.cra_priority = PRIO,
1012 .base.cra_blocksize = 1,
1013 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx),
1014 .base.cra_module = THIS_MODULE,