Home
last modified time | relevance | path

Searched refs:keys (Results 1 – 25 of 46) sorted by relevance

12

/buildroot/package/python-asn1crypto/
A DConfig.in5 private keys, public keys, certificates, CRL, OCSP, CMS,
/buildroot/package/crda/
A D0003-drop-werror.patch12 keys-gcrypt.c:94:32: error: ‘keys’ defined but not used [-Werror=unused-const-variable=]
13 static const struct key_params keys[] = {
A D0001-crda-support-python-3-in-utils-key2pub.py.patch10 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 DConfig.in8 keys, mouse buttons and switches.
/buildroot/support/testing/tests/package/
A Dsample_python_munch.py12 assert sorted(b.keys()) == ['foo', 'hello']
/buildroot/support/kconfig/
A Dmconf.c290 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 Ddropbear.service17 echo "No persistent location to store SSH host keys. New keys will be"; \
/buildroot/package/leveldb/
A DConfig.in8 that provides an ordered mapping from string keys to string
/buildroot/package/fscryptctl/
A DConfig.in5 keys and manages policies for Linux filesystem encryption.
/buildroot/utils/
A Dsize-stats-compare54 oldkeys = set(old.keys())
55 newkeys = set(new.keys())
A Ddiffconfig134 new = sorted(b.keys())
/buildroot/package/python-gnupg/
A DConfig.in13 delete) encryption keys, using Public Key Infrastructure
/buildroot/support/scripts/
A Dgraph-depends137 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 Dlib_hash.py45 if htype not in self.len_of_hash.keys():
/buildroot/package/mokutil/
A DConfig.in19 keys (MOK) stored in the database of shim.
/buildroot/package/libopenssl/
A D0003-Revert-Fix-static-builds.patch19 @@ -1377,10 +1377,6 @@ foreach (keys %useradd) {
/buildroot/package/tpm2-totp/
A DConfig.in14 of in-TPM hmac calculation, the tpm2-totp's secret HMAC keys
/buildroot/package/rocksdb/
A DConfig.in18 Keys and values are arbitrary byte arrays. The keys are
/buildroot/package/qt5/qt5virtualkeyboard/
A DConfig.in57 keys.
/buildroot/package/tpm2-tools/
A DConfig.in12 API of TPM2-TSS. These tools can be used to manage keys,
/buildroot/support/kconfig/patches/
A D01-kconfig-kernel-to-buildroot.patch27 "Arrow keys navigate the menu. "
36 "Use the arrow keys to navigate this window or "
/buildroot/support/kconfig/lxdialog/
A Dtextbox.c57 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 DConfig.in35 simpler) way to check that the public keys used to make the
/buildroot/package/xenomai/3.0.10/
A D0001-lib-boilerplate-iniparser-Allow-building-with-GCC-10-2-2020101.patch672 - 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 D0001-Use-perl-module-JSON-PP-part-of-core-instead-of-JSON.patch42 foreach my $x (keys %$obj) {

Completed in 36 milliseconds

12