Searched refs:subject (Results 1 – 25 of 269) sorted by relevance
1234567891011
| /u-boot/tools/patman/ |
| A D | status.py | 81 self.subject = None 112 self.prefix, self.version, seq_info, self.subject = mat.groups()[3:] 170 pmatch = [p for p in all_patches if p.subject == cmt.subject] 176 (seq + 1, cmt.subject, 177 '\n '.join([p.subject for p in pmatch]))) 180 (seq + 1, cmt.subject)) 187 cmatch = [c for c in all_commits if c.subject == patch.subject] 193 (seq + 1, patch.subject, 194 '\n '.join([c.subject for c in cmatch]))) 197 (seq + 1, patch.subject)) [all …]
|
| A D | commit.py | 37 self.subject = '' 50 return self.subject 76 str = self.subject
|
| A D | func_test.py | 92 def _get_patch_name(cls, subject): argument 798 commit1.subject = 'Subject 1' 800 commit2.subject = 'Subject 2' 802 commit3.subject = 'Subject 2' 805 patch1.subject = 'Subject 1' 807 patch2.subject = 'Subject 2' 809 patch3.subject = 'Subject 2' 900 commit1.subject = 'Subject 1' 902 commit2.subject = 'Subject 2' 1215 commit1.subject = 'Subject 1' [all …]
|
| /u-boot/include/crypto/ |
| A D | x509_parser.h | 21 char *subject; /* Name of certificate subject */ member
|
| /u-boot/lib/crypto/ |
| A D | x509_public_key.c | 216 pr_devel("Cert Subject: %s\n", cert->subject); in x509_key_preparse() 242 sulen = strlen(cert->subject); in x509_key_preparse() 255 p = memcpy(desc, cert->subject, sulen); in x509_key_preparse()
|
| A D | x509.asn1 | 13 subject Name ({ x509_note_subject }),
|
| A D | pkcs7_verify.c | 359 x509->subject, in pkcs7_verify_sig_chain() 448 pr_debug("- subject %s\n", p->subject); in pkcs7_verify_sig_chain()
|
| /u-boot/test/lib/ |
| A D | asn1.c | 124 ut_assertf(!strcmp(cert->subject, "Linaro: Tester"), in lib_asn1_x509()
|
| /u-boot/Licenses/ |
| A D | mit.txt | 9 furnished to do so, subject to the following conditions:
|
| A D | x11.txt | 9 so, subject to the following conditions:
|
| /u-boot/bin/travis-ci/ |
| A D | conf.M5208EVBE_qemu | 8 # Software is furnished to do so, subject to the following conditions:
|
| /u-boot/lib/efi_loader/ |
| A D | efi_signature.c | 309 EFI_PRINT("%s: searching for %s\n", __func__, cert->subject); in efi_lookup_certificate() 325 cert_tmp->subject); in efi_lookup_certificate() 439 EFI_PRINT("Checking revocation against %s\n", cert->subject); in efi_signature_check_revocation()
|
| /u-boot/tools/buildman/ |
| A D | test.py | 125 comm.subject = commit_info[1] 548 subject = self.commits[1].subject.translate(builder.trans_valid_chars) 549 dirname ='/%02d_g%s_%s' % (2, commits[1][0], subject[:20])
|
| /u-boot/arch/arm/dts/ |
| A D | axp152.dtsi | 29 * Software is furnished to do so, subject to the following
|
| A D | sun5i-r8.dtsi | 30 * Software is furnished to do so, subject to the following
|
| A D | at91sam9xe.dtsi | 30 * Software is furnished to do so, subject to the following
|
| A D | axp809.dtsi | 29 * Software is furnished to do so, subject to the following
|
| A D | cros-ec-sbs.dtsi | 29 * Software is furnished to do so, subject to the following
|
| A D | imx6dl-hummingboard2-emmc-som-v15.dts | 29 * Software is furnished to do so, subject to the following
|
| A D | imx6dl-hummingboard2-som-v15.dts | 29 * Software is furnished to do so, subject to the following
|
| A D | imx6dl-hummingboard2.dts | 27 * Software is furnished to do so, subject to the following
|
| A D | imx6q-cubox-i-emmc-som-v15.dts | 26 * Software is furnished to do so, subject to the following
|
| A D | imx6q-cubox-i-som-v15.dts | 26 * Software is furnished to do so, subject to the following
|
| A D | imx6q-cubox-i.dts | 26 * Software is furnished to do so, subject to the following
|
| A D | imx6q-hummingboard-som-v15.dts | 27 * Software is furnished to do so, subject to the following
|
Completed in 46 milliseconds
1234567891011