Home
last modified time | relevance | path

Searched refs:EVP_PKEY_get0_DSA (Results 1 – 15 of 15) sorted by relevance

/freebsd/crypto/openssl/crypto/dsa/
H A Ddsa_pmeth.c89 DSA *dsa = (DSA *)EVP_PKEY_get0_DSA(ctx->pkey); in pkey_dsa_sign()
113 DSA *dsa = (DSA *)EVP_PKEY_get0_DSA(ctx->pkey); in pkey_dsa_verify()
258 return DSA_generate_key((DSA *)EVP_PKEY_get0_DSA(pkey)); in pkey_dsa_keygen()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_set1_RSA.pod7 EVP_PKEY_get0_RSA, EVP_PKEY_get0_DSA, EVP_PKEY_get0_DH, EVP_PKEY_get0_EC_KEY,
45 const DSA *EVP_PKEY_get0_DSA(const EVP_PKEY *pkey);
103 EVP_PKEY_get0_RSA(), EVP_PKEY_get0_DSA(), EVP_PKEY_get0_DH() and
121 EVP_PKEY_get0_RSA(), EVP_PKEY_get0_DSA(), EVP_PKEY_get0_DH() or
151 The keys returned from the functions EVP_PKEY_get0_RSA(), EVP_PKEY_get0_DSA(),
217 EVP_PKEY_get0_RSA, EVP_PKEY_get0_DSA, EVP_PKEY_get0_DH, EVP_PKEY_get0_EC_KEY,
223 The return value from EVP_PKEY_get0_RSA, EVP_PKEY_get0_DSA, EVP_PKEY_get0_DH,
/freebsd/contrib/ntp/include/
H A Dlibssl_compat.h91 #define EVP_PKEY_get0_DSA sslshim_EVP_PKEY_get0_DSA macro
/freebsd/crypto/openssl/crypto/asn1/
H A Di2d_evp.c139 return i2d_DSAPublicKey(EVP_PKEY_get0_DSA(a), pp); in i2d_PublicKey()
/freebsd/contrib/ntp/util/
H A Dntp-keygen.c816 DSA_print_fp(stderr, EVP_PKEY_get0_DSA(pkey), 0); in main()
835 DSA_print_fp(stderr, EVP_PKEY_get0_DSA(pkey), 0); in main()
986 DSA_print_fp(stderr, EVP_PKEY_get0_DSA(parkey), in readkey()
/freebsd/contrib/ntp/ntpd/
H A Dntp_crypto.c2175 if ((dsa = EVP_PKEY_get0_DSA(peer->ident_pkey->pkey)) == NULL) { in crypto_alice()
2257 dsa = EVP_PKEY_get0_DSA(iffkey_info->pkey); in crypto_bob()
2380 if ((dsa = EVP_PKEY_get0_DSA(peer->ident_pkey->pkey)) == NULL) { in crypto_iff()
2855 if ((dsa = EVP_PKEY_get0_DSA(peer->ident_pkey->pkey)) == NULL) { in crypto_alice3()
2932 dsa = EVP_PKEY_get0_DSA(mvkey_info->pkey); in crypto_bob3()
3051 if ((dsa = EVP_PKEY_get0_DSA(peer->ident_pkey->pkey)) == NULL) { in crypto_mv()
3750 DSA_print_fp(stdout, EVP_PKEY_get0_DSA(pkey), 0); in crypto_key()
/freebsd/crypto/openssl/crypto/pem/
H A Dpvkfmt.c565 bitlen = check_bitlen_dsa(EVP_PKEY_get0_DSA(pk), ispub, &magic); in do_i2b()
601 write_dsa(&p, EVP_PKEY_get0_DSA(pk), ispub); in do_i2b()
/freebsd/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c1633 ctx->p2 = (void *)DSA_get0_pub_key(EVP_PKEY_get0_DSA(pkey)); in get_payload_public_key()
1695 bn = DSA_get0_p(EVP_PKEY_get0_DSA(pkey)); in get_dh_dsa_payload_p()
1719 bn = DSA_get0_q(EVP_PKEY_get0_DSA(ctx->p2)); in get_dh_dsa_payload_q()
1741 bn = DSA_get0_g(EVP_PKEY_get0_DSA(ctx->p2)); in get_dh_dsa_payload_g()
H A Dp_lib.c855 const DSA *EVP_PKEY_get0_DSA(const EVP_PKEY *pkey) in EVP_PKEY_get0_DSA() function
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod440 L<EVP_PKEY_get0_RSA(3)>, L<EVP_PKEY_get0_DSA(3)>, L<EVP_PKEY_get0_EC_KEY(3)> and
1793 EVP_PKEY_get0_DH(), EVP_PKEY_get0_DSA(), EVP_PKEY_get0_EC_KEY(), EVP_PKEY_get0_RSA(),
/freebsd/crypto/openssl/include/openssl/
H A Devp.h1357 const struct dsa_st *EVP_PKEY_get0_DSA(const EVP_PKEY *pkey);
/freebsd/secure/lib/libcrypto/
H A DVersion.map1595 EVP_PKEY_get0_DSA;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile2143 MLINKS+= EVP_PKEY_set1_RSA.3 EVP_PKEY_get0_DSA.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num1940 EVP_PKEY_get0_DSA 1987 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DSA
/freebsd/crypto/openssl/
H A DCHANGES.md1261 EVP_PKEY_get0_DSA(), EVP_PKEY_get0_EC_KEY(), EVP_PKEY_get0_DH(),