Home | History | Annotate | Download | only in dropbear

Lines Matching refs:ciphertext

1264 	char *ciphertext;
1329 ciphertext = (char *)key->keyblob + pos + 4;
1370 des3_decrypt_pubkey_ossh(keybuf, iv, (unsigned char *)ciphertext,
1389 len = GET_32BIT(ciphertext);
1394 ciphertext += 4;
1408 pos += sshcom_read_mpint(ciphertext+pos, cipherlen-pos, &e);
1409 pos += sshcom_read_mpint(ciphertext+pos, cipherlen-pos, &d);
1410 pos += sshcom_read_mpint(ciphertext+pos, cipherlen-pos, &n);
1411 pos += sshcom_read_mpint(ciphertext+pos, cipherlen-pos, &u);
1412 pos += sshcom_read_mpint(ciphertext+pos, cipherlen-pos, &p);
1413 pos += sshcom_read_mpint(ciphertext+pos, cipherlen-pos, &q);
1433 if (GET_32BIT(ciphertext) != 0) {
1437 pos += sshcom_read_mpint(ciphertext+pos, cipherlen-pos, &p);
1438 pos += sshcom_read_mpint(ciphertext+pos, cipherlen-pos, &g);
1439 pos += sshcom_read_mpint(ciphertext+pos, cipherlen-pos, &q);
1440 pos += sshcom_read_mpint(ciphertext+pos, cipherlen-pos, &y);
1441 pos += sshcom_read_mpint(ciphertext+pos, cipherlen-pos, &x);
1496 char *ciphertext;
1603 ciphertext = (char *)outblob+lenpos+4;
1641 des3_encrypt_pubkey_ossh(keybuf, iv, (unsigned char *)ciphertext,