/u-boot/lib/efi_selftest/ |
A D | efi_selftest_register_notify.c | 22 struct context { struct 36 static struct context context; argument 46 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
|
A D | efi_selftest_exitbootservices.c | 23 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
|
A D | efi_selftest_event_groups.c | 28 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
|
A D | efi_selftest_events.c | 26 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
|
A D | efi_selftest_tpl.c | 24 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
|
A D | efi_selftest_config_table.c | 28 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
|
A D | efi_selftest_set_virtual_address_map.c | 34 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
|
A D | efi_selftest_watchdog.c | 44 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
|
A D | efi_selftest_bitblt.c | 63 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
|
/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() 57 int rsa_get_e(void *context, size_t hdrlen, unsigned char tag, in rsa_get_e() 72 int rsa_get_d(void *context, size_t hdrlen, unsigned char tag, in rsa_get_d() 87 int rsa_get_p(void *context, size_t hdrlen, unsigned char tag, in rsa_get_p() 102 int rsa_get_q(void *context, size_t hdrlen, unsigned char tag, in rsa_get_q() 117 int rsa_get_dp(void *context, size_t hdrlen, unsigned char tag, in rsa_get_dp() 132 int rsa_get_dq(void *context, size_t hdrlen, unsigned char tag, in rsa_get_dq() 147 int rsa_get_qinv(void *context, size_t hdrlen, unsigned char tag, in rsa_get_qinv()
|
A D | pkcs7_parser.c | 216 int pkcs7_note_OID(void *context, size_t hdrlen, in pkcs7_note_OID() 273 int pkcs7_sig_note_pkey_algo(void *context, size_t hdrlen, in pkcs7_sig_note_pkey_algo() 294 int pkcs7_check_content_type(void *context, size_t hdrlen, in pkcs7_check_content_type() 388 int pkcs7_extract_cert(void *context, size_t hdrlen, in pkcs7_extract_cert() 446 int pkcs7_note_content(void *context, size_t hdrlen, in pkcs7_note_content() 466 int pkcs7_note_data(void *context, size_t hdrlen, in pkcs7_note_data() 599 int pkcs7_sig_note_serial(void *context, size_t hdrlen, 612 int pkcs7_sig_note_issuer(void *context, size_t hdrlen, 625 int pkcs7_sig_note_skid(void *context, size_t hdrlen, 641 int pkcs7_sig_note_signature(void *context, size_t hdrlen, [all …]
|
A D | x509_cert_parser.c | 166 int x509_note_OID(void *context, size_t hdrlen, in x509_note_OID() 203 int x509_note_pkey_algo(void *context, size_t hdrlen, in x509_note_pkey_algo() 265 int x509_note_signature(void *context, size_t hdrlen, in x509_note_signature() 297 int x509_note_serial(void *context, size_t hdrlen, in x509_note_serial() 414 int x509_note_issuer(void *context, size_t hdrlen, in x509_note_issuer() 424 int x509_note_subject(void *context, size_t hdrlen, in x509_note_subject() 437 int x509_note_params(void *context, size_t hdrlen, in x509_note_params() 621 int x509_note_not_before(void *context, size_t hdrlen, in x509_note_not_before() 629 int x509_note_not_after(void *context, size_t hdrlen, in x509_note_not_after() 640 int x509_akid_note_kid(void *context, size_t hdrlen, in x509_akid_note_kid() [all …]
|
/u-boot/drivers/tpm/ |
A D | tpm2_ftpm_tee.c | 40 struct ftpm_tee_private *context = dev_get_priv(dev); in ftpm_tee_transceive() local 127 struct ftpm_tee_private *context = dev_get_priv(dev); in ftpm_tee_open() local 139 struct ftpm_tee_private *context = dev_get_priv(dev); in ftpm_tee_close() local 169 struct ftpm_tee_private *context = dev_get_priv(dev); in ftpm_tee_probe() local 218 struct ftpm_tee_private *context = dev_get_priv(dev); in ftpm_tee_remove() local
|
/u-boot/lib/efi_loader/ |
A D | efi_watchdog.c | 25 void *context) in efi_watchdog_timer_notify()
|
A D | efi_var_mem.c | 221 efi_var_mem_notify_exit_boot_services(struct efi_event *event, void *context) in efi_var_mem_notify_exit_boot_services() 238 efi_var_mem_notify_virtual_address_map(struct efi_event *event, void *context) in efi_var_mem_notify_virtual_address_map()
|
A D | efi_console.c | 1231 void *context) in efi_console_timer_notify() 1244 static void EFIAPI efi_key_notify(struct efi_event *event, void *context) in efi_key_notify()
|
A D | efi_boottime.c | 663 void *context), in efi_create_event() 738 void *context), in efi_create_event_ex() 784 void *context), in efi_create_event_ext()
|
A D | efi_net.c | 710 void *context) in efi_network_timer_notify()
|
/u-boot/lib/ |
A D | md5.c | 273 struct MD5Context context; in md5() local 290 struct MD5Context context; in md5_wd() local
|
A D | asn1_decoder.c | 175 void *context, in asn1_ber_decoder()
|
/u-boot/examples/standalone/ |
A D | sched.c | 52 uchar context[CTX_SIZE]; member
|
/u-boot/drivers/net/octeontx2/ |
A D | nix_af.c | 40 union npa_aura_s *context; in npa_attach_aura() local 85 union npa_aura_s *context; in npa_attach_pool() local
|
/u-boot/arch/x86/include/asm/ |
A D | ptrace.h | 78 } context; member
|
/u-boot/lib/rsa/ |
A D | rsa-sign.c | 426 EVP_MD_CTX *context; in rsa_sign_with_key() local
|
/u-boot/arch/sandbox/cpu/ |
A D | os.c | 203 ucontext_t __maybe_unused *context = con; in os_signal_handler() local
|