Searched defs:key_from_blob (Results 1 - 1 of 1) sorted by relevance

/external/openssh/
H A Dkey.c741 k = key_from_blob(blob, (u_int)n);
744 error("key_read: key_from_blob %s failed", cp);
1419 if ((key->cert->signature_key = key_from_blob(sig_key,
1463 key_from_blob(const u_char *blob, u_int blen) function
1480 error("key_from_blob: can't read key type");
1499 error("key_from_blob: can't read rsa key");
1519 error("key_from_blob: can't read dsa key");
1534 error("key_from_blob: can't read ecdsa curve");
1538 error("key_from_blob: ecdsa curve doesn't match type");
1545 fatal("key_from_blob
[all...]

Completed in 86 milliseconds