Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/netpgp/dist/src/librsa/
H A Drsa.h71 typedef struct mpi_dsa_t { struct
79 } mpi_dsa_t; argument
81 #define DSA mpi_dsa_t
H A Drsa.c407 dsa_do_verify(const unsigned char *calculated, int dgst_len, const dsasig_t *sig, mpi_dsa_t *dsa) in dsa_do_verify()
508 mpi_dsa_t odsa; in dsa_verify()