Lines Matching refs:signature
61 ASN1_OCTET_STRING *signature;
69 ASN1_SIMPLE(BootSignature, signature, ASN1_OCTET_STRING)
88 * based on the boot image header. The signature will start after the
128 * @param offset Offset from the beginning of file to the signature
159 * Validates the format of the boot signature block, and checks that
162 * @param bs The boot signature block to validate
163 * @param length The actual length of the boot image without the signature
187 printf("Unsupported signature version\n");
202 printf("Image length doesn't match signature attributes\n");
219 * @param length Length of the boot image without the signature block
309 * Verifies the RSA signature against the pubkey (certificate) in the
312 * @param length Length of the boot image without the signature block
313 * @param bs The boot signature block
345 bs->signature->data, bs->signature->length, rsa_bs)) {
362 bs->signature->data, bs->signature->length, rsa_pkey)) {
391 * Given the file name of a signed boot image, verifies the signature