Searched refs:EVP_PKEY_set1_DSA (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/dsa/
H A Ddsa_prn.c102 if (!pk || !EVP_PKEY_set1_DSA(pk, (DSA *)x))
114 if (!pk || !EVP_PKEY_set1_DSA(pk, (DSA *)x))
/freebsd-11-stable/crypto/openssl/crypto/pem/
H A Dpem_all.c283 EVP_PKEY_set1_DSA(k, x);
305 EVP_PKEY_set1_DSA(k, x);
H A Dpvkfmt.c344 EVP_PKEY_set1_DSA(ret, dsa);
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dx_pubkey.c297 EVP_PKEY_set1_DSA(pktmp, a);
/freebsd-11-stable/crypto/openssl/apps/
H A Ddsa.c333 EVP_PKEY_set1_DSA(pk, dsa);
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Dp_lib.c296 int EVP_PKEY_set1_DSA(EVP_PKEY *pkey, DSA *key) function
H A Devp.h966 int EVP_PKEY_set1_DSA(EVP_PKEY *pkey, struct dsa_st *key);
/freebsd-11-stable/contrib/ldns/
H A Dkeys.c1009 EVP_PKEY_set1_DSA(key, d);
/freebsd-11-stable/contrib/ntp/util/
H A Dntp-keygen.c1903 EVP_PKEY_set1_DSA(pkey1, sdsa);
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.man814 MLINKS+= EVP_PKEY_set1_RSA.3 EVP_PKEY_set1_DSA.3

Completed in 373 milliseconds