OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RSA_N
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/netpgp/dist/src/libverify/
libverify.c
98
#define
RSA_N
0
413
cc += fmt_binary_mpi(&pubkey->bn[
RSA_N
], &buf[cc], size - cc);
458
if (pubkey->bn[
RSA_N
].bn && pubkey->bn[RSA_E].bn) {
459
cc = fmt_binary_mpi(&pubkey->bn[
RSA_N
], buf, sizeof(buf));
467
if (pubkey->bn[
RSA_N
].bn) {
468
if ((cc = fmt_binary_mpi(&pubkey->bn[
RSA_N
], buf, sizeof(buf))) >= PGPV_KEYID_LEN) {
623
fmt_mpi(s, sizeof(s), &v[
RSA_N
], "rsa.n", 1);
993
if (!get_mpi(&pubkey->bn[
RSA_N
], &mem[off], pktlen, &off) ||
1345
return pubkey->bn[
RSA_N
].bits;
1541
orsa->n = pubkey->bn[
RSA_N
].bn
[
all
...]
/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
libverify.c
360
#define
RSA_N
0
780
cc += fmt_binary_mpi(&pubkey->bn[
RSA_N
], &buf[cc], size - cc);
825
if (pubkey->bn[
RSA_N
].bn && pubkey->bn[RSA_E].bn) {
826
cc = fmt_binary_mpi(&pubkey->bn[
RSA_N
], buf, sizeof(buf));
834
if (pubkey->bn[
RSA_N
].bn) {
835
if ((cc = fmt_binary_mpi(&pubkey->bn[
RSA_N
], buf, sizeof(buf))) >= PGPV_KEYID_LEN) {
1008
fmt_mpi(s, sizeof(s), &v[
RSA_N
], "rsa.n", 1);
1386
if (!get_mpi(&pubkey->bn[
RSA_N
], &mem[off], pktlen, &off) ||
1744
return pubkey->bn[
RSA_N
].bits;
2001
orsa->n = pubkey->bn[
RSA_N
].bn
[
all
...]
Completed in 31 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026