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

1 2

  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.h 55 const char *permanent, char *pseudonym);
57 int eap_sim_db_add_reauth(struct eap_sim_db_data *data, const char *permanent,
60 const char *permanent,
69 char *permanent; /* Permanent username */ member in struct:eap_sim_reauth
eap_sim_db.c 32 char *permanent; /* permanent username */ member in struct:eap_sim_pseudonym
94 " permanent CHAR(21) PRIMARY KEY,"
115 " permanent CHAR(21) PRIMARY KEY,"
177 const char *permanent, char *pseudonym)
182 if (!valid_db_string(permanent) || !valid_db_string(pseudonym)) {
188 "(permanent, pseudonym) VALUES ('%s', '%s');",
189 permanent, pseudonym);
208 if (os_strcmp(col[i], "permanent") == 0 && argv[i]) {
227 "SELECT permanent FROM pseudonyms WHERE pseudonym='%s';"
    [all...]
eap_server_aka.c 53 char permanent[20]; /* Permanent username */ member in struct:eap_aka_data
112 os_strlcpy(data->permanent, data->reauth->permanent,
113 sizeof(data->permanent));
155 const char *permanent; local
158 permanent = eap_sim_db_get_permanent(
160 if (permanent == NULL) {
163 "identity - request permanent identity");
167 os_strlcpy(data->permanent, permanent
749 const char *permanent; local
    [all...]
eap_server_sim.c 40 char permanent[20]; /* Permanent username */ member in struct:eap_sim_data
470 os_strlcpy(data->permanent, data->reauth->permanent,
471 sizeof(data->permanent));
479 const char *permanent; local
482 permanent = eap_sim_db_get_permanent(
485 if (permanent == NULL) {
487 "identity - request permanent identity");
491 os_strlcpy(data->permanent, permanent
    [all...]
  /external/chromium_org/crypto/
ec_private_key.h 47 // fails. The created key is permanent and is not exportable in plaintext
65 // This can return NULL if initialization fails. The created key is permanent
85 bool permanent,
127 // TODO(cmasone): consider replacing |permanent| and |sensitive| with a
130 bool permanent,
140 bool permanent,
ec_private_key_nss.cc 95 false /* not permanent */,
103 slot, true /* permanent */, true /* sensitive */);
120 false /* not permanent */,
136 true /* permanent */,
148 bool permanent,
203 permanent,
318 bool permanent,
350 permanent,
368 bool permanent,
390 permanent,
    [all...]
rsa_private_key_nss.cc 90 false /* not permanent */,
103 false /* not permanent */,
113 true /* permanent */,
123 true /* permanent */,
247 bool permanent,
261 permanent,
274 bool permanent,
289 slot, &der_private_key_info, NULL, NULL, permanent, sensitive,
rsa_private_key.h 185 // fails. The created key is permanent and is not exportable in plaintext
192 // The created key is permanent and is not exportable in plaintext form.
255 // TODO(cmasone): consider replacing |permanent| and |sensitive| with a
257 // Note: |permanent| is only supported when USE_NSS is defined.
260 bool permanent,
265 // Note: |permanent| is only supported when USE_NSS is defined.
269 bool permanent,
  /external/chromium_org/crypto/third_party/nss/
chromium-nss.h 67 PRBool permanent,
pk11akey.cc 54 PRBool permanent,
84 public_value, permanent, sensitive, CKK_EC,
  /frameworks/base/core/java/android/net/http/
LoggingEventHandler.java 53 public void locationChanged(String newLocation, boolean permanent) {
56 " permanent " + permanent);
  /external/chromium_org/net/base/
net_util_posix.cc 45 NetworkInterfaceInfo() : permanent(true) { }
47 bool permanent; // IPv6 has notion of temporary address. If the address is member in struct:net::__anon13659::NetworkInterfaceInfo
52 // This method will remove permanent IPv6 addresses if a temporary address
63 if (!i->permanent && i->interface.address.size() == kIPv6AddressSize) {
74 // If the address is IPv6 and it's permanent and there is temporary
76 if ((i->interface.address.size() == kIPv6AddressSize) && i->permanent &&
235 network_info.permanent = !(ifr.ifr_ifru.ifru_flags & IN6_IFF_TEMPORARY);
  /external/chromium_org/chrome/common/extensions/docs/server2/
render_servlet_test.py 28 Response.Redirect('/apps/storage', permanent=False),
34 Response.Redirect('/extensions/storage', permanent=True),
40 permanent=False),
44 permanent=False),
patch_servlet.py 114 redirect_url, permanent = response.GetRedirect()
117 permanent)
render_servlet.py 52 return Response.Redirect('/' + path, permanent=True)
96 return Response.Redirect(redirect, permanent=False)
101 return Response.Redirect('/' + redirect_path, permanent=False)
107 permanent=False)
servlet.py 92 def Redirect(url, permanent=False):
95 status = 301 if permanent else 302
appengine_wrappers.py 205 def redirect(self, path, permanent=False):
206 self.response.status = 301 if permanent else 302
  /external/valgrind/main/VEX/priv/
main_util.c 65 static HChar permanent[N_PERMANENT_BYTES] __attribute__((aligned(8))); variable
66 static HChar* permanent_first = &permanent[0];
67 static HChar* permanent_curr = &permanent[0];
68 static HChar* permanent_last = &permanent[N_PERMANENT_BYTES-1];
76 vassert(permanent_first == &permanent[0]);
77 vassert(permanent_last == &permanent[N_PERMANENT_BYTES-1]);
163 if (private_LibVEX_alloc_first == &permanent[0]) pool = "PERM";
172 "Increase N_{TEMPORARY,PERMANENT}_BYTES and recompile.");
  /frameworks/base/tests/CoreTests/android/core/
TestEventHandler.java 324 * @param permanent Indicator of whether this is a permanent change
326 public void locationChanged(String newLocation, boolean permanent) {
329 newLocation + " permanent " + permanent);
350 if (((expectPermanent == 0) && !permanent) ||
351 ((expectPermanent == 1) && permanent)){
354 expectDetails.append("Location permanent expected:"+
355 expectPermanent+" got"+permanent);
667 public void expectLocationChanged(String newLocation, boolean permanent) {
    [all...]
  /external/libselinux/include/selinux/
selinux.h 212 SELboolean * const boollist, int permanent);
  /external/qemu/distrib/libselinux/include/selinux/
selinux.h 212 SELboolean * const boollist, int permanent);
  /external/chromium_org/sandbox/win/src/
process_mitigations_test.cc 23 PBOOL permanent);
39 return policy.Enable && policy.Permanent;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
speech_rule_store.js 10 * (definition). A rule provider also acts as the permanent and authoritative
  /external/libselinux/src/
booleans.c 246 int permanent __attribute__((unused)))
  /external/qemu/distrib/libselinux/src/
booleans.c 246 int permanent __attribute__((unused)))

Completed in 781 milliseconds

1 2