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

/freebsd-12-stable/crypto/openssl/crypto/asn1/
H A Di2d_pu.c28 return i2d_DSAPublicKey(EVP_PKEY_get0_DSA(a), pp);
/freebsd-12-stable/contrib/ntp/include/
H A Dlibssl_compat.h91 #define EVP_PKEY_get0_DSA sslshim_EVP_PKEY_get0_DSA macro
/freebsd-12-stable/crypto/openssl/crypto/evp/
H A Dp_lib.c493 DSA *EVP_PKEY_get0_DSA(EVP_PKEY *pkey) function
504 DSA *ret = EVP_PKEY_get0_DSA(pkey);
/freebsd-12-stable/contrib/ntp/util/
H A Dntp-keygen.c731 dsa = EVP_PKEY_get0_DSA(pkey_iffkey);
754 dsa = EVP_PKEY_get0_DSA(pkey_iffkey);
799 DSA_print_fp(stderr, EVP_PKEY_get0_DSA(pkey), 0);
817 DSA_print_fp(stderr, EVP_PKEY_get0_DSA(pkey), 0);
967 DSA_print_fp(stderr, EVP_PKEY_get0_DSA(parkey),
/freebsd-12-stable/crypto/openssl/crypto/pem/
H A Dpvkfmt.c434 bitlen = check_bitlen_dsa(EVP_PKEY_get0_DSA(pk), ispub, &magic);
468 write_dsa(&p, EVP_PKEY_get0_DSA(pk), ispub);
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_crypto.c2187 if ((dsa = EVP_PKEY_get0_DSA(peer->ident_pkey->pkey)) == NULL) {
2265 dsa = EVP_PKEY_get0_DSA(iffkey_info->pkey);
2384 if ((dsa = EVP_PKEY_get0_DSA(peer->ident_pkey->pkey)) == NULL) {
2861 if ((dsa = EVP_PKEY_get0_DSA(peer->ident_pkey->pkey)) == NULL) {
2939 dsa = EVP_PKEY_get0_DSA(mvkey_info->pkey);
3059 if ((dsa = EVP_PKEY_get0_DSA(peer->ident_pkey->pkey)) == NULL) {
3759 DSA_print_fp(stdout, EVP_PKEY_get0_DSA(pkey), 0);
/freebsd-12-stable/crypto/openssl/apps/
H A Dx509.c721 DSA_get0_key(EVP_PKEY_get0_DSA(pkey), &dsapub, NULL);
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Devp.h1023 struct dsa_st *EVP_PKEY_get0_DSA(EVP_PKEY *pkey);
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
H A DMakefile1680 MLINKS+= EVP_PKEY_set1_RSA.3 EVP_PKEY_get0_DSA.3

Completed in 201 milliseconds