HomeSort by relevance Sort by last modified time
    Searched refs:Authorization (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/nist-sip/java/gov/nist/javax/sip/header/
AuthorizationList.java 42 public class AuthorizationList extends SIPHeaderList<Authorization> {
60 super(Authorization.class, Authorization.NAME);
Authorization.java 36 * Authorization SIP header.
45 public class Authorization
56 public Authorization() {
NameMap.java 115 putNameMap(AUTHORIZATION, Authorization.class.getName()); //19
AuthenticationHeader.java 35 * Authorization header - removed quoting of string according to
122 if (((this instanceof Authorization) || (this instanceof ProxyAuthorization))
124 // NOP, QOP not quoted in authorization headers
  /system/keymaster/
authorization_set_test.cpp 36 Authorization(TAG_PURPOSE, KM_PURPOSE_SIGN),
37 Authorization(TAG_PURPOSE, KM_PURPOSE_VERIFY),
38 Authorization(TAG_ALGORITHM, KM_ALGORITHM_RSA),
39 Authorization(TAG_USER_ID, 7),
40 Authorization(TAG_USER_AUTH_ID, 8),
41 Authorization(TAG_APPLICATION_ID, "my_app", 6),
42 Authorization(TAG_KEY_SIZE, 256),
43 Authorization(TAG_AUTH_TIMEOUT, 300),
51 Authorization(TAG_PURPOSE, KM_PURPOSE_SIGN),
52 Authorization(TAG_PURPOSE, KM_PURPOSE_VERIFY)
    [all...]
google_keymaster_test.cpp 188 Authorization(TAG_PURPOSE, KM_PURPOSE_SIGN),
189 Authorization(TAG_PURPOSE, KM_PURPOSE_VERIFY),
190 Authorization(TAG_ALGORITHM, KM_ALGORITHM_RSA),
191 Authorization(TAG_KEY_SIZE, 256),
192 Authorization(TAG_USER_ID, 7),
193 Authorization(TAG_USER_AUTH_ID, 8),
194 Authorization(TAG_APPLICATION_ID, "app_id", 6),
195 Authorization(TAG_APPLICATION_DATA, "app_data", 8),
196 Authorization(TAG_AUTH_TIMEOUT, 300),
239 Authorization(TAG_PURPOSE, KM_PURPOSE_SIGN)
    [all...]
google_keymaster_messages_test.cpp 108 Authorization(TAG_PURPOSE, KM_PURPOSE_SIGN), Authorization(TAG_PURPOSE, KM_PURPOSE_VERIFY),
109 Authorization(TAG_ALGORITHM, KM_ALGORITHM_RSA), Authorization(TAG_USER_ID, 7),
110 Authorization(TAG_USER_AUTH_ID, 8), Authorization(TAG_APPLICATION_ID, "app_id", 6),
111 Authorization(TAG_AUTH_TIMEOUT, 300),
asymmetric_key.cpp 134 authorizations.push_back(Authorization(TAG_RSA_PUBLIC_EXPONENT, public_exponent));
138 authorizations.push_back(Authorization(TAG_KEY_SIZE, key_size));
266 auths->push_back(Authorization(tag, blob));
288 authorizations.push_back(Authorization(TAG_KEY_SIZE, key_size));
468 authorizations.push_back(Authorization(TAG_KEY_SIZE, key_size));
google_keymaster.cpp 407 AddAuthorization(Authorization(TAG_CREATION_DATETIME, java_time(time(NULL))), enforced,
409 AddAuthorization(Authorization(TAG_ORIGIN, origin), enforced, unenforced);
  /external/nist-sip/java/gov/nist/javax/sip/parser/
AuthorizationParser.java 32 * Parser for authorization headers.
45 * @param authorization Authorization message to parse
47 public AuthorizationParser(String authorization) {
48 super(authorization);
61 * @return SIPHeader (Authorization object)
67 headerName(TokenTypes.AUTHORIZATION);
68 Authorization auth = new Authorization();
  /external/chromium_org/chromeos/cryptohome/
homedir_methods.h 44 // Asks cryptohomed to attempt authorization for user identified by |id| using
47 const Authorization& auth,
57 const Authorization& auth,
69 const Authorization& auth,
81 const Authorization& auth,
89 const Authorization& auth,
mock_homedir_methods.h 30 const Authorization& key,
34 const Authorization& key,
39 const Authorization& auth,
45 const Authorization& auth,
50 const Authorization& auth,
cryptohome_parameters.h 36 // It contains authorization data along with extra parameters like permissions
119 // Authorization attempt data for user.
120 struct CHROMEOS_EXPORT Authorization {
121 Authorization(const std::string& key, const std::string& label);
122 explicit Authorization(const KeyDefinition& key);
124 bool operator==(const Authorization& other) const;
cryptohome_parameters.cc 160 Authorization::Authorization(const std::string& key, const std::string& label)
165 Authorization::Authorization(const KeyDefinition& key_def)
170 bool Authorization::operator==(const Authorization& other) const {
homedir_methods.cc 100 // Fill authorization protobuffer.
101 void FillAuthorizationProtobuf(const Authorization& auth,
199 const Authorization& auth,
218 const Authorization& auth,
247 const Authorization& auth,
270 const Authorization& auth,
291 const Authorization& auth,
  /system/keymaster/include/keymaster/
keymaster_tags.h 42 * very useful example is the overloaded "Authorization" function defined below, which takes tag and
201 // Overloaded function "Authorization" to create keymaster_key_param_t objects for all of tags.
205 inline keymaster_key_param_t Authorization(TypedTag<KM_BOOL, Tag> tag) {
210 inline keymaster_key_param_t Authorization(TypedTag<KM_INT, Tag> tag, uint32_t value) {
215 inline keymaster_key_param_t Authorization(TypedTag<KM_INT_REP, Tag> tag, uint32_t value) {
220 inline keymaster_key_param_t Authorization(TypedTag<KM_LONG, Tag> tag, uint64_t value) {
225 inline keymaster_key_param_t Authorization(TypedTag<KM_DATE, Tag> tag, uint64_t value) {
230 inline keymaster_key_param_t Authorization(TypedTag<KM_BYTES, Tag> tag, const void* bytes,
236 inline keymaster_key_param_t Authorization(TypedTag<KM_BYTES, Tag> tag,
242 inline keymaster_key_param_t Authorization(TypedTag<KM_BIGNUM, Tag> tag, const void* bytes
    [all...]
authorization_set.h 214 return push_back(Authorization(tag, val));
218 return push_back(Authorization(tag));
233 return push_back(Authorization(tag, val));
238 return push_back(Authorization(tag, bytes, bytes_len));
  /external/chromium_org/base/mac/
authorization_util.h 27 #include <Security/Authorization.h>
59 OSStatus ExecuteWithPrivilegesAndGetPID(AuthorizationRef authorization,
72 OSStatus ExecuteWithPrivilegesAndWait(AuthorizationRef authorization,
scoped_authorizationref.h 8 #include <Security/Authorization.h>
21 explicit ScopedAuthorizationRef(AuthorizationRef authorization = NULL)
22 : authorization_(authorization) {
31 void reset(AuthorizationRef authorization = NULL) {
32 if (authorization_ != authorization) {
36 authorization_ = authorization;
  /external/chromium_org/chromeos/login/auth/
extended_authenticator_impl.cc 90 cryptohome::Authorization auth(keys.front());
193 cryptohome::Authorization auth(key->GetSecret(), key->GetLabel());
215 cryptohome::Authorization auth(key->GetSecret(), key->GetLabel());
236 cryptohome::Authorization auth(auth_key->GetSecret(), auth_key->GetLabel());
260 cryptohome::Authorization auth(auth_key->GetSecret(), auth_key->GetLabel());
282 cryptohome::Authorization auth(auth_key->GetSecret(), auth_key->GetLabel());
  /external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
easy_unlock_remove_keys_operation.cc 54 cryptohome::Authorization auth(auth_key->GetSecret(), auth_key->GetLabel());
  /external/chromium_org/chrome/browser/mac/
keystone_registration.h 9 #include <Security/Authorization.h>
62 authorization:(AuthorizationRef)authorization;
  /external/nist-sip/java/gov/nist/javax/sip/message/
ListMap.java 95 headerListTable.put(Authorization.class, AuthorizationList.class);
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 117 } elsif ( $header =~ /^Authorization: basic (.+)$/ ) {
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.js 61 * Authorization token URL. For an example, 'hd', 'hl', 'btmpl':
193 * Generates the Authorization header based on the oauth parameters.
196 * @return {String} An Authorization header containing the oauth_* params.
238 * Authorization token URL. For an example, 'hd', 'hl', 'btmpl':
426 * Starts an OAuth authorization flow for the current page. If a token exists,
500 * secret for later use and sends the authorization url to the supplied

Completed in 5457 milliseconds

1 2 3