Searched refs:AuthAttrs (Results 1 - 1 of 1) sorted by relevance

/system/extras/verity/
H A Dverify_boot_signature.c46 } AuthAttrs; typedef in typeref:struct:__anon1775
48 ASN1_SEQUENCE(AuthAttrs) = { variable
49 ASN1_SIMPLE(AuthAttrs, target, ASN1_PRINTABLE),
50 ASN1_SIMPLE(AuthAttrs, length, ASN1_INTEGER)
51 } ASN1_SEQUENCE_END(AuthAttrs)
53 IMPLEMENT_ASN1_FUNCTIONS(AuthAttrs)
59 AuthAttrs *authenticatedAttributes;
67 ASN1_SIMPLE(BootSignature, authenticatedAttributes, AuthAttrs),
219 * @param aa Pointer to AuthAttrs
222 static int hash_image(int fd, uint64_t length, const AuthAttrs *a
[all...]

Completed in 44 milliseconds