Searched refs:EVP_PKEY_get1_DSA (Results 1 – 11 of 11) sorted by relevance
279 DSA *EVP_PKEY_get1_DSA(EVP_PKEY *pkey) { in EVP_PKEY_get1_DSA() function281 OPENSSL_PUT_ERROR(EVP, EVP_PKEY_get1_DSA, EVP_R_EXPECTING_A_DSA_KEY); in EVP_PKEY_get1_DSA()
187 dtmp = EVP_PKEY_get1_DSA(key); in IMPLEMENT_PEM_write_cb_const()
282 dsa = EVP_PKEY_get1_DSA(pkey); in MAIN()
283 key = EVP_PKEY_get1_DSA(pkey); in d2i_DSA_PUBKEY()
273 key = EVP_PKEY_get1_DSA(pkey); in d2i_DSA_PUBKEY()
262 dtmp = EVP_PKEY_get1_DSA(key); in IMPLEMENT_PEM_write_cb_const()
311 DSA *EVP_PKEY_get1_DSA(EVP_PKEY *pkey) in EVP_PKEY_get1_DSA() function
910 struct dsa_st *EVP_PKEY_get1_DSA(EVP_PKEY *pkey);
154 OPENSSL_EXPORT struct dsa_st *EVP_PKEY_get1_DSA(EVP_PKEY *pkey);
2993 Unique_DSA dsa(EVP_PKEY_get1_DSA(pkey)); in NativeCrypto_get_DSA_params()3057 Unique_DSA dsa(EVP_PKEY_get1_DSA(pkey)); in NativeCrypto_set_DSA_flag_nonce_from_hash()