| /OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/pauth/ |
| H A D | pac.c | 39 void sign_specific(struct signatures *sign, size_t val) in sign_specific() 47 void sign_all(struct signatures *sign, size_t val) in sign_all() 56 int n_same(struct signatures *old, struct signatures *new, int nkeys) in n_same() 70 int n_same_single_set(struct signatures *sign, int nkeys) in n_same_single_set() 92 int exec_sign_all(struct signatures *signed_vals, size_t val) in exec_sign_all() 179 ret = read(new_stdout[0], signed_vals, sizeof(struct signatures)); in exec_sign_all() 257 struct signatures signed_vals; in TEST() 296 struct signatures new_keys; in TEST() 297 struct signatures old_keys; in TEST() 330 struct signatures trash; in TEST() [all …]
|
| H A D | exec_target.c | 12 struct signatures signed_vals; in main() 31 fwrite(&signed_vals, sizeof(struct signatures), 1, stdout); in main()
|
| H A D | helper.h | 11 struct signatures { struct
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/checklayer/cases/ |
| H A D | bsp.py | 152 signatures = tasks[task] 161 if len(signatures.keys()) > 1 and \ 170 next_line_key = (pn, sorted(signatures.values())) 173 … line += ' != '.join(['%s (%s)' % (signature, ', '.join([m for m in signatures[signature]])) for 174 … signature in sorted(signatures.keys(), key=lambda s: signatures[s])]) 179 iterator = iter(signatures.items())
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | fdomain_isa.c | 65 } signatures[] = { variable 84 #define SIGNATURE_COUNT ARRAY_SIZE(signatures) 101 if (check_signature(p + signatures[i].offset, in fdomain_isa_match() 102 signatures[i].signature, in fdomain_isa_match() 103 signatures[i].length)) in fdomain_isa_match() 107 sig = &signatures[i]; in fdomain_isa_match()
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | sstate-diff-machines.sh | 140 … ${TASK} between ${MACHINE1} and ${MACHINE2} ===\n" | tee -a ${OUTPUT}/signatures.${MACHINE2}.${TA… 141 …}/list.M | grep ${PRE_PATTERN} "${PATTERN}" | grep ${TASK} > ${OUTPUT}/signatures.${MACHINE2}.${TA… 142 …for i in `cat ${OUTPUT}/signatures.${MACHINE2}.${TASK} | sed 's#[^/]*/\([^/]*\)/.*#\1#g' | sort -u… 151 done | tee -a ${OUTPUT}/signatures.${MACHINE2}.${TASK}.log 153 ERRORS=`grep "^ERROR.*" ${OUTPUT}/signatures.${MACHINE2}.${TASK}.log | wc -l`
|
| /OK3568_Linux_fs/buildroot/package/python-pyudev/ |
| H A D | 0001-Workaround-finding-libudev-on-systems-without-ldconf.patch | 35 @@ -50,10 +50,10 @@ def load_ctypes_library(name, signatures, error_checkers): 46 # Add function signatures 47 for funcname, signature in signatures.items():
|
| /OK3568_Linux_fs/kernel/security/integrity/ima/ |
| H A D | Kconfig | 188 bool "Appraise firmware signatures" 198 bool "Appraise kexec kernel image signatures" 206 Kernel image signatures can not be verified by the original 211 bool "Appraise kernel modules signatures" 218 Kernel module signatures can only be verified by IMA-appraisal, 239 bool "Support module-style signatures for appraisal" 246 Adds support for signatures appended to files. The format of the 249 to accept such signatures.
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvfw/ |
| H A D | acr.h | 95 u32 signatures[4]; member 125 u32 signatures[4]; member
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | get_maintainer.pl | 1391 my @signatures = (); 1406 @signatures = grep(/^[ \t]*${signature_pattern}.*\@.*$/, @lines); 1411 return (0, \@signatures, \@authors, \@stats) if !@signatures; 1417 @signatures = grep(!/${penguin_chiefs}/i, @signatures); 1421 my ($types_ref, $signers_ref) = extract_formatted_signatures(@signatures); 1907 my @signatures = ($line); 1908 my ($types_ref, $signers_ref) = extract_formatted_signatures(@signatures);
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | module-signing.rst | 13 .. - Non-valid signatures and unsigned modules. 30 involved. The signatures are not themselves encoded in any industrial standard 93 their signatures checked without causing a dependency loop. 128 Cryptographic keypairs are required to generate and check signatures. A 132 kernel so that it can be used to check the signatures as the modules are 260 Non-valid signatures and unsigned modules
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | get_maintainer.pl | 1587 my @signatures = (); 1602 @signatures = grep(/^[ \t]*${signature_pattern}.*\@.*$/, @lines); 1607 return (0, \@signatures, \@authors, \@stats) if !@signatures; 1613 @signatures = grep(!/${penguin_chiefs}/i, @signatures); 1617 my ($types_ref, $signers_ref) = extract_formatted_signatures(@signatures); 2129 my @signatures = ($line); 2130 my ($types_ref, $signers_ref) = extract_formatted_signatures(@signatures);
|
| /OK3568_Linux_fs/kernel/Documentation/security/ |
| H A D | digsig.rst | 20 Currently digital signatures are used by the IMA/EVM integrity protection subsystem. 82 to generate signatures, to load keys into the kernel keyring.
|
| /OK3568_Linux_fs/buildroot/package/libmhash/ |
| H A D | Config.in | 7 digests, and other signatures.
|
| /OK3568_Linux_fs/buildroot/package/meson-tools/ |
| H A D | Config.in.host | 6 of signatures which are required for booting amlogic based
|
| /OK3568_Linux_fs/buildroot/package/perl-mail-dkim/ |
| H A D | Config.in | 8 Signs/verifies Internet mail with DKIM/DomainKey signatures.
|
| /OK3568_Linux_fs/buildroot/package/liboauth/ |
| H A D | Config.in | 9 signatures.
|
| /OK3568_Linux_fs/buildroot/package/python-rsa/ |
| H A D | Config.in | 7 encryption and decryption, signing and verifying signatures,
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/fbset/ |
| H A D | fbset-modes.bb | 18 # to disable "all" behavior (found when comparing qemuarm and qemux86 signatures)
|
| /OK3568_Linux_fs/buildroot/boot/shim/ |
| H A D | Config.in | 10 verifying signatures of other UEFI binaries against either
|
| /OK3568_Linux_fs/buildroot/package/mender-artifact/ |
| H A D | Config.in.host | 10 signatures and scripts that are used during a deployment.
|
| /OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/ |
| H A D | userdict.h | 260 uint32 signatures[kUserDictMissCacheSize][kMaxLemmaSize / 4]; member 265 uint32 signatures[kUserDictCacheSize][kMaxLemmaSize / 4]; member
|
| /OK3568_Linux_fs/u-boot/doc/uImage.FIT/ |
| H A D | verified-boot.txt | 93 add signatures as well. 97 public key. Multiple keys and multiple signatures are supported.
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/ |
| H A D | userdict.h | 260 uint32 signatures[kUserDictMissCacheSize][kMaxLemmaSize / 4]; member 265 uint32 signatures[kUserDictCacheSize][kMaxLemmaSize / 4]; member
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/ |
| H A D | 0003-engine-Define-discover-const-String-path-in-base-cla.patch | 8 but with different signatures
|