| /u-boot/lib/efi_selftest/ |
| A D | efi_selftest_register_notify.c | 22 struct context { struct 37 static struct context context; argument 49 struct context *cp = context; in notify() 137 if (!context.notify_count) { in execute() 141 if (context.notify_count > 1) { in execute() 166 context.notify_count = 0; in execute() 174 if (context.notify_count) { in execute() 178 context.notify_count = 0; in execute() 185 if (!context.notify_count) { in execute() 214 context.notify_count = 0; in execute() [all …]
|
| A D | efi_selftest_exitbootservices.c | 37 struct notification_context context = { variable 48 static void EFIAPI ebs_notify(struct efi_event *event, void *context) in ebs_notify() argument 50 struct notification_context *ctx = context; in ebs_notify() 77 &context, in setup()
|
| A D | efi_selftest_event_groups.c | 28 static void EFIAPI notify(struct efi_event *event, void *context) in notify() argument 30 unsigned int *count = context; in notify()
|
| A D | efi_selftest_events.c | 26 static void EFIAPI notify(struct efi_event *event, void *context) in notify() argument 28 unsigned int *count = context; in notify()
|
| A D | efi_selftest_watchdog.c | 44 static void EFIAPI notify(struct efi_event *event, void *context) in notify() argument 46 struct notify_context *notify_context = context; in notify()
|
| /u-boot/drivers/tpm/ |
| A D | tpm2_ftpm_tee.c | 58 shm = context->shm; in ftpm_tee_transceive() 65 .session = context->session, in ftpm_tee_transceive() 132 if (context->is_open) in ftpm_tee_open() 135 context->is_open = 1; in ftpm_tee_open() 144 if (context->is_open) in ftpm_tee_close() 145 context->is_open = 0; in ftpm_tee_close() 176 memset(context, 0, sizeof(*context)); in ftpm_tee_probe() 185 if (!context->tee_dev) { in ftpm_tee_probe() 206 0, &context->shm); in ftpm_tee_probe() 215 tee_close_session(context->tee_dev, context->session); in ftpm_tee_probe() [all …]
|
| /u-boot/lib/crypto/ |
| A D | rsa_helper.c | 23 int rsa_get_n(void *context, size_t hdrlen, unsigned char tag, in rsa_get_n() argument 26 struct rsa_key *key = context; in rsa_get_n() 57 int rsa_get_e(void *context, size_t hdrlen, unsigned char tag, in rsa_get_e() argument 60 struct rsa_key *key = context; in rsa_get_e() 72 int rsa_get_d(void *context, size_t hdrlen, unsigned char tag, in rsa_get_d() argument 75 struct rsa_key *key = context; in rsa_get_d() 90 struct rsa_key *key = context; in rsa_get_p() 105 struct rsa_key *key = context; in rsa_get_q() 120 struct rsa_key *key = context; in rsa_get_dp() 135 struct rsa_key *key = context; in rsa_get_dq() [all …]
|
| A D | pkcs7_parser.c | 220 struct pkcs7_parse_context *ctx = context; in pkcs7_note_OID() 239 struct pkcs7_parse_context *ctx = context; in pkcs7_sig_note_digest_algo() 277 struct pkcs7_parse_context *ctx = context; in pkcs7_sig_note_pkey_algo() 298 struct pkcs7_parse_context *ctx = context; in pkcs7_check_content_type() 315 struct pkcs7_parse_context *ctx = context; in pkcs7_note_signeddata_version() 349 struct pkcs7_parse_context *ctx = context; in pkcs7_note_signerinfo_version() 392 struct pkcs7_parse_context *ctx = context; in pkcs7_extract_cert() 432 struct pkcs7_parse_context *ctx = context; in pkcs7_note_certificate_list() 450 struct pkcs7_parse_context *ctx = context; in pkcs7_note_content() 470 struct pkcs7_parse_context *ctx = context; in pkcs7_note_data() [all …]
|
| A D | x509_cert_parser.c | 170 struct x509_parse_context *ctx = context; in x509_note_OID() 190 struct x509_parse_context *ctx = context; in x509_note_tbs_certificate() 207 struct x509_parse_context *ctx = context; in x509_note_pkey_algo() 269 struct x509_parse_context *ctx = context; in x509_note_signature() 301 struct x509_parse_context *ctx = context; in x509_note_serial() 314 struct x509_parse_context *ctx = context; in x509_extract_name_segment() 418 struct x509_parse_context *ctx = context; in x509_note_issuer() 428 struct x509_parse_context *ctx = context; in x509_note_subject() 441 struct x509_parse_context *ctx = context; in x509_note_params() 462 struct x509_parse_context *ctx = context; in x509_extract_key_data() [all …]
|
| A D | mscode_parser.c | 42 int mscode_note_content_type(void *context, size_t hdrlen, in mscode_note_content_type() argument 74 int mscode_note_digest_algo(void *context, size_t hdrlen, in mscode_note_digest_algo() argument 78 struct pefile_context *ctx = context; in mscode_note_digest_algo() 122 int mscode_note_digest(void *context, size_t hdrlen, in mscode_note_digest() argument 126 struct pefile_context *ctx = context; in mscode_note_digest()
|
| /u-boot/drivers/usb/musb-new/ |
| A D | musb_core.c | 2265 musb->context.index_regs[i].txmaxp = in musb_save_context() 2267 musb->context.index_regs[i].txcsr = in musb_save_context() 2269 musb->context.index_regs[i].rxmaxp = in musb_save_context() 2271 musb->context.index_regs[i].rxcsr = in musb_save_context() 2285 musb->context.index_regs[i].txtype = in musb_save_context() 2289 musb->context.index_regs[i].rxtype = in musb_save_context() 2342 musb->context.index_regs[i].txmaxp); in musb_restore_context() 2344 musb->context.index_regs[i].txcsr); in musb_restore_context() 2346 musb->context.index_regs[i].rxmaxp); in musb_restore_context() 2348 musb->context.index_regs[i].rxcsr); in musb_restore_context() [all …]
|
| /u-boot/scripts/coccinelle/api/alloc/ |
| A D | alloc_cast.cocci | 17 virtual context 28 @r1 depends on context || patch@ 36 // For context mode 39 @script:python depends on context@ 46 @depends on context && r1@
|
| /u-boot/lib/efi_loader/ |
| A D | efi_watchdog.c | 25 void *context) in efi_watchdog_timer_notify() argument 27 EFI_ENTRY("%p, %p", event, context); in efi_watchdog_timer_notify()
|
| /u-boot/examples/standalone/ |
| A D | sched.c | 52 uchar context[CTX_SIZE]; member 177 (unsigned)lthreads[current_tid].context); in sched_init() 191 (unsigned)lthreads[current_tid].context); \ in thread_yield() 192 if(setjmp(lthreads[current_tid].context) == 0) { \ in thread_yield() 196 longjmp(lthreads[new].context, 1); \ in thread_yield() 275 if (setjmp (lthreads[current_tid].context) == 0) { in thread_start()
|
| /u-boot/lib/ |
| A D | md5.c | 273 struct MD5Context context; in md5() local 275 MD5Init(&context); in md5() 276 MD5Update(&context, input, len); in md5() 277 MD5Final(output, &context); in md5() 290 struct MD5Context context; in md5_wd() local 296 MD5Init(&context); in md5_wd() 305 MD5Update(&context, curr, chunk); in md5_wd() 310 MD5Update(&context, input, len); in md5_wd() 313 MD5Final(output, &context); in md5_wd()
|
| /u-boot/scripts/coccinelle/misc/ |
| A D | badty.cocci | 16 virtual context 21 // For context mode 24 @depends on context disable sizeof_type_expr@
|
| /u-boot/scripts/coccinelle/iterators/ |
| A D | list_entry_update.cocci | 14 virtual context 26 @depends on context && !org && !report@ 38 @back depends on (org || report) && !context exists@
|
| /u-boot/doc/ |
| A D | README.asn1 | 29 int asn1_ber_decoder(const struct asn1_decoder *decoder, void *context, 33 @context: context for decoder
|
| /u-boot/arch/x86/cpu/i386/ |
| A D | interrupt.c | 106 cs = regs->context.ctx2.xcs; in dump_regs() 107 eip = regs->context.ctx2.eip; in dump_regs() 108 eflags = regs->context.ctx2.eflags; in dump_regs() 113 cs = regs->context.ctx1.xcs; in dump_regs() 114 eip = regs->context.ctx1.eip; in dump_regs() 115 eflags = regs->context.ctx1.eflags; in dump_regs()
|
| /u-boot/scripts/coccinelle/null/ |
| A D | kmerr.cocci | 18 virtual context 32 @fixed depends on context && !org && !report@ 47 @rfixed depends on (org || report) && !context exists@
|
| /u-boot/include/linux/ |
| A D | asn1_decoder.h | 16 void *context,
|
| A D | compiler_types.h | 14 # define __must_hold(x) __attribute__((context(x,1,1))) 15 # define __acquires(x) __attribute__((context(x,0,1))) 16 # define __releases(x) __attribute__((context(x,1,0)))
|
| /u-boot/scripts/coccinelle/free/ |
| A D | ifnullfree.cocci | 15 virtual context 37 @r depends on context || report || org @
|
| /u-boot/lib/rsa/ |
| A D | rsa-sign.c | 371 EVP_MD_CTX *context; in rsa_sign_with_key() local 386 context = EVP_MD_CTX_new(); in rsa_sign_with_key() 387 if (!context) { in rsa_sign_with_key() 398 if (EVP_DigestSignInit(context, &ckey, in rsa_sign_with_key() 415 if (!EVP_DigestSignUpdate(context, region[i].data, in rsa_sign_with_key() 422 if (!EVP_DigestSignFinal(context, sig, &size)) { in rsa_sign_with_key() 427 EVP_MD_CTX_free(context); in rsa_sign_with_key() 436 EVP_MD_CTX_free(context); in rsa_sign_with_key()
|
| /u-boot/doc/develop/ |
| A D | coccinelle.rst | 78 Four basic modes are defined: ``patch``, ``report``, ``context``, and 87 - ``context`` highlights lines of interest and their context in a 99 - ``rep+ctxt`` runs successively the report mode and the context mode. 360 @r depends on !context && !patch && (org || report)@ 400 @ depends on !context && patch && !org && !report @ 424 Detailed description of the ``context`` mode 427 ``context`` highlights lines of interest and their context 431 intent of the ``context`` mode is to highlight the important lines 432 (annotated with minus, ``-``) and gives some surrounding context 446 @ depends on context && !patch && !org && !report@ [all …]
|