Searched refs:identities (Results 1 – 15 of 15) sorted by relevance
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
D | IdentityScope2Test.java | 42 Hashtable identities; field in IdentityScope2Test.IdentityScopeSubclass 50 identities = new Hashtable(); in IdentityScopeSubclass() 55 identities = new Hashtable(); in IdentityScopeSubclass() 60 identities = new Hashtable(); in IdentityScopeSubclass() 66 identities = new Hashtable(); in IdentityScopeSubclass() 70 return identities.size(); in size() 74 Enumeration en = identities(); in getIdentity() 84 Enumeration en = identities(); in getIdentity() 93 public Enumeration identities() { in identities() method in IdentityScope2Test.IdentityScopeSubclass 94 return identities.elements(); in identities() [all …]
|
/external/openssh/ |
D | ssh-add.0 | 4 ssh-add - adds private key identities to the authentication agent 12 ssh-add adds private key identities to the authentication agent, 30 -c Indicates that added identities should be subject to confirmation 36 -D Deletes all identities from the agent. 38 -d Instead of adding identities, removes identities from the agent. 40 default identities will be removed. Otherwise, the argument list 48 -L Lists public key parameters of all identities currently 51 -l Lists fingerprints of all identities currently represented by the 58 Set a maximum lifetime when adding identities to an agent. The
|
D | authfd.c | 211 buffer_init(&auth->identities); in ssh_get_authentication_connection() 225 buffer_free(&auth->identities); in ssh_close_authentication_connection() 280 buffer_clear(&auth->identities); in ssh_get_num_identities() 281 if (ssh_request_reply(auth, &request, &auth->identities) == 0) { in ssh_get_num_identities() 288 type = buffer_get_char(&auth->identities); in ssh_get_num_identities() 296 auth->howmany = buffer_get_int(&auth->identities); in ssh_get_num_identities() 333 bits = buffer_get_int(&auth->identities); in ssh_get_next_identity() 334 buffer_get_bignum(&auth->identities, key->rsa->e); in ssh_get_next_identity() 335 buffer_get_bignum(&auth->identities, key->rsa->n); in ssh_get_next_identity() 336 *comment = buffer_get_string(&auth->identities, NULL); in ssh_get_next_identity() [all …]
|
D | ssh-agent.0 | 38 Set a default value for the maximum lifetime of identities added 53 then sends the identity to the agent. Several identities can be stored 54 in the agent; the agent can automatically use any of these identities. 55 ssh-add -l displays the identities currently held by the agent. 61 can thus use the privileges given by the identities anywhere in the
|
D | authfd.h | 65 Buffer identities; member
|
D | ssh_config.0 | 245 that enable them to authenticate using the identities loaded into 358 offers more identities. The argument to this keyword must be 360 ssh-agent offers many different identities. The default is 368 identities represented by the authentication agent will be used 379 configuration files; all these identities will be tried in 381 of identities tried (this behaviour differs from that of other
|
D | PROTOCOL.agent | 496 SSH2_AGENTC_REQUEST_IDENTITIES. The "request identities" requests are
|
D | ssh.0 | 48 that enable them to authenticate using the identities loaded into 143 possible to have multiple -i options (and multiple identities
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/ |
D | SystemScopeTest.java | 54 Enumeration e = ss.identities(); in setUp() 157 Enumeration e = ss.identities(); in testIdentities()
|
/external/wpa_supplicant_8/hostapd/ |
D | hostapd.eap_user | 33 # method is using known prefix in identities (e.g., EAP-SIM and EAP-AKA). This 34 # is only allowed for phase 1 identities. 73 # Wildcard for all other identities
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | ssl_client_certificate_selector.mm | 32 NSArray* identities, NSString* message) 34 identities_([identities retain]), 81 // The list of identities offered to the user.
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/ |
D | IdentityScopeStub.java | 111 public Enumeration identities() { in identities() method in IdentityScopeStub
|
/external/ipsec-tools/ |
D | NEWS | 11 o Phase2 message identities are phase1 specific (Vista compatibility=
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 2800 // Alternate cases for PKHBT where identities eliminate some nodes. 2828 // Alternate cases for PKHTB where identities eliminate some nodes. Note that
|
D | ARMInstrInfo.td | 3872 // Alternate cases for PKHBT where identities eliminate some nodes. 3888 // Alternate cases for PKHTB where identities eliminate some nodes. Note that
|