Searched refs:signature (Results 1 - 25 of 89) sorted by relevance

1234

/vbox/src/VBox/Devices/PC/ipxe/src/include/usr/
H A Dimgtrust.h14 extern int imgverify ( struct image *image, struct image *signature,
/vbox/include/iprt/
H A Druntime-loader.h90 # define RT_PROXY_STUB(function, rettype, signature, shortsig) \
92 RTR3DECL(rettype) function signature \
93 { return ( (rettype (*) signature) function ## _fn ) shortsig; }
157 # define RT_PROXY_STUB(function, rettype, signature, shortsig) \
158 RTR3DECL(rettype) ( function ) signature ;
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Ddisrom.pl31 unless $rom->{signature} == ROM_SIGNATURE;
51 printf " %-16s %s\n", "Signature:", $pci->{signature};
70 printf " %-16s %s\n", "Signature:", $pnp->{signature};
/vbox/src/VBox/Devices/PC/BIOS/
H A Dsmidmi.inc54 db '_SM_' ; signature
64 db '_DMI_' ; signature
H A Dpost.c34 * 0 | AA55h signature (word) |
45 uint16_t signature; member in struct:rom_hdr_tag
81 /* Check for the ROM signature. */
82 if (rom->signature == 0xAA55) {
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/prefix/
H A Dexeprefix.S38 signature: label
39 /* "MZ" signature */
62 .word ( ( _exe_start - signature ) / 16 )
74 .word -( ( _exe_start - signature ) / 16 )
96 .word -( ( _exe_start - signature ) / 16 )
/vbox/src/VBox/Devices/PC/ipxe/src/hci/commands/
H A Dimage_trust_cmd.c87 /** Keep signature after verification */
103 "<signature uri|image>" );
117 struct image *signature; local
127 /* Parse signature name/URI string */
134 /* Acquire the signature image */
135 if ( ( rc = imgacquire ( signature_name_uri, &signature ) ) != 0 )
139 if ( ( rc = imgverify ( image, signature, opts.signer ) ) != 0 ) {
148 /* Discard signature unless --keep was specified */
150 unregister_image ( signature );
168 /* Drag in objects typically required for signature verificatio
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/usr/
H A Dimgtrust.c37 * Verify image using downloaded signature
40 * @v signature Image containing signature
44 int imgverify ( struct image *image, struct image *signature, argument
55 /* Copy signature to internal memory */
56 len = signature->len;
62 copy_from_user ( data, signature->data, 0, len );
64 /* Parse signature */
68 /* Free internal copy of signature */
72 /* Use signature t
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/tests/
H A Dpubkey_test.h79 * Report public key signature test result
87 * @v expected Expected signature
88 * @v expected_len Expected signature length
104 uint8_t signature[ max_len ]; \
108 digestout, signature ); \
110 ok ( memcmp ( signature, (expected), \
125 * @v signature Signature
129 plaintext_len, signature, signature_len ) do {\
141 (signature), (signature_len) ) == 0 ); \
154 * @v signature Signatur
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dcrypto.h138 * @v signature Signature
142 const void *value, void *signature );
148 * @v signature Signature
153 const void *value, const void *signature,
233 const void *value, void *signature ) {
234 return pubkey->sign ( ctx, digest, value, signature );
239 const void *value, const void *signature,
241 return pubkey->verify ( ctx, digest, value, signature, signature_len );
237 pubkey_verify( struct pubkey_algorithm *pubkey, void *ctx, struct digest_algorithm *digest, const void *value, const void *signature, size_t signature_len ) argument
H A Dacpi.h22 /** ACPI signature (4 ASCII characters) */
23 uint32_t signature; member in struct:acpi_description_header
43 * Build ACPI signature
45 * @v a First character of ACPI signature
46 * @v b Second character of ACPI signature
47 * @v c Third character of ACPI signature
48 * @v d Fourth character of ACPI signature
49 * @ret signature ACPI signature
H A Dcms.h33 void *signature; member in struct:cms_signer_info
34 /** Length of signature */
38 /** A CMS signature */
49 * Get reference to CMS signature
51 * @v sig CMS signature
52 * @ret sig CMS signature
61 * Drop reference to CMS signature
63 * @v sig CMS signature
/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dvbsfmount.h42 char signature[3]; /* signature */ member in struct:vbsf_mount_info_new
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/firmware/pcbios/
H A Dpnpbios.c39 uint32_t signature; member in struct:pnp_bios
69 /* Read start of header and verify signature */
71 if ( u.pnp_bios.signature != PNP_BIOS_SIGNATURE )
/vbox/src/VBox/RDP/client-1.8.3/
H A Dlicence.c73 uint8 * licence_data, int licence_size, uint8 * hwid, uint8 * signature)
105 out_uint8p(s, signature, LICENCE_SIGNATURE_SIZE);
158 uint8 signature[LICENCE_SIGNATURE_SIZE]; local
175 /* Generate a signature for the HWID buffer */
177 sec_sign(signature, 16, g_licence_sign_key, 16, hwid, sizeof(hwid));
186 licence_info(null_data, null_data, licence_data, licence_size, hwid, signature);
200 licence_send_platform_challange_response(uint8 * token, uint8 * crypt_hwid, uint8 * signature) argument
220 out_uint8p(s, signature, LICENCE_SIGNATURE_SIZE);
228 licence_parse_platform_challange(STREAM s, uint8 ** token, uint8 ** signature) argument
242 in_uint8p(s, *signature, LICENCE_SIGNATURE_SIZ
72 licence_info(uint8 * client_random, uint8 * rsa_data, uint8 * licence_data, int licence_size, uint8 * hwid, uint8 * signature) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ipf/machine/
H A Ddig64.h78 char signature[4]; member in struct:dig64_hcdp_table
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/
H A Defi_smbios.c49 if ( smbios_entry->signature != SMBIOS_SIGNATURE ) {
50 DBG ( "Invalid SMBIOS signature\n" );
/vbox/src/VBox/Devices/Audio/
H A Dpulse_stubs.c30 #define PROXY_STUB(function, rettype, signature, shortsig) \
31 static rettype (*g_pfn_ ## function) signature; \
33 rettype VBox_##function signature; \
34 rettype VBox_##function signature \
39 #define PROXY_STUB_VOID(function, signature, shortsig) \
40 static void (*g_pfn_ ## function) signature; \
42 void VBox_##function signature; \
43 void VBox_##function signature \
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dcrypto_null.c110 void *signature __unused ) {
117 const void *signature __unused ,
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/render/
H A Dglyphstr.h48 CARD32 signature; member in struct:_GlyphRef
89 FindGlyphRef (GlyphHashPtr hash, CARD32 signature, Bool match, GlyphPtr compare);
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/PartitionDxe/
H A DApple.c44 UINT16 signature ; /* must be BE 0x504D for new style PT */ member in struct:APPLE_PT_ENTRY
175 if (be16_to_cpu(Entry->signature) != 0x504D)
177 Print(L"Not a new PT entry: %x", Entry->signature);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dglyphstr.h54 CARD32 signature; member in struct:_GlyphRef
100 CARD32 signature, Bool match, unsigned char sha1[20]);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dglyphstr.h54 CARD32 signature; member in struct:_GlyphRef
100 CARD32 signature, Bool match, unsigned char sha1[20]);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dglyphstr.h50 CARD32 signature; member in struct:_GlyphRef
132 FindGlyphRef (GlyphHashPtr hash, CARD32 signature, Bool match, GlyphPtr compare);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dglyphstr.h50 CARD32 signature; member in struct:_GlyphRef
130 FindGlyphRef (GlyphHashPtr hash, CARD32 signature, Bool match, GlyphPtr compare);

Completed in 119 milliseconds

1234