/external/snakeyaml/src/test/java/org/yaml/snakeyaml/javabeans/ |
D | FrontDoor.java | 19 private String keytype; field in FrontDoor 30 return keytype; in getKeytype() 33 public void setKeytype(String keytype) { in setKeytype() argument 34 this.keytype = keytype; in setKeytype()
|
/external/autotest/site_utils/bootperf-bin/ |
D | perfprinter.py | 10 def PrintRawData(reader, dirlist, keytype, keylist): argument 23 keyset = results.KeySet(keytype) 39 def PrintStatisticsSummary(reader, dirlist, keytype, keylist): argument 50 if (keytype == resultset.TestResultSet.BOOTTIME_KEYSET or 51 keytype == resultset.TestResultSet.FIRMWARE_KEYSET): 62 keyset = results.KeySet(keytype)
|
D | resultset.py | 132 def KeySet(self, keytype): argument 138 return self._keysets[keytype]
|
/external/openssh/ |
D | hostfile.c | 344 struct sshkey *k, int keytype, const struct hostkey_entry **found) in check_hostkeys_by_key_or_type() argument 350 int proto = (k ? k->type : keytype) == KEY_RSA1 ? 1 : 2; in check_hostkeys_by_key_or_type() 363 if (hostkeys->entries[i].key->type != keytype) in check_hostkeys_by_key_or_type() 411 lookup_key_in_hostkeys_by_type(struct hostkeys *hostkeys, int keytype, in lookup_key_in_hostkeys_by_type() argument 414 return (check_hostkeys_by_key_or_type(hostkeys, NULL, keytype, in lookup_key_in_hostkeys_by_type() 701 lineinfo.keytype = KEY_UNSPEC; in hostkeys_foreach() 803 lineinfo.keytype = lineinfo.key->type; in hostkeys_foreach() 813 lineinfo.keytype = sshkey_type_from_name(ktype); in hostkeys_foreach() 819 if (lineinfo.keytype == KEY_UNSPEC && l < 8 && in hostkeys_foreach() 821 lineinfo.keytype = KEY_RSA1; in hostkeys_foreach() [all …]
|
D | hostfile.h | 92 int keytype; /* Type of key; KEY_UNSPEC for invalid/comment lines */ member
|
D | ssh-keyscan.0 | 77 host-or-namelist keytype base64-encoded-key 79 …Where keytype is either M-bM-^@M-^\ecdsa-sha2-nistp256M-bM-^@M-^], M-bM-^@M-^\ecdsa-sha2-nistp384M…
|
D | sshd.c | 1475 int keytype; local 1806 keytype = pubkey->type; 1808 keytype = key->type; 1817 switch (keytype) { 1834 key ? "private" : "agent", i, keytype == KEY_RSA1 ?
|
D | ssh-keyscan.c | 352 conalloc(char *iname, char *oname, int keytype) in conalloc() argument 381 fdcon[s].c_keytype = keytype; in conalloc()
|
D | sshkey.c | 80 struct keytype { struct 87 static const struct keytype keytypes[] = { argument 121 const struct keytype *kt; in sshkey_type() 133 const struct keytype *kt; in sshkey_ssh_name_from_type_nid() 145 const struct keytype *kt; in sshkey_type_is_cert() 170 const struct keytype *kt; in sshkey_type_from_name() 184 const struct keytype *kt; in sshkey_ecdsa_nid_from_name() 200 const struct keytype *kt; in key_alg_list() 225 const struct keytype *kt; in sshkey_names_valid2()
|
D | sshd.0 | 276 Protocol 2 public key consist of: options, keytype, base64-encoded key, 282 For protocol version 2 the keytype is M-bM-^@M-^\ecdsa-sha2-nistp256M-bM-^@M-^],
|
/external/boringssl/src/crypto/evp/ |
D | evp_ctx.c | 189 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, int cmd, in EVP_PKEY_CTX_ctrl() argument 195 if (keytype != -1 && ctx->pmeth->pkey_id != keytype) { in EVP_PKEY_CTX_ctrl()
|
D | internal.h | 147 OPENSSL_EXPORT int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype,
|
/external/curl/lib/ |
D | ssh.c | 531 int keytype; in ssh_knownhost() local 534 &keylen, &keytype); in ssh_knownhost() 552 keybit = (keytype == LIBSSH2_HOSTKEY_TYPE_RSA)? in ssh_knownhost() 583 knownkey.keytype = (keytype == LIBSSH2_HOSTKEY_TYPE_RSA)? in ssh_knownhost() 591 foundkey.keytype = (keytype == LIBSSH2_HOSTKEY_TYPE_RSA)? in ssh_knownhost()
|
/external/google-breakpad/src/third_party/curl/ |
D | curl.h | 522 } keytype; member
|
/external/curl/include/curl/ |
D | curl.h | 703 enum curl_khtype keytype; member
|
/external/curl/packages/OS400/ |
D | curl.inc.in | 1734 d keytype like(curl_khtype)
|