/aosp_15_r20/system/keymaster/tests/ |
H A D | authorization_set_test.cpp | 30 Authorization(TAG_PURPOSE, KM_PURPOSE_SIGN), in TEST() 31 Authorization(TAG_PURPOSE, KM_PURPOSE_VERIFY), in TEST() 32 Authorization(TAG_ALGORITHM, KM_ALGORITHM_RSA), in TEST() 33 Authorization(TAG_USER_ID, 7), in TEST() 34 Authorization(TAG_USER_AUTH_TYPE, HW_AUTH_PASSWORD), in TEST() 35 Authorization(TAG_APPLICATION_ID, "my_app", 6), in TEST() 36 Authorization(TAG_KEY_SIZE, 256), in TEST() 37 Authorization(TAG_AUTH_TIMEOUT, 300), in TEST() 45 Authorization(TAG_PURPOSE, KM_PURPOSE_SIGN), in TEST() 46 Authorization(TAG_PURPOSE, KM_PURPOSE_VERIFY), in TEST() [all …]
|
H A D | keymaster_enforcement_test.cpp | 81 sign_param = Authorization(TAG_PURPOSE, KM_PURPOSE_SIGN); in KeymasterBaseTest() 110 Authorization(TAG_ALGORITHM, KM_ALGORITHM_RSA), in TEST_F() 111 Authorization(TAG_PURPOSE, KM_PURPOSE_SIGN), in TEST_F() 112 Authorization(TAG_NO_AUTH_REQUIRED), in TEST_F() 113 Authorization(TAG_ACTIVE_DATETIME, future_time), in TEST_F() 128 Authorization(TAG_PURPOSE, KM_PURPOSE_SIGN), in TEST_F() 129 Authorization(TAG_ACTIVE_DATETIME, past_time), in TEST_F() 141 Authorization(TAG_ALGORITHM, KM_ALGORITHM_RSA), in TEST_F() 142 Authorization(TAG_PURPOSE, KM_PURPOSE_SIGN), in TEST_F() 143 Authorization(TAG_ORIGINATION_EXPIRE_DATETIME, past_time), in TEST_F() [all …]
|
H A D | attestation_record_test.cpp | 95 .Authorization(TAG_OS_VERSION, 60000) in TEST() 96 .Authorization(TAG_OS_PATCHLEVEL, 201512)); in TEST() 99 .Authorization(TAG_ACTIVE_DATETIME, 10) in TEST() 100 .Authorization(TAG_CREATION_DATETIME, 10) in TEST() 101 .Authorization(TAG_APPLICATION_ID, fake_app_id, strlen(fake_app_id)) in TEST() 102 .Authorization(TAG_APPLICATION_DATA, fake_app_data, strlen(fake_app_data))); in TEST() 108 .Authorization(TAG_INCLUDE_UNIQUE_ID) in TEST() 109 .Authorization(TAG_ATTESTATION_CHALLENGE, fake_challenge, strlen(fake_challenge)) in TEST() 110 .Authorization(TAG_ATTESTATION_APPLICATION_ID, fake_attest_app_id, in TEST() 187 .Authorization(TAG_OS_VERSION, 60000) in TEST() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-binary-authorization/ |
H A D | CHANGELOG.md | 3 …ogle-cloud-java/compare/google-cloud-binary-authorization-v1.3.1-SNAPSHOT...google-cloud-binary-au… 24 …s/google-cloud-java/compare/google-cloud-binary-authorization-v1.2.8...google-cloud-binary-authori… 45 ## [1.2.8](https://github.com/googleapis/java-binary-authorization/compare/v1.2.7...v1.2.8) (2022-1… 50 * update protobuf to v3.21.7 ([7e92fc0](https://github.com/googleapis/java-binary-authorization/com… 55 …authorization/issues/1583)) ([#273](https://github.com/googleapis/java-binary-authorization/issues… 60 …ub.com/googleapis/java-binary-authorization/issues/296)) ([99775f2](https://github.com/googleapis/… 61 …ub.com/googleapis/java-binary-authorization/issues/276)) ([1640a69](https://github.com/googleapis/… 62 …ub.com/googleapis/java-binary-authorization/issues/280)) ([2e3f88a](https://github.com/googleapis/… 63 …ub.com/googleapis/java-binary-authorization/issues/281)) ([06784ed](https://github.com/googleapis/… 64 …ub.com/googleapis/java-binary-authorization/issues/303)) ([30f22c2](https://github.com/googleapis/… [all …]
|
H A D | pom.xml | 5 <artifactId>google-cloud-binary-authorization-parent</artifactId> 7 <version>1.16.0</version><!-- {x-version-update:google-cloud-binary-authorization:current} --> 8 <name>Google Binary Authorization Parent</name> 24 <site.installationModule>google-cloud-binary-authorization-parent</site.installationModule> 31 <artifactId>google-cloud-binary-authorization</artifactId> 32 … <version>1.16.0</version><!-- {x-version-update:google-cloud-binary-authorization:current} --> 36 <artifactId>proto-google-cloud-binary-authorization-v1</artifactId> 37 …<version>1.16.0</version><!-- {x-version-update:proto-google-cloud-binary-authorization-v1:current… 41 <artifactId>grpc-google-cloud-binary-authorization-v1</artifactId> 42 …<version>1.16.0</version><!-- {x-version-update:grpc-google-cloud-binary-authorization-v1:current}… [all …]
|
H A D | README.md | 1 # Google Binary Authorization Client for Java 3 Java idiomatic client for [Binary Authorization][product-docs]. 33 <artifactId>google-cloud-binary-authorization</artifactId> 39 <!-- {x-version-update-start:google-cloud-binary-authorization:released} --> 44 <artifactId>google-cloud-binary-authorization</artifactId> 52 implementation 'com.google.cloud:google-cloud-binary-authorization:1.16.0' 58 libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" % "1.16.0" 66 ## Authorization section in Google Binary Authorization Client for Java 68 …authorization scopes][auth-scopes] required for the desired Binary Authorization APIs, and the aut… 74 …le Cloud Platform Console][developer-console] project with the Binary Authorization [API enabled][… [all …]
|
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/vts/functional/ |
H A D | DeviceUniqueAttestationTest.cpp | 78 .Authorization(TAG_NO_AUTH_REQUIRED) in TEST_P() 82 .Authorization(TAG_INCLUDE_UNIQUE_ID) in TEST_P() 83 .Authorization(TAG_CREATION_DATETIME, 1619621648000) in TEST_P() 87 .Authorization(TAG_DEVICE_UNIQUE_ATTESTATION), in TEST_P() 111 .Authorization(TAG_NO_AUTH_REQUIRED) in TEST_P() 114 .Authorization(TAG_INCLUDE_UNIQUE_ID) in TEST_P() 115 .Authorization(TAG_CREATION_DATETIME, 1619621648000) in TEST_P() 119 .Authorization(TAG_DEVICE_UNIQUE_ATTESTATION), in TEST_P() 142 .Authorization(TAG_NO_AUTH_REQUIRED) in TEST_P() 146 .Authorization(TAG_INCLUDE_UNIQUE_ID) in TEST_P() [all …]
|
H A D | KeyMintTest.cpp | 697 builder.Authorization(TAG_MIN_MAC_LENGTH, 128); in TEST_P() 736 builder.Authorization(TAG_MIN_MAC_LENGTH, 128); in TEST_P() 751 .Authorization(TAG_ALGORITHM, Algorithm::AES) in TEST_P() 756 builder.Authorization(TAG_MIN_MAC_LENGTH, 128); in TEST_P() 777 .Authorization(TAG_NO_AUTH_REQUIRED) in TEST_P() 783 builder.Authorization(TAG_MIN_MAC_LENGTH, 128); in TEST_P() 792 params.Authorization(TAG_MAC_LENGTH, 128); in TEST_P() 853 .Authorization(TAG_MIN_MAC_LENGTH, min_mac_len) in TEST_P() 880 .Authorization(TAG_NO_AUTH_REQUIRED) in TEST_P() 924 .Authorization(TAG_NO_AUTH_REQUIRED) in TEST_P() [all …]
|
H A D | AttestKeyTest.cpp | 86 .Authorization(TAG_NO_AUTH_REQUIRED) in TEST_P() 120 .Authorization(TAG_NO_AUTH_REQUIRED) in TEST_P() 153 .Authorization(TAG_NO_AUTH_REQUIRED) in TEST_P() 156 .Authorization(TAG_CREATION_DATETIME, timestamp) in TEST_P() 250 .Authorization(TAG_CERTIFICATE_SERIAL, serial_blob) in TEST_P() 251 .Authorization(TAG_CERTIFICATE_SUBJECT, subject_der) in TEST_P() 252 .Authorization(TAG_NO_AUTH_REQUIRED) in TEST_P() 293 .Authorization(TAG_NO_AUTH_REQUIRED) in TEST_P() 296 .Authorization(TAG_CERTIFICATE_SERIAL, serial_blob2) in TEST_P() 297 .Authorization(TAG_CERTIFICATE_SUBJECT, subject_der2) in TEST_P() [all …]
|
/aosp_15_r20/hardware/interfaces/keymaster/4.1/vts/functional/ |
H A D | DeviceUniqueAttestationTest.cpp | 144 // Attestations don't contain everything in key authorization lists, so we need to filter in tag_in_list() 172 // Sort all of the authorization lists, so that equality matching works. in check_attestation_record() 225 .Authorization(TAG_NO_AUTH_REQUIRED) in TEST_P() 229 .Authorization(TAG_INCLUDE_UNIQUE_ID)))); in TEST_P() 235 .Authorization(TAG_DEVICE_UNIQUE_ATTESTATION) in TEST_P() 236 .Authorization(TAG_ATTESTATION_CHALLENGE, HidlBuf("challenge")) in TEST_P() 237 .Authorization(TAG_ATTESTATION_APPLICATION_ID, HidlBuf("foo")), in TEST_P() 242 .Authorization(TAG_NO_AUTH_REQUIRED) in TEST_P() 245 .Authorization(TAG_INCLUDE_UNIQUE_ID)))); in TEST_P() 250 .Authorization(TAG_DEVICE_UNIQUE_ATTESTATION) in TEST_P() [all …]
|
/aosp_15_r20/hardware/interfaces/keymaster/4.0/vts/functional/ |
H A D | keymaster_hidl_hal_test.cpp | 113 tags->Authorization(ttag, reinterpret_cast<const uint8_t*>(value), in add_tag_from_prop() 336 // Attestations don't contain everything in key authorization lists, so we need to filter in tag_in_list() 484 // the authorization list during key generation) isn't being attested to in the certificate. in verify_attestation_record() 683 .Authorization(TAG_ALGORITHM, Algorithm::RSA) in TEST_P() 684 .Authorization(TAG_RSA_PUBLIC_EXPONENT, 3U) in TEST_P() 729 .Authorization(TAG_ALGORITHM, Algorithm::EC) in TEST_P() 765 .Authorization(TAG_EC_CURVE, EcCurve::P_256) in TEST_P() 820 GenerateKey(AuthorizationSetBuilder().HmacKey(key_size).Digest(digest).Authorization( in TEST_P() 860 .Authorization(TAG_MIN_MAC_LENGTH, 256))) in TEST_P() 867 .Authorization(TAG_MIN_MAC_LENGTH, 256))) in TEST_P() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-gsuite-addons/proto-google-cloud-gsuite-addons-v1/src/main/java/com/google/cloud/gsuiteaddons/v1/ |
H A D | Authorization.java | 25 * The authorization information used when invoking deployment endpoints. 28 * Protobuf type {@code google.cloud.gsuiteaddons.v1.Authorization} 30 public final class Authorization extends com.google.protobuf.GeneratedMessageV3 class 32 // @@protoc_insertion_point(message_implements:google.cloud.gsuiteaddons.v1.Authorization) 35 // Use Authorization.newBuilder() to construct. 36 private Authorization(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Authorization() method in Authorization 40 private Authorization() { in Authorization() method in Authorization 49 return new Authorization(); in newInstance() 68 com.google.cloud.gsuiteaddons.v1.Authorization.class, in internalGetFieldAccessorTable() 69 com.google.cloud.gsuiteaddons.v1.Authorization.Builder.class); in internalGetFieldAccessorTable() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-distributedcloudedge/proto-google-cloud-distributedcloudedge-v1/src/main/java/com/google/cloud/edgecontainer/v1/ |
H A D | Authorization.java | 28 * Protobuf type {@code google.cloud.edgecontainer.v1.Authorization} 30 public final class Authorization extends com.google.protobuf.GeneratedMessageV3 class 32 // @@protoc_insertion_point(message_implements:google.cloud.edgecontainer.v1.Authorization) 35 // Use Authorization.newBuilder() to construct. 36 private Authorization(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Authorization() method in Authorization 40 private Authorization() {} in Authorization() method in Authorization 45 return new Authorization(); in newInstance() 64 com.google.cloud.edgecontainer.v1.Authorization.class, in internalGetFieldAccessorTable() 65 com.google.cloud.edgecontainer.v1.Authorization.Builder.class); in internalGetFieldAccessorTable() 169 if (!(obj instanceof com.google.cloud.edgecontainer.v1.Authorization)) { in equals() [all …]
|
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
H A D | AuthenticationHelperImpl.java | 190 // Remove all authorization headers from the request (we'll re-add them in handleChallenge() 229 AuthorizationHeader authorization = null; in handleChallenge() local 236 authorization = this.getAuthorization(reoriginatedRequest in handleChallenge() 250 authorization = this.getAuthorization(reoriginatedRequest in handleChallenge() 257 "Created authorization header: " + authorization.toString()); in handleChallenge() 261 authorization, cacheTime); in handleChallenge() 263 reoriginatedRequest.addHeader(authorization); in handleChallenge() 268 "Returning authorization transaction." + retryTran); in handleChallenge() 312 AuthorizationHeader authorization = null; in getAuthorization() local 315 authorization = headerFactory.createProxyAuthorizationHeader(authHeader in getAuthorization() [all …]
|
/aosp_15_r20/hardware/interfaces/keymaster/3.0/vts/functional/ |
H A D | keymaster_hidl_hal_test.cpp | 357 // Attestations don't contain everything in key authorization lists, so we need to filter in tag_in_list() 452 AuthorizationSet UserAuths() { return AuthorizationSetBuilder().Authorization(TAG_USER_ID, 7); } in UserAuths() 761 AuthorizationSetBuilder().Digest(digest).Authorization(TAG_MAC_LENGTH, mac_length)); in MacMessage() 769 .Authorization(TAG_NO_AUTH_REQUIRED) in CheckHmacTestVector() 771 .Authorization(TAG_MIN_MAC_LENGTH, expected_mac.size() * 8) in CheckHmacTestVector() 783 .Authorization(TAG_NO_AUTH_REQUIRED) in CheckAesCtrTestVector() 786 .Authorization(TAG_CALLER_NONCE) in CheckAesCtrTestVector() 791 .Authorization(TAG_NONCE, nonce.data(), nonce.size()) in CheckAesCtrTestVector() 1133 .Authorization(TAG_ALGORITHM, Algorithm::RSA) in TEST_P() 1134 .Authorization(TAG_RSA_PUBLIC_EXPONENT, 3) in TEST_P() [all …]
|
H A D | authorization_set.h | 80 * Clear existing authorization set data 210 * In this case "val" is omitted. This condition is checked at compile time by Authorization() 213 push_back(Authorization(tag, std::forward<Value>(val)...)); in push_back() 244 AuthorizationSetBuilder& Authorization(TagType ttag, ValueType&&... value) { in Authorization() function 250 AuthorizationSetBuilder& Authorization(TypedTag<TagType::BYTES, tag> ttag, const uint8_t* data, in Authorization() function 259 AuthorizationSetBuilder& Authorization(TypedTag<TagType::BYTES, tag> ttag, const char* data, in Authorization() function 261 return Authorization(ttag, reinterpret_cast<const uint8_t*>(data), data_length); in Authorization() 265 AuthorizationSetBuilder& Authorization(TypedTag<TagType::BYTES, tag> ttag, char* data, in Authorization() function 267 return Authorization(ttag, reinterpret_cast<const uint8_t*>(data), data_length); in Authorization() 321 Authorization(TAG_ALGORITHM, Algorithm::RSA); in RsaKey() [all …]
|
/aosp_15_r20/hardware/interfaces/security/keymint/support/fuzzer/ |
H A D | keymint_common.h | 92 .Authorization(TAG_NO_AUTH_REQUIRED) in createAuthSetForAttestKey() 100 .Authorization(TAG_CREATION_DATETIME, timestamp) in createAuthSetForAttestKey() 101 .Authorization(TAG_INCLUDE_UNIQUE_ID) in createAuthSetForAttestKey() 102 .Authorization(TAG_PURPOSE, KeyPurpose::ATTEST_KEY); in createAuthSetForAttestKey() 107 .Authorization(TAG_NO_AUTH_REQUIRED) in createAuthSetForAttestKey() 114 .Authorization(TAG_CREATION_DATETIME, timestamp) in createAuthSetForAttestKey() 115 .Authorization(TAG_INCLUDE_UNIQUE_ID) in createAuthSetForAttestKey() 116 .Authorization(TAG_PURPOSE, KeyPurpose::ATTEST_KEY); in createAuthSetForAttestKey() 135 .Authorization(TAG_NO_AUTH_REQUIRED) in createAuthorizationSet() 143 .Authorization(TAG_CREATION_DATETIME, timestamp) in createAuthorizationSet() [all …]
|
/aosp_15_r20/hardware/interfaces/keymaster/4.0/support/fuzzer/ |
H A D | keymaster4_common.h | 69 .Authorization(TAG_NO_AUTH_REQUIRED) in createAuthorizationSet() 73 .Authorization(TAG_INCLUDE_UNIQUE_ID); in createAuthorizationSet() 79 .Authorization(TAG_NO_AUTH_REQUIRED) in createAuthorizationSet() 83 .Authorization(TAG_INCLUDE_UNIQUE_ID); in createAuthorizationSet() 89 .Authorization(TAG_NO_AUTH_REQUIRED) in createAuthorizationSet() 92 .Authorization(TAG_INCLUDE_UNIQUE_ID); in createAuthorizationSet() 97 .Authorization(TAG_NO_AUTH_REQUIRED) in createAuthorizationSet() 100 .Authorization(TAG_INCLUDE_UNIQUE_ID); in createAuthorizationSet() 106 .Authorization(TAG_NO_AUTH_REQUIRED) in createAuthorizationSet() 110 .Authorization(TAG_INCLUDE_UNIQUE_ID); in createAuthorizationSet() [all …]
|
/aosp_15_r20/external/grpc-grpc-java/auth/src/test/java/io/grpc/auth/ |
H A D | GoogleAuthLibraryCallCredentialsTest.java | 85 private static final Metadata.Key<String> AUTHORIZATION = Metadata.Key.of("Authorization", field in GoogleAuthLibraryCallCredentialsTest 88 "Extra-Authorization-bin", Metadata.BINARY_BYTE_MARSHALLER); 154 values.put("Authorization", "token1"); in copyCredentialsToHeaders() 155 values.put("Authorization", "token2"); in copyCredentialsToHeaders() 156 values.put("Extra-Authorization-bin", "dG9rZW4z"); // bytes "token3" in base64 in copyCredentialsToHeaders() 157 values.put("Extra-Authorization-bin", "dG9rZW40"); // bytes "token4" in base64 in copyCredentialsToHeaders() 167 Iterable<String> authorization = headers.getAll(AUTHORIZATION); in copyCredentialsToHeaders() local 169 Iterables.toArray(authorization, String.class)); in copyCredentialsToHeaders() 179 values.put("Extra-Authorization-bin", "dG9rZW4z1"); // invalid base64 in invalidBase64() 229 values.put("Authorization", "token1"); in credentialsReturnNullMetadata() [all …]
|
/aosp_15_r20/hardware/interfaces/security/keymint/support/ |
H A D | authorization_set.cpp | 118 Authorization(TAG_ALGORITHM, Algorithm::RSA); in RsaKey() 119 Authorization(TAG_KEY_SIZE, key_size); in RsaKey() 120 Authorization(TAG_RSA_PUBLIC_EXPONENT, public_exponent); in RsaKey() 125 Authorization(TAG_ALGORITHM, Algorithm::EC); in EcdsaKey() 126 Authorization(TAG_KEY_SIZE, key_size); in EcdsaKey() 131 Authorization(TAG_ALGORITHM, Algorithm::EC); in EcdsaKey() 132 Authorization(TAG_EC_CURVE, curve); in EcdsaKey() 137 Authorization(TAG_ALGORITHM, Algorithm::AES); in AesKey() 138 return Authorization(TAG_KEY_SIZE, key_size); in AesKey() 142 Authorization(TAG_ALGORITHM, Algorithm::TRIPLE_DES); in TripleDesKey() [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/ |
D | oauth-installed.md | 10 … manages the OAuth 2.0 flow both for authentication and for obtaining authorization to Google APIs… 20 …authorization code to your application, either in the title bar of the browser or in the query str… 28 - The authorization code can be returned to your application in the title bar of the browser or in … 49 …http://localhost`. The value your application uses determines how the authorization code is return… 53 …Authorization Server that the authorization code should be returned as a query string parameter to… 59 This value signals to the Google Authorization Server that the authorization code should be returne… 61 …authorization code. It is then up to your application to close the browser window if you want to e… 68 …at the OAuth 2.0 server generates won't instruct the user to copy the authorization code, but inst… 70 …(by checking window titles on the desktop, for example) to obtain the authorization code, but can'… 84 …the client object to perform OAuth 2.0 operations, such as generating authorization request URIs a… [all …]
|
/aosp_15_r20/system/keymaster/include/keymaster/ |
H A D | authorization_set.h | 117 * Clear existing authorization set data 388 return push_back(Authorization(tag, val)); in push_back() 395 return push_back(Authorization(tag)); in push_back() 427 return push_back(Authorization(tag, val)); in push_back() 432 return push_back(Authorization(tag, bytes, bytes_len)); in push_back() 483 AuthorizationSetBuilder& Authorization(TagType tag, ValueType value) { in Authorization() function 489 AuthorizationSetBuilder& Authorization(TypedTag<KM_BOOL, Tag> tag) { in Authorization() function 495 AuthorizationSetBuilder& Authorization(TypedTag<KM_INVALID, Tag> tag) { in Authorization() function 503 AuthorizationSetBuilder& Authorization(TypedTag<KM_BYTES, Tag> tag, const uint8_t* data, in Authorization() function 510 AuthorizationSetBuilder& Authorization(TypedTag<KM_BYTES, Tag> tag, const char* data, in Authorization() function [all …]
|
/aosp_15_r20/device/google/cuttlefish/host/libs/web/http_client/unittest/ |
D | http_client_util_test.cc | 24 EXPECT_EQ(ScrubSecrets("Authorization: Bearer 123456"), in TEST() 25 "Authorization: Bearer 123456..."); in TEST() 26 EXPECT_EQ(ScrubSecrets("Authorization: Bearer 1234567890"), in TEST() 27 "Authorization: Bearer 123456..."); in TEST() 28 EXPECT_EQ(ScrubSecrets("Authorization: Basic 1234567890"), in TEST() 29 "Authorization: Basic 123456..."); in TEST() 32 EXPECT_EQ(ScrubSecrets("Authorization: Bearer 1234567890\nnext_line"), in TEST() 33 "Authorization: Bearer 123456...\nnext_line"); in TEST() 34 EXPECT_EQ(ScrubSecrets("Authorization: Bearer 1234567890 \nnext_line"), in TEST() 35 "Authorization: Bearer 123456... \nnext_line"); in TEST() [all …]
|
/aosp_15_r20/external/libcups/scheduler/ |
H A D | auth.c | 2 * Authorization routines for the CUPS scheduler. 87 * 'cupsdAddIPMask()' - Add an IP address authorization mask. 119 * 'cupsdAddLocation()' - Add a location for authorization. 170 * 'cupsdAddNameMask()' - Add a host or interface name authorization mask. 244 * 'cupsdAuthorize()' - Validate any authorization credentials. 251 const char *authorization; /* Pointer into Authorization string */ in cupsdAuthorize() local 281 * Decode the Authorization string... in cupsdAuthorize() 284 authorization = httpGetField(con->http, HTTP_FIELD_AUTHORIZATION); in cupsdAuthorize() 301 if (!*authorization) in cupsdAuthorize() 304 * No authorization data provided, return early... in cupsdAuthorize() [all …]
|
/aosp_15_r20/out/soong/.intermediates/system/security/keystore2/aidl/android.security.authorization-ndk-source/gen/include/aidl/android/security/authorization/ |
D | ResponseCode.h | 3 …authorization-ndk-source/gen/staging/android/security/authorization/ResponseCode.cpp.d -h out/soon… 25 namespace authorization { 36 } // namespace authorization 43 namespace authorization { 64 } // namespace authorization 73 …td::array<aidl::android::security::authorization::ResponseCode, 7> enum_values<aidl::android::secu… 74 aidl::android::security::authorization::ResponseCode::NO_AUTH_TOKEN_FOUND, 75 aidl::android::security::authorization::ResponseCode::AUTH_TOKEN_EXPIRED, 76 aidl::android::security::authorization::ResponseCode::SYSTEM_ERROR, 77 aidl::android::security::authorization::ResponseCode::PERMISSION_DENIED, [all …]
|