Searched refs:dsa_st (Results 1 – 5 of 5) sorted by relevance
24 typedef struct dsa_st DSA;
647 struct dsa_st *dsa; /* DSA */
14 struct dsa_st { struct
147 typedef struct dsa_st DSA;
1369 struct dsa_st;1371 int EVP_PKEY_set1_DSA(EVP_PKEY *pkey, struct dsa_st *key);1373 const struct dsa_st *EVP_PKEY_get0_DSA(const EVP_PKEY *pkey);1375 struct dsa_st *EVP_PKEY_get1_DSA(EVP_PKEY *pkey);
Completed in 21 milliseconds