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

  /external/openssh/
ssh-ecdsa.c 123 char *ktype = NULL; local
136 if (sshbuf_get_cstring(b, &ktype, NULL) != 0 ||
141 if (strcmp(sshkey_ssh_name_plain(key), ktype) != 0) {
188 free(ktype);
ssh-ed25519.c 100 char *ktype = NULL; local
115 if ((r = sshbuf_get_cstring(b, &ktype, NULL)) != 0 ||
118 if (strcmp("ssh-ed25519", ktype) != 0) {
164 free(ktype);
ssh-dss.c 140 char *ktype = NULL; local
158 if (sshbuf_get_cstring(b, &ktype, NULL) != 0 ||
163 if (strcmp("ssh-dss", ktype) != 0) {
214 if (ktype != NULL)
215 free(ktype);
ssh-rsa.c 124 char *ktype = NULL; local
137 if (sshbuf_get_cstring(b, &ktype, NULL) != 0) {
141 if (strcmp("ssh-rsa", ktype) != 0) {
186 if (ktype != NULL)
187 free(ktype);
ssh_api.c 486 int ktype, r; local
503 if ((ktype = sshkey_type_from_name(alg)) == KEY_UNSPEC)
506 if (k->key->type == ktype ||
508 sshkey_type_plain(ktype))) {
hostfile.c 674 char line[8192], oline[8192], ktype[128]; local
808 if (l <= 1 || l >= sizeof(ktype) ||
811 memcpy(ktype, lineinfo.rawkey, l);
812 ktype[l] = '\0';
813 lineinfo.keytype = sshkey_type_from_name(ktype);
820 strspn(ktype, "0123456789") == l)
sshconnect2.c 108 int ktype; local
133 if ((ktype = sshkey_type_from_name(alg)) == KEY_UNSPEC)
136 sshkey_type_plain(ktype), NULL))
    [all...]
ssh-keygen.c 436 int r, rlen, ktype; local
470 ktype = KEY_DSA;
472 ktype = KEY_RSA;
478 if ((key = sshkey_new_private(ktype)) == NULL)
    [all...]
sshkey.c 1960 char *ktype = NULL, *curve = NULL; local
    [all...]
  /external/boringssl/src/crypto/evp/
print.c 252 const char *ktype = NULL; local
266 ktype = "DSA-Parameters";
268 ktype = "Private-Key";
270 ktype = "Public-Key";
287 BIO_printf(bp, "%s: (%d bit)\n", ktype, BN_num_bits(x->p)) <= 0) {
324 static int do_EC_KEY_print(BIO *bp, const EC_KEY *x, int off, int ktype) {
348 if (ktype > 0) {
373 if (ktype == 2) {
382 if (ktype > 0) {
389 if (ktype == 2)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiBackupRestore.java 651 final String ktype = typeStrings[i]; local
652 if (ktype.equals("NONE")) {
655 } else if (ktype.equals("WPA-PSK")) {
658 } else if (ktype.equals("WPA-EAP")) {
661 } else if (ktype.equals("IEEE8021X")) {
    [all...]
  /cts/hostsidetests/security/securityPatch/CVE-2016-8431/
local_poc.h 140 void *ktype; member in struct:kobject
  /cts/hostsidetests/security/securityPatch/CVE-2016-8432/
local_poc.h 140 void *ktype; member in struct:kobject
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 511 milliseconds