Home
last modified time | relevance | path

Searched refs:authenticatedAttributes (Results 1 – 1 of 1) sorted by relevance

/system/extras/verity/
Dverify_boot_signature.c60 AuthAttrs *authenticatedAttributes; member
68 ASN1_SIMPLE(BootSignature, authenticatedAttributes, AuthAttrs),
199 ASN1_INTEGER_to_BN(bs->authenticatedAttributes->length, &value); in validate_signature_block()
330 if (hash_image(fd, length, bs->authenticatedAttributes, digest) == -1) { in verify_signature()