Searched refs:cms (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/block/ |
D | cryptoloop.c | 45 char cms[LO_NAME_SIZE]; /* cipher-mode string */ in cryptoloop_init() local 48 char *cmsp = cms; /* c-m string pointer */ in cryptoloop_init() 56 strncpy(cms, info->lo_crypt_name, LO_NAME_SIZE); in cryptoloop_init() 57 cms[LO_NAME_SIZE - 1] = 0; in cryptoloop_init() 77 memmove(cms, mode, mode_len); in cryptoloop_init() 78 cmsp = cms + mode_len; in cryptoloop_init() 85 tfm = crypto_alloc_blkcipher(cms, 0, CRYPTO_ALG_ASYNC); in cryptoloop_init()
|
/linux-4.4.14/scripts/ |
D | sign-file.c | 142 CMS_ContentInfo *cms; in main() local 259 cms = CMS_sign(NULL, NULL, NULL, NULL, in main() 261 ERR(!cms, "CMS_sign"); in main() 263 ERR(!CMS_add1_signer(cms, x509, private_key, digest_algo, in main() 267 ERR(CMS_final(cms, bm, NULL, CMS_NOCERTS | CMS_BINARY) < 0, in main() 285 ERR(i2d_CMS_bio_stream(b, cms, NULL, 0) < 0, in main() 307 ERR(i2d_CMS_bio_stream(bd, cms, NULL, 0) < 0, "%s", dest_name); in main()
|
/linux-4.4.14/block/partitions/ |
D | ibm.c | 23 struct vtoc_cms_label cms; member 255 blocksize = label->cms.block_size; in find_cms1_partitions() 257 if (label->cms.disk_offset != 0) { in find_cms1_partitions() 261 offset = label->cms.disk_offset * secperblk; in find_cms1_partitions() 262 size = (label->cms.block_count - 1) * secperblk; in find_cms1_partitions() 277 size = label->cms.block_count * secperblk; in find_cms1_partitions()
|
/linux-4.4.14/fs/dlm/ |
D | config.c | 345 struct dlm_comms *cms = NULL; in make_cluster() local 351 cms = kzalloc(sizeof(struct dlm_comms), GFP_NOFS); in make_cluster() 353 if (!cl || !gps || !sps || !cms) in make_cluster() 358 config_group_init_type_name(&cms->cs_group, "comms", &comms_type); in make_cluster() 362 cl->group.default_groups[1] = &cms->cs_group; in make_cluster() 381 comm_list = &cms->cs_group; in make_cluster() 388 kfree(cms); in make_cluster()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_buffers.c | 250 const struct mlxsw_sp_sb_cm *cms, in mlxsw_sp_sb_cms_init() argument 260 cm = &cms[i]; in mlxsw_sp_sb_cms_init()
|
/linux-4.4.14/Documentation/RCU/ |
D | RTFP.txt | 2666 http://www.computer.org/cms/Computer.org/dl/trans/td/2012/02/extras/ttd2012020375s.pdf
|