Home
last modified time | relevance | path

Searched refs:keyname (Results 1 – 17 of 17) sorted by relevance

/openbmc/qemu/ui/
H A Dkeymaps.c93 char keyname[64]; in parse_keyboard_layout() local
127 offset < sizeof(keyname) - 1) { in parse_keyboard_layout()
128 keyname[offset] = line[offset]; in parse_keyboard_layout()
131 keyname[offset] = 0; in parse_keyboard_layout()
132 if (strlen(keyname)) { in parse_keyboard_layout()
134 keysym = get_keysym(table, keyname); in parse_keyboard_layout()
155 for (c = keyname; *c; c++) { in parse_keyboard_layout()
158 keysym = get_keysym(table, keyname); in parse_keyboard_layout()
/openbmc/linux/drivers/comedi/drivers/ni_routing/tools/
H A Dconvert_csv_to_c.py77 keyname = 'src'
81 keyname = 'dest'
100 .format(keyname=keyname, valname=valname, D0_sig=D0_sig, **indents)
109 .format(keyname=keyname, **indents))
/openbmc/phosphor-webui/app/server-health/controllers/
H A Dsyslog-controller.js77 $scope.sortBy = function(keyname, isReverse) { argument
78 $scope.sortKey = keyname;
/openbmc/u-boot/lib/rsa/
H A Drsa-sign.c507 ret = rsa_get_priv_key(info->keydir, info->keyname, e, &rsa); in rsa_sign()
736 ret = rsa_get_pub_key(info->keydir, info->keyname, e, &rsa); in rsa_add_verify_data()
758 snprintf(name, sizeof(name), "key-%s", info->keyname); in rsa_add_verify_data()
777 info->keyname); in rsa_add_verify_data()
H A Drsa-verify.c445 snprintf(name, sizeof(name), "key-%s", info->keyname); in rsa_verify()
/openbmc/u-boot/tools/
H A Dkwbimage.c495 static int kwb_import_pubkey(RSA **key, struct pubkey_der_v1 *src, char *keyname) in kwb_import_pubkey() argument
512 fprintf(stderr, "Failed to decode %s pubkey\n", keyname); in kwb_import_pubkey()
517 char *keyname) in kwb_export_pubkey() argument
530 fprintf(stderr, errmsg, keyname); in kwb_export_pubkey()
551 fprintf(stderr, errmsg, keyname); in kwb_export_pubkey()
558 fprintf(stderr, errmsg, keyname); in kwb_export_pubkey()
590 fprintf(stderr, errmsg, keyname); in kwb_export_pubkey()
H A Dimage-host.c173 info->keyname = fdt_getprop(fit, noffset, "key-name-hint", NULL); in fit_image_setup_sig()
252 info.keyname = fdt_getprop(fit, noffset, "key-name-hint", NULL); in fit_image_process_sig()
633 info.keyname = fdt_getprop(fit, noffset, "key-name-hint", NULL); in fit_config_process_sig()
/openbmc/linux/Documentation/translations/zh_CN/maintainer/
H A Dconfigure-git.rst20 git config user.signingkey "keyname"
/openbmc/linux/fs/afs/
H A Dcell.c647 char keyname[4 + AFS_MAXCELLNAME + 1], *cp, *dp; in afs_alloc_anon_key()
650 memcpy(keyname, "afs@", 4); in afs_alloc_anon_key()
651 dp = keyname + 4; in afs_alloc_anon_key()
657 key = rxrpc_get_null_key(keyname); in afs_alloc_anon_key()
646 char keyname[4 + AFS_MAXCELLNAME + 1], *cp, *dp; afs_alloc_anon_key() local
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/
H A D0001-Fix-generate-keynames.patch3 generate-keynames.sh reads /usr/include/linux to find the keyname
/openbmc/u-boot/common/
H A Dimage-sig.c234 info->keyname = fdt_getprop(fit, noffset, "key-name-hint", NULL); in fit_image_setup_verify()
243 printf("%s:%s", algo_name, info->keyname); in fit_image_setup_verify()
H A Dimage-fit.c165 const char *keyname; in fit_image_print_data() local
181 keyname = fdt_getprop(fit, noffset, "key-name-hint", NULL); in fit_image_print_data()
183 if (keyname) in fit_image_print_data()
184 printf(":%s", keyname); in fit_image_print_data()
207 if (IMAGE_ENABLE_TIMESTAMP && keyname) { in fit_image_print_data()
/openbmc/linux/Documentation/maintainer/
H A Dconfigure-git.rst13 git config user.signingkey "keyname"
/openbmc/linux/Documentation/userspace-api/media/rc/
H A Drc-tables.rst10 IR keycodes for different devices. This caused the same IR keyname to be
12 that the same IR keyname to be mapped completely different on different
/openbmc/linux/net/rxrpc/
H A Dkey.c535 struct key *rxrpc_get_null_key(const char *keyname) in rxrpc_get_null_key() argument
541 key = key_alloc(&key_type_rxrpc, keyname, in rxrpc_get_null_key()
/openbmc/u-boot/include/
H A Dimage.h1130 const char *keyname; /* Name of key to use */ member
/openbmc/linux/Documentation/networking/
H A Drxrpc.rst1011 struct key *rxrpc_get_null_key(const char *keyname);