Searched refs:EVP_PKEY_get1_DSA (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/usr.bin/openssl/
H A Ddsa.c289 dsa = EVP_PKEY_get1_DSA(pkey);
/openbsd-current/lib/libcrypto/evp/
H A Dp_lib.c680 EVP_PKEY_get1_DSA(EVP_PKEY *pkey) function
691 LCRYPTO_ALIAS(EVP_PKEY_get1_DSA); variable
H A Devp.h791 struct dsa_st *EVP_PKEY_get1_DSA(EVP_PKEY *pkey);
/openbsd-current/lib/libcrypto/hidden/openssl/
H A Devp.h289 LCRYPTO_USED(EVP_PKEY_get1_DSA); variable
/openbsd-current/lib/libcrypto/pem/
H A Dpem_all.c398 dtmp = EVP_PKEY_get1_DSA(key);
/openbsd-current/lib/libcrypto/asn1/
H A Dx_pubkey.c276 key = (ASN1_VALUE *)EVP_PKEY_get1_DSA(pkey);
/openbsd-current/usr.bin/ssh/
H A Dsshkey.c3427 prv->dsa = EVP_PKEY_get1_DSA(pk);
H A Dssh-keygen.c705 (*k)->dsa = EVP_PKEY_get1_DSA(pubkey);

Completed in 203 milliseconds