Searched refs:keytype (Results 1 – 12 of 12) sorted by relevance
/external/boringssl/src/crypto/evp/ |
D | asn1.c | 117 int keytype; in d2i_AutoPrivateKey() local 127 keytype = EVP_PKEY_DSA; in d2i_AutoPrivateKey() 129 keytype = EVP_PKEY_EC; in d2i_AutoPrivateKey() 148 keytype = EVP_PKEY_RSA; in d2i_AutoPrivateKey() 152 return d2i_PrivateKey(keytype, out, inp, len); in d2i_AutoPrivateKey()
|
D | evp_ctx.c | 207 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, int cmd, in EVP_PKEY_CTX_ctrl() argument 213 if (keytype != -1 && ctx->pmeth->pkey_id != keytype) { in EVP_PKEY_CTX_ctrl()
|
D | internal.h | 181 OPENSSL_EXPORT int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype,
|
/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() 700 lineinfo.keytype = KEY_UNSPEC; in hostkeys_foreach() 802 lineinfo.keytype = lineinfo.key->type; in hostkeys_foreach() 812 lineinfo.keytype = sshkey_type_from_name(ktype); in hostkeys_foreach() 818 if (lineinfo.keytype == KEY_UNSPEC && l < 8 && in hostkeys_foreach() 820 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 | 1463 int keytype; local 1788 keytype = pubkey->type; 1790 keytype = key->type; 1799 switch (keytype) { 1816 key ? "private" : "agent", i, keytype == KEY_RSA1 ?
|
D | ssh-keyscan.c | 349 conalloc(char *iname, char *oname, int keytype) in conalloc() argument 378 fdcon[s].c_keytype = keytype; in conalloc()
|
D | sshkey.c | 80 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 key_alg_list() 229 const struct keytype *kt; in sshkey_names_valid2()
|
D | sshd.0 | 275 Protocol 2 public key consist of: options, keytype, base64-encoded key, 281 For protocol version 2 the keytype is M-bM-^@M-^\ecdsa-sha2-nistp256M-bM-^@M-^],
|
D | ChangeLog | 5564 - (dtucker) [regress/keytype.sh] Actually test ecdsa key types. 5686 [regress/cert-userkey.sh regress/keytype.sh] 6014 - (dtucker) [regress/keytype.sh] Populate ECDSA key types to be tested by 7949 [regress/agent.sh regress/keytype.sh regress/cfgmatch.sh
|
/external/google-breakpad/src/third_party/curl/ |
D | curl.h | 522 } keytype; member
|