HomeSort by: relevance | last modified time | path
    Searched refs:RSA_E (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/netpgp/dist/src/libverify/
libverify.c 99 #define RSA_E 1
414 cc += fmt_binary_mpi(&pubkey->bn[RSA_E], &buf[cc], size - cc);
458 if (pubkey->bn[RSA_N].bn && pubkey->bn[RSA_E].bn) {
461 cc = fmt_binary_mpi(&pubkey->bn[RSA_E], buf, sizeof(buf));
625 fmt_mpi(s, sizeof(s), &v[RSA_E], "rsa.e", 1);
994 !get_mpi(&pubkey->bn[RSA_E], &mem[off], pktlen, &off)) {
1542 orsa->e = pubkey->bn[RSA_E].bn;
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
libverify.c 361 #define RSA_E 1
781 cc += fmt_binary_mpi(&pubkey->bn[RSA_E], &buf[cc], size - cc);
825 if (pubkey->bn[RSA_N].bn && pubkey->bn[RSA_E].bn) {
828 cc = fmt_binary_mpi(&pubkey->bn[RSA_E], buf, sizeof(buf));
1010 fmt_mpi(s, sizeof(s), &v[RSA_E], "rsa.e", 1);
1387 !get_mpi(&pubkey->bn[RSA_E], &mem[off], pktlen, &off)) {
2002 orsa->e = pubkey->bn[RSA_E].bn;
2722 getbignum(&pubkey->bn[RSA_E], &bg, buf, "RSA E");

Completed in 26 milliseconds