Home
last modified time | relevance | path

Searched refs:DSA_Y (Results 1 – 2 of 2) sorted by relevance

/netbsd/crypto/external/bsd/netpgp/dist/src/libverify/
H A Dlibverify.c103 #define DSA_Y 3 macro
420 cc += fmt_binary_mpi(&pubkey->bn[DSA_Y], &buf[cc], size - cc); in fmt_key_mpis()
641 fmt_mpi(s, sizeof(s), &v[DSA_Y], "dsa.y", 1); in print_key_mpis()
1009 !get_mpi(&pubkey->bn[DSA_Y], &mem[off], pktlen, &off)) { in read_pubkey()
1650 !BN_mod_exp(W, pubkey->bn[DSA_Y].bn, W, pubkey->bn[DSA_P].bn, NULL) || in verify_dsa_sig()
/netbsd/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dlibverify.c365 #define DSA_Y 3 macro
787 cc += fmt_binary_mpi(&pubkey->bn[DSA_Y], &buf[cc], size - cc); in fmt_key_mpis()
1026 fmt_mpi(s, sizeof(s), &v[DSA_Y], "dsa.y", 1); in print_key_mpis()
1402 !get_mpi(&pubkey->bn[DSA_Y], &mem[off], pktlen, &off)) { in read_pubkey()
2110 !PGPV_BN_mod_exp(W, pubkey->bn[DSA_Y].bn, W, pubkey->bn[DSA_P].bn, NULL) || in verify_dsa_sig()
2729 getbignum(&pubkey->bn[DSA_Y], &bg, buf, "DSA Y"); in read_ssh_file()