Home
last modified time | relevance | path

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

/src/crypto/openssl/apps/
H A Dtestdsa.h1408 typedef struct testdsa_st { struct
1409 unsigned char *priv;
1410 unsigned char *pub;
1411 unsigned char *p;
1412 unsigned char *g;
1413 unsigned char *q;
1414 int priv_l;
1415 int pub_l;
1416 int p_l;
1417 int g_l;
[all …]