Searched defs:hnd (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/net/drivers/efi/
H A Definet.c351 grub_efi_net_config_real (grub_efi_handle_t hnd, char **device, argument
357 dp = grub_efi_get_device_path (hnd);
373 pxe = grub_efi_open_protocol (hnd, &pxe_io_guid,
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dgeli.c455 struct grub_crypto_hmac_handle *hnd; local
457 hnd = grub_crypto_hmac_init (dev->hash, NULL, 0);
458 if (!hnd)
461 grub_crypto_hmac_write (hnd, header.salt, sizeof (header.salt));
462 grub_crypto_hmac_write (hnd, passphrase, grub_strlen (passphrase));
464 gcry_err = grub_crypto_hmac_fini (hnd, geomkey);
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Dcrypto.c327 grub_crypto_hmac_write (struct grub_crypto_hmac_handle *hnd, argument
331 hnd->md->write (hnd->ctx, data, datalen);
335 grub_crypto_hmac_fini (struct grub_crypto_hmac_handle *hnd, void *out) argument
340 ctx2 = grub_malloc (hnd->md->contextsize);
344 hnd->md->final (hnd->ctx);
345 hnd->md->read (hnd->ctx);
346 p = hnd
372 struct grub_crypto_hmac_handle *hnd; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dhfs.c661 int this, int (*node_hook) (struct grub_hfs_node *hnd,
741 int node_found (struct grub_hfs_node *hnd, struct grub_hfs_record *rec)
759 if (hnd->type == GRUB_HFS_NODE_LEAF)
813 int node_found (struct grub_hfs_node *hnd, struct grub_hfs_record *rec)
820 if (hnd->type == 0xFF && ckey->strlen > 0)
823 next = grub_be_to_cpu32 (hnd->next);
833 int it_dir (struct grub_hfs_node *hnd __attribute ((unused)),
659 grub_hfs_iterate_records(struct grub_hfs_data *data, int type, int idx, int this, int (*node_hook) (struct grub_hfs_node *hnd, struct grub_hfs_record *)) argument
740 node_found(struct grub_hfs_node *hnd, struct grub_hfs_record *rec) argument
812 node_found(struct grub_hfs_node *hnd, struct grub_hfs_record *rec) argument
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dmisc.c1245 grub_loader_unregister_preboot_hook (struct grub_preboot *hnd) argument
1247 struct grub_preboot *preb = hnd;

Completed in 24 milliseconds