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

  /external/boringssl/src/crypto/evp/
asn1.c 117 int keytype; local
127 keytype = EVP_PKEY_DSA;
129 keytype = EVP_PKEY_EC;
148 keytype = EVP_PKEY_RSA;
152 return d2i_PrivateKey(keytype, out, inp, len);
evp_ctx.c 207 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, int cmd,
213 if (keytype != -1 && ctx->pmeth->pkey_id != keytype) {
internal.h 173 /* EVP_PKEY_CTX_ctrl performs |cmd| on |ctx|. The |keytype| and |optype|
175 * otherwise |keytype| must match the type of |ctx| and the bits of |optype|
181 OPENSSL_EXPORT int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype,
  /development/tools/
make_key 22 Usage: $0 <name> <subject> [<keytype>]
25 given <subject>. A keytype of "rsa" or "ec" is accepted.
  /external/openssh/
hostfile.h 92 int keytype; /* Type of key; KEY_UNSPEC for invalid/comment lines */ member in struct:hostkey_foreach_line
hostfile.c 329 * If looking for a keytype (key == NULL) and one is found then return
343 struct sshkey *k, int keytype, const struct hostkey_entry **found)
349 int proto = (k ? k->type : keytype) == KEY_RSA1 ? 1 : 2;
362 if (hostkeys->entries[i].key->type != keytype)
410 lookup_key_in_hostkeys_by_type(struct hostkeys *hostkeys, int keytype,
413 return (check_hostkeys_by_key_or_type(hostkeys, NULL, keytype,
700 lineinfo.keytype = KEY_UNSPEC;
802 lineinfo.keytype = lineinfo.key->type;
812 lineinfo.keytype = sshkey_type_from_name(ktype);
818 if (lineinfo.keytype == KEY_UNSPEC && l < 8 &
    [all...]
ssh-keyscan.c 349 conalloc(char *iname, char *oname, int keytype)
378 fdcon[s].c_keytype = keytype;
sshd.c 1463 int keytype; local
    [all...]
sshkey.c 80 struct keytype { struct
87 static const struct keytype keytypes[] = {
125 const struct keytype *kt;
137 const struct keytype *kt;
149 const struct keytype *kt;
174 const struct keytype *kt;
188 const struct keytype *kt;
204 const struct keytype *kt;
229 const struct keytype *kt;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_associate.py 123 keytype = '' variable in class:AssociateTestCase
142 if type(self.keytype) == type(''):
247 if type(self.keytype) == type(''):
316 keytype = 0 variable in class:AssociateRecnoTestCase
371 if type(self.keytype) == type(''):
395 keytype = 0 variable in class:ShelveAssociateRecnoTestCase
417 if type(self.keytype) == type(''):
436 keytype = 0 variable in class:ThreadedAssociateRecnoTestCase
test_join.py 33 keytype = '' variable in class:JoinTestCase
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_associate.py 123 keytype = '' variable in class:AssociateTestCase
142 if type(self.keytype) == type(''):
247 if type(self.keytype) == type(''):
316 keytype = 0 variable in class:AssociateRecnoTestCase
371 if type(self.keytype) == type(''):
395 keytype = 0 variable in class:ShelveAssociateRecnoTestCase
417 if type(self.keytype) == type(''):
436 keytype = 0 variable in class:ThreadedAssociateRecnoTestCase
test_join.py 33 keytype = '' variable in class:JoinTestCase
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.6/
printers.py 409 keytype = self.val.type.template_argument(0).const()
411 nodetype = gdb.lookup_type('std::_Rb_tree_node< std::pair< %s, %s > >' % (keytype, valuetype))
449 keytype = self.val.type.template_argument(0)
450 nodetype = gdb.lookup_type('std::_Rb_tree_node< %s >' % keytype).pointer()
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.6/
printers.py 409 keytype = self.val.type.template_argument(0).const()
411 nodetype = gdb.lookup_type('std::_Rb_tree_node< std::pair< %s, %s > >' % (keytype, valuetype))
449 keytype = self.val.type.template_argument(0)
450 nodetype = gdb.lookup_type('std::_Rb_tree_node< %s >' % keytype).pointer()
  /external/google-breakpad/src/third_party/curl/
curl.h 522 } keytype; member in struct:curl_khkey
    [all...]
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 3270 uint32_t keytype; local
    [all...]

Completed in 7073 milliseconds