Searched refs:identities (Results 1 – 25 of 42) sorted by relevance
12
/external/openssh/ |
D | ssh-add.0 | 4 ssh-add M-bM-^@M-^S 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 and their corresponding certificates will be 57 -L Lists public key parameters of all identities currently 60 -l Lists fingerprints of all identities currently represented by the 67 Set a maximum lifetime when adding identities to an agent. The
|
D | ssh-agent.0 | 22 Multiple identities may be stored in ssh-agent concurrently and ssh(1) 61 Set a default value for the maximum lifetime of identities added 74 can thus use the privileges given by the identities anywhere in the
|
D | ssh_config.0 | 377 that enable them to authenticate using the identities loaded into 509 or a PKCS11Provider offers more identities. The argument to this 511 for situations where ssh-agent offers many different identities. 532 Additionally, any identities represented by the authentication 544 configuration files; all these identities will be tried in 546 of identities tried (this behaviour differs from that of other 550 select which identities in an agent are offered during
|
D | PROTOCOL.agent | 518 SSH2_AGENTC_REQUEST_IDENTITIES. The "request identities" requests are
|
D | ssh.0 | 48 that enable them to authenticate using the identities loaded into 145 (and multiple identities specified in configuration files). If
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | security.pyx.pxi | 43 identities = [] 49 identities.append(<bytes>(property.value)) 51 return identities if identities else None
|
/external/grpc-grpc-java/alts/src/main/proto/grpc/gcp/ |
D | handshaker.proto | 74 // (Optional) Describes which server identities are acceptable by the client. 75 // If target identities are provided and none of them matches the peer 105 // (Optional) A list of local identities supported by the server, if 115 // Handshake parameters (record protocols and local identities supported by 118 // identities. Since protobuf does not support enum as key to the map, the key
|
/external/grpc-grpc/test/core/tsi/alts/fake_handshaker/ |
D | handshaker.proto | 74 // (Optional) Describes which server identities are acceptable by the client. 75 // If target identities are provided and none of them matches the peer 105 // (Optional) A list of local identities supported by the server, if 115 // Handshake parameters (record protocols and local identities supported by 118 // identities. Since protobuf does not support enum as key to the map, the key
|
/external/grpc-grpc/src/core/tsi/alts/handshaker/proto/ |
D | handshaker.proto | 74 // (Optional) Describes which server identities are acceptable by the client. 75 // If target identities are provided and none of them matches the peer 105 // (Optional) A list of local identities supported by the server, if 115 // Handshake parameters (record protocols and local identities supported by 118 // identities. Since protobuf does not support enum as key to the map, the key
|
/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. 82 # Wildcard for all other identities
|
/external/boringssl/src/ssl/ |
D | t1_lib.cc | 1940 CBS identities, binders; in ssl_ext_pre_shared_key_parse_clienthello() local 1941 if (!CBS_get_u16_length_prefixed(contents, &identities) || in ssl_ext_pre_shared_key_parse_clienthello() 1942 !CBS_get_u16_length_prefixed(&identities, out_ticket) || in ssl_ext_pre_shared_key_parse_clienthello() 1943 !CBS_get_u32(&identities, out_obfuscated_ticket_age) || in ssl_ext_pre_shared_key_parse_clienthello() 1956 while (CBS_len(&identities) != 0) { in ssl_ext_pre_shared_key_parse_clienthello() 1959 if (!CBS_get_u16_length_prefixed(&identities, &unused_ticket) || in ssl_ext_pre_shared_key_parse_clienthello() 1960 !CBS_get_u32(&identities, &unused_obfuscated_ticket_age)) { in ssl_ext_pre_shared_key_parse_clienthello()
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | TypeMetadata.rst | 123 we can also statically determine the identities of the virtual functions 151 table entries take the identities of the original functions, so that addresses
|
D | CodeOfConduct.rst | 46 people of all backgrounds and identities. This includes, but is not limited
|
D | ReportingGuide.rst | 104 about the incident. If that's the case, the identities of anyone involved will
|
D | Passes.rst | 72 A basic alias analysis pass that implements identities (two different globals
|
/external/llvm/docs/ |
D | TypeMetadata.rst | 123 we can also statically determine the identities of the virtual functions 151 table entries take the identities of the original functions, so that addresses
|
D | CodeOfConduct.rst | 46 people of all backgrounds and identities. This includes, but is not limited
|
D | ReportingGuide.rst | 104 about the incident. If that's the case, the identities of anyone involved will
|
D | Passes.rst | 72 A basic alias analysis pass that implements identities (two different globals
|
/external/cros/system_api/dbus/cryptohome/ |
D | rpc.proto | 316 // List of identities and their identity features. 317 repeated Identity identities = 16; field
|
/external/ipsec-tools/ |
D | NEWS | 11 o Phase2 message identities are phase1 specific (Vista compatibility=
|
/external/skia/site/user/ |
D | build.md | 228 identities can be found by typing `security find-identity` on the command line. The name of the
|
/external/skqp/site/user/ |
D | build.md | 228 identities can be found by typing `security find-identity` on the command line. The name of the
|
/external/python/cpython2/Doc/reference/ |
D | expressions.rst | 971 x%y)``. These identities don't hold for floating point numbers; there similar 972 identities hold approximately where ``x/y`` is replaced by ``floor(x/y)`` or 1123 different identities results in inequality. A motivation for this default 1136 identities are always unequal, may be in contrast to what types will need that
|
/external/python/cpython3/Doc/reference/ |
D | expressions.rst | 1397 different identities results in inequality. A motivation for this default 1406 identities are always unequal, may be in contrast to what types will need that
|
12