| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | cms.h | 120 const ASN1_OBJECT *CMS_get0_type(CMS_ContentInfo *cms); 122 BIO *CMS_dataInit(CMS_ContentInfo *cms, BIO *icont); 123 int CMS_dataFinal(CMS_ContentInfo *cms, BIO *bio); 125 ASN1_OCTET_STRING **CMS_get0_content(CMS_ContentInfo *cms); 126 int CMS_is_detached(CMS_ContentInfo *cms); 127 int CMS_set_detached(CMS_ContentInfo *cms, int detached); 132 int CMS_stream(unsigned char ***boundary, CMS_ContentInfo *cms); 133 CMS_ContentInfo *d2i_CMS_bio(BIO *bp, CMS_ContentInfo **cms); 134 int i2d_CMS_bio(BIO *bp, CMS_ContentInfo *cms); 136 BIO *BIO_new_CMS(BIO *out, CMS_ContentInfo *cms); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | cryptoloop.c | 33 char cms[LO_NAME_SIZE]; /* cipher-mode string */ in cryptoloop_init() local 35 char *cmsp = cms; /* c-m string pointer */ in cryptoloop_init() 43 strncpy(cms, info->lo_crypt_name, LO_NAME_SIZE); in cryptoloop_init() 44 cms[LO_NAME_SIZE - 1] = 0; in cryptoloop_init() 63 memmove(cms, mode, mode_len); in cryptoloop_init() 64 cmsp = cms + mode_len; in cryptoloop_init() 71 tfm = crypto_alloc_sync_skcipher(cms, 0, 0); in cryptoloop_init()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | sign-file.c | 231 CMS_ContentInfo *cms = NULL; in main() local 315 cms = CMS_sign(NULL, NULL, NULL, NULL, in main() 318 ERR(!cms, "CMS_sign"); in main() 320 ERR(!CMS_add1_signer(cms, x509, private_key, digest_algo, in main() 325 ERR(CMS_final(cms, bm, NULL, CMS_NOCERTS | CMS_BINARY) < 0, in main() 344 ERR(i2d_CMS_bio_stream(b, cms, NULL, 0) < 0, in main() 377 ERR(i2d_CMS_bio_stream(bd, cms, NULL, 0) < 0, "%s", dest_name); in main()
|
| /OK3568_Linux_fs/u-boot/board/freescale/t1040qds/ |
| H A D | t1040qds.c | 275 QIXIS_WRITE(cms[0], 0x00); in qixis_dump_switch() 276 nr_of_cfgsw = QIXIS_READ(cms[1]); in qixis_dump_switch() 280 QIXIS_WRITE(cms[0], i); in qixis_dump_switch() 281 printf("SW%d = (0x%02x)\n", i, QIXIS_READ(cms[1])); in qixis_dump_switch()
|
| H A D | eth.c | 194 QIXIS_WRITE(cms[0], 0x07); in initialize_lane_to_slot()
|
| /OK3568_Linux_fs/kernel/block/partitions/ |
| H A D | ibm.c | 24 struct vtoc_cms_label cms; member 256 blocksize = label->cms.block_size; in find_cms1_partitions() 258 if (label->cms.disk_offset != 0) { in find_cms1_partitions() 262 offset = label->cms.disk_offset * secperblk; in find_cms1_partitions() 263 size = (label->cms.block_count - 1) * secperblk; in find_cms1_partitions() 278 size = label->cms.block_count * secperblk; in find_cms1_partitions()
|
| /OK3568_Linux_fs/kernel/fs/dlm/ |
| H A D | config.c | 84 struct dlm_comms *cms; member 376 struct dlm_comms *cms = NULL; in make_cluster() local 380 cms = kzalloc(sizeof(struct dlm_comms), GFP_NOFS); in make_cluster() 382 if (!cl || !sps || !cms) in make_cluster() 386 cl->cms = cms; in make_cluster() 390 config_group_init_type_name(&cms->cs_group, "comms", &comms_type); in make_cluster() 393 configfs_add_default_group(&cms->cs_group, &cl->group); in make_cluster() 412 comm_list = &cms->cs_group; in make_cluster() 418 kfree(cms); in make_cluster() 439 kfree(cl->cms); in release_cluster()
|
| /OK3568_Linux_fs/u-boot/board/freescale/ls2080aqds/ |
| H A D | ls2080aqds.c | 351 QIXIS_WRITE(cms[0], 0x00); in qixis_dump_switch() 352 nr_of_cfgsw = QIXIS_READ(cms[1]); in qixis_dump_switch() 356 QIXIS_WRITE(cms[0], i); in qixis_dump_switch() 357 printf("SW%d = (0x%02x)\n", i, QIXIS_READ(cms[1])); in qixis_dump_switch()
|
| /OK3568_Linux_fs/u-boot/board/freescale/t102xqds/ |
| H A D | t102xqds.c | 394 QIXIS_WRITE(cms[0], 0x00); in qixis_dump_switch() 395 nr_of_cfgsw = QIXIS_READ(cms[1]); in qixis_dump_switch() 399 QIXIS_WRITE(cms[0], i); in qixis_dump_switch() 400 printf("SW%d = (0x%02x)\n", i, QIXIS_READ(cms[1])); in qixis_dump_switch()
|
| /OK3568_Linux_fs/u-boot/board/freescale/ls2080ardb/ |
| H A D | ls2080ardb.c | 399 QIXIS_WRITE(cms[0], 0x00); in qixis_dump_switch() 400 nr_of_cfgsw = QIXIS_READ(cms[1]); in qixis_dump_switch() 404 QIXIS_WRITE(cms[0], i); in qixis_dump_switch() 405 printf("SW%d = (0x%02x)\n", i, QIXIS_READ(cms[1])); in qixis_dump_switch()
|
| /OK3568_Linux_fs/u-boot/drivers/video/fonts/ |
| H A D | Kconfig | 30 http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL 49 http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
|
| /OK3568_Linux_fs/buildroot/package/wine/ |
| H A D | wine.mk | 110 WINE_CONF_OPTS += --with-cms 113 WINE_CONF_OPTS += --without-cms 352 --without-cms \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/lcms/ |
| H A D | lcms_2.13.1.bb | 1 SUMMARY = "Little cms is a small-footprint, speed optimized color management engine"
|
| /OK3568_Linux_fs/yocto/poky/bitbake/contrib/vim/ftplugin/ |
| H A D | bitbake.vim | 9 let b:undo_ftplugin = "setl cms< sts< sw< et< sua<"
|
| /OK3568_Linux_fs/buildroot/package/sdl_gfx/ |
| H A D | Config.in | 10 http://cms.ferzkopp.net/index.php/software/13-sdl-gfx
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/ |
| H A D | to_TO | 48 % http://scriptsource.org/cms/scripts/page.php?item_id=entry_detail&uid=ux3sxwufev 76 % http://scriptsource.org/cms/scripts/page.php?item_id=entry_detail&uid=ux3sxwufev
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/ |
| H A D | to_TO | 48 % http://scriptsource.org/cms/scripts/page.php?item_id=entry_detail&uid=ux3sxwufev 76 % http://scriptsource.org/cms/scripts/page.php?item_id=entry_detail&uid=ux3sxwufev
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ |
| H A D | ttf-gentium_1.02.bb | 6 LICENSE_URL = "http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=OFL"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/wayland/weston-init/ |
| H A D | weston.ini | 4 #modules=xwayland.so,cms-colord.so
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/gpio/ |
| H A D | bt8xxgpio.rst | 5 For advanced documentation, see https://bues.ch/cms/unmaintained/btgpio.html
|
| /OK3568_Linux_fs/u-boot/board/freescale/common/ |
| H A D | qixis.h | 83 u8 cms[2]; /* Core Management Space Address Register, 0xD8 */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_buffers.c | 924 const struct mlxsw_sp_sb_cm *cms, in __mlxsw_sp_sb_cms_init() argument 938 cm = &cms[i]; in __mlxsw_sp_sb_cms_init()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | nvme.h | 1304 __u8 cms; member
|
| /OK3568_Linux_fs/kernel/drivers/nvme/target/ |
| H A D | configfs.c | 299 port->disc_addr.tsas.rdma.cms = NVMF_RDMA_CMS_RDMA_CM; in nvmet_port_init_tsas_rdma()
|
| /OK3568_Linux_fs/kernel/Documentation/RCU/ |
| H A D | RTFP.txt | 2666 http://www.computer.org/cms/Computer.org/dl/trans/td/2012/02/extras/ttd2012020375s.pdf
|