HomeSort by relevance Sort by last modified time
    Searched refs:AuthPolicy (Results 1 - 5 of 5) sorted by null

  /external/apache-http/src/org/apache/http/client/params/
AuthPolicy.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/params/AuthPolicy.java $
40 public final class AuthPolicy {
42 private AuthPolicy() {
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Hierarchy.c 29 TPM2B_DIGEST AuthPolicy;
129 @param[in] AuthPolicy An authorization policy hash
140 IN TPM2B_DIGEST *AuthPolicy,
173 WriteUnaligned16 ((UINT16 *)Buffer, SwapBytes16(AuthPolicy->size));
175 CopyMem (Buffer, AuthPolicy->buffer, AuthPolicy->size);
176 Buffer += AuthPolicy->size;
  /external/apache-http/src/org/apache/http/impl/client/
DefaultHttpClient.java 43 import org.apache.http.client.params.AuthPolicy;
254 AuthPolicy.BASIC,
257 AuthPolicy.DIGEST,
  /external/autotest/client/common_lib/cros/
authpolicy.py 5 Wrapper for D-Bus calls ot the AuthPolicy daemon.
19 class AuthPolicy(object):
21 Wrapper for D-Bus calls ot the AuthPolicy daemon.
23 The AuthPolicy daemon handles Active Directory domain join, user
30 _LOG_FILE = '/var/log/authpolicy.log'
38 # Authpolicy daemon D-Bus parameters.
39 _DBUS_SERVICE_NAME = 'org.chromium.AuthPolicy'
40 _DBUS_SERVICE_PATH = '/org/chromium/AuthPolicy'
41 _DBUS_INTERFACE_NAME = 'org.chromium.AuthPolicy'
56 for authpolicy protobufs
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
Tpm2CommandLib.h 149 @param[in] AuthPolicy An authorization policy hash
160 IN TPM2B_DIGEST *AuthPolicy,
    [all...]

Completed in 253 milliseconds