Searched refs:oid (Results 1 – 6 of 6) sorted by relevance
| /u-boot/lib/crypto/ |
| A D | mscode_parser.c | 46 enum OID oid; in mscode_note_content_type() local 48 oid = look_up_OID(value, vlen); in mscode_note_content_type() 49 if (oid == OID__NR) { in mscode_note_content_type() 62 if (oid != OID_msPeImageDataObjId && in mscode_note_content_type() 63 oid != OID_msIndividualSPKeyPurpose) { in mscode_note_content_type() 64 pr_err("Unexpected content type OID %u\n", oid); in mscode_note_content_type() 80 enum OID oid; in mscode_note_digest_algo() local 82 oid = look_up_OID(value, vlen); in mscode_note_digest_algo() 83 switch (oid) { in mscode_note_digest_algo() 112 pr_err("Unsupported content type: %u\n", oid); in mscode_note_digest_algo()
|
| /u-boot/lib/ |
| A D | oid_registry.c | 32 enum OID oid; in look_up_OID() local 64 oid = oid_search_table[j].oid; in look_up_OID() 65 len = oid_index[oid + 1] - oid_index[oid]; in look_up_OID() 79 unsigned char a = oid_data[oid_index[oid] + --len]; in look_up_OID() 90 return oid; in look_up_OID() 167 int sprint_OID(enum OID oid, char *buffer, size_t bufsize) in sprint_OID() argument 171 BUG_ON(oid >= OID__NR); in sprint_OID() 173 ret = sprint_oid(oid_data + oid_index[oid], in sprint_OID() 174 oid_index[oid + 1] - oid_index[oid], in sprint_OID()
|
| /u-boot/scripts/ |
| A D | build_OID_registry | 51 my $oid = $oids[$i]; 53 my @components = split(/[.]/, $oid);
|
| /u-boot/tools/patman/ |
| A D | status.py | 392 repo.merge_base(cherry.oid, parent.target)
|
| A D | func_test.py | 443 repo.reset(target.oid, pygit2.GIT_CHECKOUT_FORCE)
|
| /u-boot/include/ |
| A D | mmc.h | 408 unsigned short oid; member
|
Completed in 23 milliseconds