OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DSA_Y
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/netpgp/dist/src/libverify/
libverify.c
103
#define
DSA_Y
3
420
cc += fmt_binary_mpi(&pubkey->bn[
DSA_Y
], &buf[cc], size - cc);
641
fmt_mpi(s, sizeof(s), &v[
DSA_Y
], "dsa.y", 1);
1009
!get_mpi(&pubkey->bn[
DSA_Y
], &mem[off], pktlen, &off)) {
1650
!BN_mod_exp(W, pubkey->bn[
DSA_Y
].bn, W, pubkey->bn[DSA_P].bn, NULL) ||
/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
libverify.c
365
#define
DSA_Y
3
787
cc += fmt_binary_mpi(&pubkey->bn[
DSA_Y
], &buf[cc], size - cc);
1026
fmt_mpi(s, sizeof(s), &v[
DSA_Y
], "dsa.y", 1);
1402
!get_mpi(&pubkey->bn[
DSA_Y
], &mem[off], pktlen, &off)) {
2110
!PGPV_BN_mod_exp(W, pubkey->bn[
DSA_Y
].bn, W, pubkey->bn[DSA_P].bn, NULL) ||
2729
getbignum(&pubkey->bn[
DSA_Y
], &bg, buf, "DSA Y");
Completed in 29 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026