Searched refs:dsa_st (Results 1 – 4 of 4) sorted by relevance
14 struct dsa_st { struct
138 typedef struct dsa_st DSA;
1351 struct dsa_st;1353 int EVP_PKEY_set1_DSA(EVP_PKEY *pkey, struct dsa_st *key);1355 const struct dsa_st *EVP_PKEY_get0_DSA(const EVP_PKEY *pkey);1357 struct dsa_st *EVP_PKEY_get1_DSA(EVP_PKEY *pkey);
641 struct dsa_st *dsa; /* DSA */
Completed in 13 milliseconds