/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/bcc/src/python/bcc/ |
D | table.py | 125 def Table(bpf, map_id, map_fd, keytype, leaftype, **kwargs): argument 133 t = HashTable(bpf, map_id, map_fd, keytype, leaftype) 135 t = Array(bpf, map_id, map_fd, keytype, leaftype) 137 t = ProgArray(bpf, map_id, map_fd, keytype, leaftype) 139 t = PerfEventArray(bpf, map_id, map_fd, keytype, leaftype) 141 t = PerCpuHash(bpf, map_id, map_fd, keytype, leaftype, **kwargs) 143 t = PerCpuArray(bpf, map_id, map_fd, keytype, leaftype, **kwargs) 145 t = LpmTrie(bpf, map_id, map_fd, keytype, leaftype) 147 t = StackTrace(bpf, map_id, map_fd, keytype, leaftype) 149 t = LruHash(bpf, map_id, map_fd, keytype, leaftype) [all …]
|
D | __init__.py | 461 def get_table(self, name, keytype=None, leaftype=None, reducer=None): argument 467 if not keytype: 471 keytype = BPF._decode_table_type(json.loads(key_desc)) 477 return Table(self, map_id, map_fd, keytype, leaftype, reducer=reducer)
|
/external/openssh/ |
D | hostfile.c | 343 struct sshkey *k, int keytype, const struct hostkey_entry **found) in check_hostkeys_by_key_or_type() argument 349 int proto = (k ? k->type : keytype) == KEY_RSA1 ? 1 : 2; in check_hostkeys_by_key_or_type() 362 if (hostkeys->entries[i].key->type != keytype) in check_hostkeys_by_key_or_type() 410 lookup_key_in_hostkeys_by_type(struct hostkeys *hostkeys, int keytype, in lookup_key_in_hostkeys_by_type() argument 413 return (check_hostkeys_by_key_or_type(hostkeys, NULL, keytype, in lookup_key_in_hostkeys_by_type() 705 lineinfo.keytype = KEY_UNSPEC; in hostkeys_foreach() 807 lineinfo.keytype = lineinfo.key->type; in hostkeys_foreach() 817 lineinfo.keytype = sshkey_type_from_name(ktype); in hostkeys_foreach() 823 if (lineinfo.keytype == KEY_UNSPEC && l < 8 && in hostkeys_foreach() 825 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 | 79 host-or-namelist keytype base64-encoded-key 81 …Where keytype is either M-bM-^@M-^\ecdsa-sha2-nistp256M-bM-^@M-^], M-bM-^@M-^\ecdsa-sha2-nistp384M…
|
D | ssh-keyscan.c | 395 conalloc(char *iname, char *oname, int keytype) in conalloc() argument 415 debug3("%s: oname %s kt %d", __func__, oname, keytype); in conalloc() 425 fdcon[s].c_keytype = keytype; in conalloc()
|
D | sshd.c | 1423 int keytype; local 1755 keytype = pubkey->type; 1757 keytype = key->type; 1766 switch (keytype) {
|
D | sshkey.c | 79 struct keytype { struct 87 static const struct keytype keytypes[] = { argument 125 const struct keytype *kt; in sshkey_type() 137 const struct keytype *kt; in sshkey_ssh_name_from_type_nid() 149 const struct keytype *kt; in sshkey_type_is_cert() 174 const struct keytype *kt; in sshkey_type_from_name() 188 const struct keytype *kt; in sshkey_ecdsa_nid_from_name() 204 const struct keytype *kt; in sshkey_alg_list() 231 const struct keytype *kt; in sshkey_names_valid2()
|
D | sshd.0 | 238 separated fields: options, keytype, base64-encoded key, comment. The 239 options field is optional. The keytype is M-bM-^@M-^\ecdsa-sha2-nistp256M-bM-^@M-^], 405 (optional), hostnames, keytype, base64-encoded key, comment. The fields 429 The keytype and base64-encoded key are taken directly from the host key;
|
/external/python/cpython2/Lib/bsddb/test/ |
D | test_associate.py | 139 keytype = '' variable in AssociateTestCase 158 if type(self.keytype) == type(''): 263 if type(self.keytype) == type(''): 333 keytype = 0 variable in AssociateRecnoTestCase 388 if type(self.keytype) == type(''): 412 keytype = 0 variable in ShelveAssociateRecnoTestCase 434 if type(self.keytype) == type(''): 453 keytype = 0 variable in ThreadedAssociateRecnoTestCase
|
D | test_join.py | 33 keytype = '' variable in JoinTestCase
|
/external/openssh/regress/ |
D | krl.sh | 59 keytype=$ECDSA 61 2 | 10 | 510 | 1001) keytype=rsa;; 62 4 | 30 | 520 | 1002) keytype=ed25519;; 64 $SSHKEYGEN -t $keytype -f $f -C "" -N "" > /dev/null \
|
D | Makefile | 65 keytype \ 75 limit-keytype \
|
/external/openssh/regress/unittests/hostkeys/ |
D | test_iterate.c | 91 expected->l.keytype : expected->no_parse_keytype; in check() 94 if (parse_key && (expected->l.keytype == KEY_RSA1 || in check() 102 if (expected->l.keytype == KEY_ECDSA || in check() 130 ASSERT_INT_EQ(l->keytype, expected_keytype); in check() 154 if (expected[i].l.keytype == KEY_RSA1) in prepare_expected() 158 if (expected[i].l.keytype == KEY_ECDSA) in prepare_expected()
|
/external/openssh/regress/unittests/kex/ |
D | test_kex.c | 81 do_kex_with_key(char *kex, int keytype, int bits) in do_kex_with_key() argument 91 ASSERT_INT_EQ(sshkey_generate(keytype, bits, &private), 0); in do_kex_with_key()
|
/external/boringssl/src/crypto/evp/ |
D | evp_ctx.c | 190 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, int cmd, in EVP_PKEY_CTX_ctrl() argument 196 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/scapy/scapy/layers/ |
D | x509.py | 705 keytype = pkt.fields["signatureAlgorithm"].algorithm.oidname 706 if "rsa" in keytype.lower(): 708 elif keytype == "ecPublicKey":
|
/external/curl/lib/vssh/ |
D | libssh2.c | 448 int keytype; in ssh_knownhost() local 451 &keylen, &keytype); in ssh_knownhost() 469 keybit = (keytype == LIBSSH2_HOSTKEY_TYPE_RSA)? in ssh_knownhost() 500 knownkey.keytype = (keytype == LIBSSH2_HOSTKEY_TYPE_RSA)? in ssh_knownhost() 508 foundkey.keytype = (keytype == LIBSSH2_HOSTKEY_TYPE_RSA)? in ssh_knownhost()
|
D | libssh.c | 378 foundkey.keytype = CURLKHTYPE_RSA; in myssh_is_known() 381 foundkey.keytype = CURLKHTYPE_RSA1; in myssh_is_known() 384 foundkey.keytype = CURLKHTYPE_ECDSA; in myssh_is_known() 388 foundkey.keytype = CURLKHTYPE_ED25519; in myssh_is_known() 392 foundkey.keytype = CURLKHTYPE_DSS; in myssh_is_known()
|
/external/cpuinfo/test/build.prop/ |
D | galaxy-a8-2018.log | 127 ro.security.keystore.keytype=sak
|
/external/u-boot/lib/crypto/ |
D | asymmetric_type.c | 481 keyres->keytype = &key_type_asymmetric; in asymmetric_restriction_alloc()
|