Home
last modified time | relevance | path

Searched refs:EVP_PKEY_set1_DSA (Results 1 – 7 of 7) sorted by relevance

/external/openssl/crypto/dsa/
Ddsa_prn.c103 if (!pk || !EVP_PKEY_set1_DSA(pk, (DSA *)x)) in DSA_print()
115 if (!pk || !EVP_PKEY_set1_DSA(pk, (DSA *)x)) in DSAparams_print()
/external/openssl/apps/
Ddsa.c341 EVP_PKEY_set1_DSA(pk, dsa); in MAIN()
/external/openssl/crypto/asn1/
Dx_pubkey.c303 EVP_PKEY_set1_DSA(pktmp, a); in i2d_DSA_PUBKEY()
/external/openssl/crypto/evp/
Dp_lib.c297 int EVP_PKEY_set1_DSA(EVP_PKEY *pkey, DSA *key) in EVP_PKEY_set1_DSA() function
Devp.h910 int EVP_PKEY_set1_DSA(EVP_PKEY *pkey,struct dsa_st *key);
/external/openssl/crypto/pem/
Dpvkfmt.c353 EVP_PKEY_set1_DSA(ret, dsa); in b2i_dss()
/external/openssl/include/openssl/
Devp.h910 int EVP_PKEY_set1_DSA(EVP_PKEY *pkey,struct dsa_st *key);