Home | History | Annotate | Download | only in verity

Lines Matching refs:AuthAttrs

46 } AuthAttrs;
48 ASN1_SEQUENCE(AuthAttrs) = {
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 *aa,
269 if ((bytes = i2d_AuthAttrs((AuthAttrs *) aa, NULL)) < 0) {
281 if (i2d_AuthAttrs((AuthAttrs *) aa, &p) < 0) {