HomeSort by relevance Sort by last modified time
    Searched defs:authorization (Results 1 - 25 of 33) sorted by null

1 2

  /external/tpm2/
FieldUpgradeStart_fp.h 13 TPMI_RH_PLATFORM authorization; member in struct:__anon40364
  /system/tpm/trunks/
password_authorization_delegate_test.cc 32 // This test checks the generation of an authorization structure by the
34 // to the expected authorization string.
44 std::string authorization; local
47 command_hash, false, false, &authorization);
49 EXPECT_EQ(authorization.length(), expected_auth.length());
50 EXPECT_EQ(expected_auth.compare(authorization), 0);
53 // This test looks at the delegate's ability to parse and check authorization
69 // authorization response.
hmac_authorization_delegate_test.cc 46 std::string dummy_auth = std::string("authorization");
129 std::string authorization; local
132 &authorization));
134 Parse_TPMS_AUTH_COMMAND(&authorization, &auth_command, nullptr));
152 &authorization));
154 Parse_TPMS_AUTH_COMMAND(&authorization, &auth_command, nullptr));
165 std::string authorization; local
167 &authorization));
171 &authorization, &auth_command, &auth_bytes));
191 std::string authorization; local
203 std::string authorization; local
    [all...]
tpm_generated_test.cc 108 StrictMock<MockAuthorizationDelegate> authorization; local
109 EXPECT_CALL(authorization, GetCommandAuthorization(_, _, _, _))
112 EXPECT_EQ(TPM_RC_SUCCESS, tpm.StartupSync(TPM_SU_CLEAR, &authorization));
131 StrictMock<MockAuthorizationDelegate> authorization; local
132 EXPECT_CALL(authorization, GetCommandAuthorization(_, _, _, _))
135 EXPECT_EQ(TPM_RC_FAILURE, tpm.StartupSync(TPM_SU_CLEAR, &authorization));
209 StrictMock<MockAuthorizationDelegate> authorization; local
210 EXPECT_CALL(authorization, GetCommandAuthorization(_, _, _, _))
212 EXPECT_CALL(authorization, CheckResponseAuthorization(_, auth_out))
214 EXPECT_CALL(authorization, EncryptCommandParameter(_)).WillOnce(Return(true))
342 StrictMock<MockAuthorizationDelegate> authorization; local
370 StrictMock<MockAuthorizationDelegate> authorization; local
426 StrictMock<MockAuthorizationDelegate> authorization; local
    [all...]
resource_manager.cc 266 // A password authorization can skip all this.
519 // Sessions exist, so we're expecting a valid authorization size value.
529 // Move out the parameter bytes, leaving only the authorization section.
532 // Parse as many authorization sessions as there are in the section.
552 TPM2B_DIGEST authorization; local
553 result = Parse_TPM2B_DIGEST(&buffer, &authorization, nullptr);
611 // Move out the parameter bytes, leaving only the authorization section.
614 // Parse as many authorization sessions as there are in the section.
tpm_utility_impl.cc 109 std::unique_ptr<AuthorizationDelegate> authorization(
112 TPM_RH_PLATFORM, NameFromHandle(TPM_RH_PLATFORM), authorization.get());
173 std::unique_ptr<AuthorizationDelegate> authorization(
175 result = DisablePlatformHierarchy(authorization.get());
251 // First we set the storage hierarchy authorization to the well know default
314 LOG(ERROR) << __func__ << ": Error changing owner authorization: "
490 << ": This method needs a valid authorization delegate: "
558 << ": This method needs a valid authorization delegate: "
705 << ": This method needs a valid authorization delegate: "
730 LOG(ERROR) << __func__ << ": Error changing object authorization data:
1179 TPM2B_AUTH authorization = Make_TPM2B_DIGEST(authorization_value); local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelperImpl.java 190 // Remove all authorization headers from the request (we'll re-add them
229 AuthorizationHeader authorization = null; local
236 authorization = this.getAuthorization(reoriginatedRequest
250 authorization = this.getAuthorization(reoriginatedRequest
257 "Created authorization header: " + authorization.toString());
261 authorization, cacheTime);
263 reoriginatedRequest.addHeader(authorization);
268 "Returning authorization transaction." + retryTran);
312 AuthorizationHeader authorization = null local
378 AuthorizationHeader authorization = null; local
    [all...]
  /system/tpm/tpm_manager/server/
tpm2_nvram_impl.cc 213 trunks::AuthorizationDelegate* authorization = nullptr; local
232 authorization = policy_session->GetDelegate();
235 authorization = trunks_session_->GetDelegate();
242 authorization = trunks_session_->GetDelegate();
244 // TPMA_NV_PPWRITE: Platform authorization is long gone.
249 authorization);
278 trunks::AuthorizationDelegate* authorization = nullptr; local
294 authorization = policy_session->GetDelegate();
297 authorization = trunks_session_->GetDelegate();
304 authorization = trunks_session_->GetDelegate()
344 trunks::AuthorizationDelegate* authorization = nullptr; local
385 trunks::AuthorizationDelegate* authorization = nullptr; local
    [all...]
  /external/webrtc/webrtc/base/
httpclient.cc 769 std::string authorization, auth_method; local
779 context, authorization, auth_method);
782 request().setHeader(HH_PROXY_AUTHORIZATION, authorization);
  /external/curl/lib/
http.c 257 * http_output_basic() sets up an Authorization: header (or the proxy version)
265 char *authorization = NULL; local
288 result = Curl_base64_encode(data, out, strlen(out), &authorization, &size);
292 if(!authorization) {
300 authorization);
301 free(authorization);
617 !Curl_checkProxyheaders(conn, "Proxy-authorization:")) ||
619 !Curl_checkheaders(conn, "Authorization:"))) {
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/
wagon-provider-api-1.0-alpha-6.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
wagon-provider-api-1.0-beta-6.jar 
maven-ant-tasks-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/
wagon-provider-api-1.0-beta-6.jar 
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPDialog.java 40 import gov.nist.javax.sip.header.Authorization;
2483 Authorization authorization = this.originalRequest.getAuthorization(); local
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler-proxy/4.1.6.Final/
netty-handler-proxy-4.1.6.Final.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-site-plugin/3.3/
maven-site-plugin-3.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.19.0/
google-http-client-1.19.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.22.0/
google-http-client-1.22.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-ant-tasks/2.1.3/
maven-ant-tasks-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-api-gateway/1.11.18/
aws-java-sdk-api-gateway-1.11.18.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 

Completed in 261 milliseconds

1 2