| /buildroot/package/python-asn1crypto/ |
| A D | Config.in | 5 private keys, public keys, certificates, CRL, OCSP, CMS,
|
| /buildroot/package/crda/ |
| A D | 0003-drop-werror.patch | 12 keys-gcrypt.c:94:32: error: ‘keys’ defined but not used [-Werror=unused-const-variable=] 13 static const struct key_params keys[] = {
|
| A D | 0001-crda-support-python-3-in-utils-key2pub.py.patch | 10 In addition, some errors in the generated source file keys-ssl.h are 46 keys-%.c: utils/key2pub.py $(wildcard $(PUBKEY_DIR)/*.pem) 183 static struct pubkey keys[] = { 238 static const struct key_params __attribute__ ((unused)) keys[] = { 255 - print 'Usage: %s [%s] input-file... output-file' % (sys.argv[0], '|'.join(modes.keys())) 256 + print('Usage: {} [{}] input-file... output-file'.format(sys.argv[0], '|'.join(modes.keys())))
|
| /buildroot/package/input-event-daemon/ |
| A D | Config.in | 8 keys, mouse buttons and switches.
|
| /buildroot/support/testing/tests/package/ |
| A D | sample_python_munch.py | 12 assert sorted(b.keys()) == ['foo', 'hello']
|
| /buildroot/support/kconfig/ |
| A D | mconf.c | 290 int *keys, int *vscroll, int *hscroll, 361 int *keys; member 378 data->keys[k] = key; in update_text() 388 data->keys[k] = 0; in update_text() 436 int keys[JUMP_NB + 1], i; in search_conf() local 440 .keys = keys, in search_conf() 447 str_get(&res), 0, 0, keys, &vscroll, in search_conf() 451 for (i = 0; i < JUMP_NB && keys[i]; i++) in search_conf() 452 if (dres == keys[i]) { in search_conf() 757 *keys, int *vscroll, int *hscroll, update_text_fn in show_textbox_ext() argument [all …]
|
| /buildroot/package/dropbear/ |
| A D | dropbear.service | 17 echo "No persistent location to store SSH host keys. New keys will be"; \
|
| /buildroot/package/leveldb/ |
| A D | Config.in | 8 that provides an ordered mapping from string keys to string
|
| /buildroot/package/fscryptctl/ |
| A D | Config.in | 5 keys and manages policies for Linux filesystem encryption.
|
| /buildroot/utils/ |
| A D | size-stats-compare | 54 oldkeys = set(old.keys()) 55 newkeys = set(new.keys())
|
| A D | diffconfig | 134 new = sorted(b.keys())
|
| /buildroot/package/python-gnupg/ |
| A D | Config.in | 13 delete) encryption keys, using Public Key Infrastructure
|
| /buildroot/support/scripts/ |
| A D | graph-depends | 137 if pkg not in list(deps.keys()): 156 for pkg in list(deps.keys()): 167 for pkg in list(deps.keys()): 173 for pkg in list(deps.keys()):
|
| /buildroot/utils/checkpackagelib/ |
| A D | lib_hash.py | 45 if htype not in self.len_of_hash.keys():
|
| /buildroot/package/mokutil/ |
| A D | Config.in | 19 keys (MOK) stored in the database of shim.
|
| /buildroot/package/libopenssl/ |
| A D | 0003-Revert-Fix-static-builds.patch | 19 @@ -1377,10 +1377,6 @@ foreach (keys %useradd) {
|
| /buildroot/package/tpm2-totp/ |
| A D | Config.in | 14 of in-TPM hmac calculation, the tpm2-totp's secret HMAC keys
|
| /buildroot/package/rocksdb/ |
| A D | Config.in | 18 Keys and values are arbitrary byte arrays. The keys are
|
| /buildroot/package/qt5/qt5virtualkeyboard/ |
| A D | Config.in | 57 keys.
|
| /buildroot/package/tpm2-tools/ |
| A D | Config.in | 12 API of TPM2-TSS. These tools can be used to manage keys,
|
| /buildroot/support/kconfig/patches/ |
| A D | 01-kconfig-kernel-to-buildroot.patch | 27 "Arrow keys navigate the menu. " 36 "Use the arrow keys to navigate this window or "
|
| /buildroot/support/kconfig/lxdialog/ |
| A D | textbox.c | 57 int initial_width, int *keys, int *_vscroll, int *_hscroll, in dialog_textbox() argument 250 for (i = 0; keys[i]; i++) { in dialog_textbox() 251 if (key == keys[i]) { in dialog_textbox()
|
| /buildroot/package/gnupg/ |
| A D | Config.in | 35 simpler) way to check that the public keys used to make the
|
| /buildroot/package/xenomai/3.0.10/ |
| A D | 0001-lib-boilerplate-iniparser-Allow-building-with-GCC-10-2-2020101.patch | 672 - char ** key ; /** List of string keys */ 673 - unsigned * hash ; /** List of hash values for keys */ 677 + char ** key ; /** List of string keys */ 678 + unsigned * hash ; /** List of hash values for keys */ 1023 + @return Number of keys in section 1057 + @param keys Already allocated array to store the keys in 1073 + if (d==NULL || keys==NULL) return NULL; 1086 + keys[i] = d->key[j]; 1091 + return keys; 1590 + @return Number of keys in section [all …]
|
| /buildroot/package/heimdal/ |
| A D | 0001-Use-perl-module-JSON-PP-part-of-core-instead-of-JSON.patch | 42 foreach my $x (keys %$obj) {
|