OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getbignum
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/netpgp/dist/src/lib/
ssh2pgp.c
147
getbignum
(bufgap_t *bg, char *buf, const char *header)
function
285
pubkey->key.rsa.e =
getbignum
(&bg, buf, "RSA E");
287
pubkey->key.rsa.n =
getbignum
(&bg, buf, "RSA N");
291
pubkey->key.dsa.p =
getbignum
(&bg, buf, "DSA P");
293
pubkey->key.dsa.q =
getbignum
(&bg, buf, "DSA Q");
295
pubkey->key.dsa.g =
getbignum
(&bg, buf, "DSA G");
297
pubkey->key.dsa.y =
getbignum
(&bg, buf, "DSA Y");
/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
libverify.c
2581
getbignum
(pgpv_bignum_t *bignum, bufgap_t *bg, char *buf, const char *header)
function
2722
getbignum
(&pubkey->bn[RSA_E], &bg, buf, "RSA E");
2723
getbignum
(&pubkey->bn[RSA_N], &bg, buf, "RSA N");
2726
getbignum
(&pubkey->bn[DSA_P], &bg, buf, "DSA P");
2727
getbignum
(&pubkey->bn[DSA_Q], &bg, buf, "DSA Q");
2728
getbignum
(&pubkey->bn[DSA_G], &bg, buf, "DSA G");
2729
getbignum
(&pubkey->bn[DSA_Y], &bg, buf, "DSA Y");
Completed in 29 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026