HomeSort by relevance Sort by last modified time
    Searched refs:keytype (Results 1 - 25 of 25) sorted by null

  /external/dropbear/
dropbearkey.c 61 static void printpubkey(sign_key * key, int keytype);
97 int keytype = -1; local
168 keytype = DROPBEAR_SIGNKEY_RSA;
174 keytype = DROPBEAR_SIGNKEY_DSS;
179 if (keytype == -1) {
199 if (keytype == DROPBEAR_SIGNKEY_DSS) {
201 } else if (keytype == DROPBEAR_SIGNKEY_RSA) {
219 switch(keytype) {
237 buf_put_priv_key(buf, key, keytype);
244 printpubkey(key, keytype);
256 int keytype; local
    [all...]
dropbearconvert.c 114 char * keytype = NULL; local
126 keytype = "RSA";
131 keytype = "DSS";
135 fprintf(stderr, "Key is a %s key\n", keytype);
signkey.c 94 int keytype; local
100 keytype = signkey_type_from_name(ident, len);
103 if (*type != DROPBEAR_SIGNKEY_ANY && *type != keytype) {
107 *type = keytype;
113 if (keytype == DROPBEAR_SIGNKEY_DSS) {
123 if (keytype == DROPBEAR_SIGNKEY_RSA) {
146 int keytype; local
152 keytype = signkey_type_from_name(ident, len);
155 if (*type != DROPBEAR_SIGNKEY_ANY && *type != keytype) {
156 TRACE(("wrong key type: %d %d", *type, keytype))
    [all...]
cli-authpubkey.c 67 int keytype; local
73 keytype = signkey_type_from_name(algotype, algolen);
74 TRACE(("recv_msg_userauth_pk_ok: type %d", keytype))
85 if (keyitem->type != keytype) {
93 buf_put_pub_key(keybuf, keyitem->key, keytype);
121 send_msg_userauth_pubkey(keyitem->key, keytype, 1);
cli-runopts.c 299 int keytype; local
302 keytype = DROPBEAR_SIGNKEY_ANY;
303 if ( readhostkey(filename, key, &keytype) != DROPBEAR_SUCCESS ) {
313 nextkey->type = keytype;
keyimport.c 143 int keytype = -1; local
151 keytype = DROPBEAR_SIGNKEY_RSA;
156 keytype = DROPBEAR_SIGNKEY_DSS;
161 buf_put_priv_key(buf, key, keytype);
707 int keytype = -1; local
713 keytype = DROPBEAR_SIGNKEY_RSA;
718 keytype = DROPBEAR_SIGNKEY_DSS;
722 dropbear_assert(keytype != -1);
728 buf_put_priv_key(keyblob, key, keytype);
741 if (keytype == DROPBEAR_SIGNKEY_RSA)
    [all...]
  /external/openssl/crypto/asn1/
d2i_pr.c 135 int keytype; local
146 keytype = EVP_PKEY_DSA;
148 keytype = EVP_PKEY_EC;
167 else keytype = EVP_PKEY_RSA;
169 return d2i_PrivateKey(keytype, a, pp, length);
  /external/webkit/Source/WebCore/html/
HTMLKeygenElement.idl 38 attribute [Reflect] DOMString keytype;
  /external/openssh/
hostfile.c 364 * If looking for a keytype (key == NULL) and one is found then return
378 Key *k, int keytype, const struct hostkey_entry **found)
384 int proto = (k ? k->type : keytype) == KEY_RSA1 ? 1 : 2;
397 if (hostkeys->entries[i].key->type != keytype)
445 lookup_key_in_hostkeys_by_type(struct hostkeys *hostkeys, int keytype,
448 return (check_hostkeys_by_key_or_type(hostkeys, NULL, keytype,
ssh-keyscan.c 322 conalloc(char *iname, char *oname, int keytype)
351 fdcon[s].c_keytype = keytype;
  /hardware/samsung_slsi/exynos5/libkeymaster/
tlTeeKeymaster_Api.h 186 uint32_t keytype; /**< RSA key pair type. RSA or RSA CRT */ member in struct:__anon21229
tlcTeeKeymaster_if.h 122 uint32_t keytype; /**< Key type, e.g. RSA */ member in struct:__anon21243
139 * @param keyType [in] Key pair type. RSA or RSACRT
147 teeRsaKeyPairType_t keyType,
keymaster_mobicore.cpp 195 metadata.keytype = TEE_KEYPAIR_RSACRT;
207 metadata.keytype = TEE_KEYPAIR_RSA;
  /external/openssl/crypto/pkcs12/
p12_crt.c 81 int keytype)
138 bag = PKCS12_add_key(&bags, pkey, keytype, iter, nid_key, pass);
pkcs12.h 249 int mac_iter, int keytype);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
KnownHosts.java 801 * @param keyType either "ssh-rsa" or "ssh-dss"
805 static private byte[] rawFingerPrint(String type, String keyType, byte[] hostkey)
822 if ("ssh-rsa".equals(keyType))
825 else if ("ssh-dss".equals(keyType))
830 throw new IllegalArgumentException("Unknown key type " + keyType);
925 * @param keytype either "ssh-rsa" or "ssh-dss"
929 public static String createHexFingerprint(String keytype, byte[] publickey)
931 byte[] raw = rawFingerPrint("md5", keytype, publickey);
942 * @param keytype either "ssh-rsa" or "ssh-dss"
946 public static String createBubblebabbleFingerprint(String keytype, byte[] publickey
    [all...]
  /external/openssl/crypto/evp/
pmeth_lib.c 384 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype,
393 if ((keytype != -1) && (ctx->pmeth->pkey_id != keytype))
evp.h     [all...]
  /external/openssh/regress/
Makefile 56 keytype \
  /external/openssl/apps/
pkcs12.c 114 int keytype = 0; local
145 else if (!strcmp (*args, "-keyex")) keytype = KEY_EX;
146 else if (!strcmp (*args, "-keysig")) keytype = KEY_SIG;
584 key_pbe, cert_pbe, iter, -1, keytype);
  /external/openssl/include/openssl/
pkcs12.h 249 int mac_iter, int keytype);
evp.h     [all...]
  /external/openssl/ssl/
kssl.c     [all...]
s3_clnt.c 2776 int keytype; local
    [all...]
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 2313 uint32_t keytype; local
    [all...]

Completed in 393 milliseconds