Home
last modified time | relevance | path

Searched defs:testdsa_st (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Dtestdsa.h189 typedef struct testdsa_st { struct
190 unsigned char *priv;
191 unsigned char *pub;
192 unsigned char *p;
193 unsigned char *g;
194 unsigned char *q;
195 int priv_l;
196 int pub_l;
197 int p_l;
198 int g_l;
[all …]