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

/freebsd-12-stable/crypto/openssl/crypto/dsa/
H A Ddsa_prn.c52 if (pk == NULL || !EVP_PKEY_set1_DSA(pk, (DSA *)x))
64 if (pk == NULL || !EVP_PKEY_set1_DSA(pk, (DSA *)x))
/freebsd-12-stable/crypto/openssl/apps/
H A Ddsa.c220 EVP_PKEY_set1_DSA(pk, dsa);
/freebsd-12-stable/crypto/openssl/crypto/x509/
H A Dx_pubkey.c295 EVP_PKEY_set1_DSA(pktmp, a);
/freebsd-12-stable/crypto/openssl/crypto/evp/
H A Dp_lib.c485 int EVP_PKEY_set1_DSA(EVP_PKEY *pkey, DSA *key) function
/freebsd-12-stable/crypto/openssl/crypto/pem/
H A Dpvkfmt.c300 if (!EVP_PKEY_set1_DSA(ret, dsa))
/freebsd-12-stable/contrib/ntp/util/
H A Dntp-keygen.c1903 EVP_PKEY_set1_DSA(pkey1, sdsa);
/freebsd-12-stable/contrib/ldns/
H A Dkeys.c1421 EVP_PKEY_set1_DSA(key, d);
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Devp.h1022 int EVP_PKEY_set1_DSA(EVP_PKEY *pkey, struct dsa_st *key);
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
H A DMakefile1693 MLINKS+= EVP_PKEY_set1_RSA.3 EVP_PKEY_set1_DSA.3

Completed in 201 milliseconds