Home | History | Annotate | Download | only in dropbear

Lines Matching defs:errmsg

366 	char *errmsg = NULL, *p = NULL;
382 errmsg = "Unable to open key file";
388 errmsg = "File does not begin with OpenSSH key header";
396 errmsg = "Unrecognised key type";
403 errmsg = "Unexpected end of file";
411 errmsg = "Header found in body of key data";
418 errmsg = "Proc-Type is not 4 (only 4 is supported)";
428 errmsg = "Ciphers other than DES-EDE3-CBC not supported";
439 errmsg = "Expected 16-digit iv in DEK-Info";
455 errmsg = "Error decoding base64";
463 errmsg = "Key body not present";
468 errmsg = "Encrypted key blob is not a multiple of cipher block size";
488 if (errmsg) {
489 fprintf(stderr, "Error: %s\n", errmsg);
516 char *errmsg;
530 errmsg = "encrypted keys not supported currently";
591 errmsg = "ASN.1 decoding failure - wrong password?";
618 errmsg = "ASN.1 decoding failure";
628 errmsg = "Version number mismatch";
669 errmsg = "unable to create key structure";
675 errmsg = NULL; /* no error */
687 if (errmsg) {
688 fprintf(stderr, "Error: %s\n", errmsg);
1060 char *errmsg, *p;
1072 errmsg = "Unable to open key file";
1077 errmsg = "File does not begin with ssh.com key header";
1084 errmsg = "Unexpected end of file";
1091 errmsg = "Header found in body of key data";
1103 errmsg = "Header line too long to deal with";
1107 errmsg = "Unexpected end of file";
1135 errmsg = "Invalid base64 encoding";
1155 errmsg = "Key body not present";
1258 char *errmsg;
1278 errmsg = "Key does not begin with magic number";
1288 errmsg = "Key blob does not contain a key type string";
1298 errmsg = "Key is of unknown type";
1308 errmsg = "Key blob does not contain a cipher type string";
1316 errmsg = "Key encryption is of unknown type";
1326 errmsg = "Key blob does not contain actual key data";
1332 errmsg = "Length of key data is zero";
1352 errmsg = "Encrypted part of key is not a multiple of cipher block"
1391 errmsg = "containing string was ill-formed";
1415 errmsg = "key data did not contain six integers";
1434 errmsg = "predefined DSA parameters not supported";
1443 errmsg = "key data did not contain five integers";
1466 errmsg = "unable to create key data structure";
1471 errmsg = NULL; /* no error */