Lines Matching refs:Authorization

687                     .Authorization(::keymaster::TAG_CERTIFICATE_NOT_BEFORE, activeTimeMilliSeconds)  in createAttestation()
688 .Authorization(::keymaster::TAG_CERTIFICATE_NOT_AFTER, expireTimeMilliSeconds) in createAttestation()
689 .Authorization(::keymaster::TAG_ATTESTATION_CHALLENGE, challenge.data(), in createAttestation()
691 .Authorization(::keymaster::TAG_ACTIVE_DATETIME, activeTimeMilliSeconds) in createAttestation()
699 .Authorization(::keymaster::TAG_ATTESTATION_APPLICATION_ID, in createAttestation()
701 .Authorization(::keymaster::TAG_CERTIFICATE_SUBJECT, subject.data(), in createAttestation()
703 .Authorization(::keymaster::TAG_USAGE_EXPIRE_DATETIME, expireTimeMilliSeconds)); in createAttestation()
707 ::keymaster::AuthorizationSet swEnforced(::keymaster::AuthorizationSetBuilder().Authorization( in createAttestation()
712 .Authorization(::keymaster::TAG_PURPOSE, KM_PURPOSE_SIGN) in createAttestation()
713 .Authorization(::keymaster::TAG_KEY_SIZE, 256) in createAttestation()
714 .Authorization(::keymaster::TAG_ALGORITHM, KM_ALGORITHM_EC) in createAttestation()
715 .Authorization(::keymaster::TAG_NO_AUTH_REQUIRED) in createAttestation()
716 .Authorization(::keymaster::TAG_DIGEST, KM_DIGEST_SHA_2_256) in createAttestation()
717 .Authorization(::keymaster::TAG_EC_CURVE, KM_EC_CURVE_P_256) in createAttestation()
718 .Authorization(::keymaster::TAG_OS_VERSION, 42) in createAttestation()
719 .Authorization(::keymaster::TAG_OS_PATCHLEVEL, 43); in createAttestation()
723 hwEnforcedBuilder.Authorization(::keymaster::TAG_IDENTITY_CREDENTIAL_KEY); in createAttestation()