Home
last modified time | relevance | path

Searched refs:cms (Results 1 – 7 of 7) sorted by relevance

/linux/scripts/
H A Dsign-file.c27 #include <openssl/cms.h>
211 CMS_ContentInfo *cms = NULL; in read_x509()
299 cms = CMS_sign(NULL, NULL, NULL, NULL, flags); in main()
300 ERR(!cms, "CMS_sign"); in main()
302 ERR(!CMS_add1_signer(cms, x509, private_key, digest_algo, flags), in main()
304 ERR(CMS_final(cms, bm, NULL, flags) != 1, in main()
315 ERR(i2d_CMS_bio_stream(b, cms, NULL, 0) != 1, in main()
343 ERR(i2d_CMS_bio_stream(bd, cms, NULL, 0) != 1, "%s", dest_name); in main()
235 CMS_ContentInfo *cms = NULL; main() local
/linux/block/partitions/
H A Dibm.c24 struct vtoc_cms_label cms; member
291 blocksize = label->cms.block_size; in find_cms1_partitions()
293 if (label->cms.disk_offset != 0) { in find_cms1_partitions()
297 offset = label->cms.disk_offset * secperblk; in find_cms1_partitions()
298 size = (label->cms.block_count - 1) * secperblk; in find_cms1_partitions()
313 size = label->cms.block_count * secperblk; in find_cms1_partitions()
/linux/fs/dlm/
H A Dconfig.c78 struct dlm_comms *cms; member
427 struct dlm_comms *cms = NULL; in make_cluster() local
431 cms = kzalloc_obj(struct dlm_comms, GFP_NOFS); in make_cluster()
433 if (!cl || !sps || !cms) in make_cluster()
437 cl->cms = cms; in make_cluster()
441 config_group_init_type_name(&cms->cs_group, "comms", &comms_type); in make_cluster()
444 configfs_add_default_group(&cms->cs_group, &cl->group); in make_cluster()
447 comm_list = &cms->cs_group; in make_cluster()
453 kfree(cms); in make_cluster()
474 kfree(cl->cms); in release_cluster()
/linux/Documentation/driver-api/gpio/
H A Dbt8xxgpio.rst5 For advanced documentation, see https://bues.ch/cms/unmaintained/btgpio.html
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_buffers.c950 const struct mlxsw_sp_sb_cm *cms, in __mlxsw_sp_sb_cms_init() argument
964 cm = &cms[i]; in __mlxsw_sp_sb_cms_init()
/linux/include/linux/
H A Dnvme.h1674 __u8 cms; member
/linux/drivers/nvme/target/
H A Dconfigfs.c352 port->disc_addr.tsas.rdma.cms = NVMF_RDMA_CMS_RDMA_CM; in nvmet_port_init_tsas_rdma()