Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/crypto/asn1/
Di2d_pu.c28 return i2d_DSAPublicKey(EVP_PKEY_get0_DSA(a), pp); in i2d_PublicKey()
/freebsd-12-stable/crypto/openssl/doc/man3/
DEVP_PKEY_set1_RSA.pod7 EVP_PKEY_get0_RSA, EVP_PKEY_get0_DSA, EVP_PKEY_get0_DH, EVP_PKEY_get0_EC_KEY,
32 DSA *EVP_PKEY_get0_DSA(EVP_PKEY *pkey);
61 EVP_PKEY_get0_RSA(), EVP_PKEY_get0_DSA(), EVP_PKEY_get0_DH()
/freebsd-12-stable/contrib/ntp/include/
Dlibssl_compat.h91 #define EVP_PKEY_get0_DSA sslshim_EVP_PKEY_get0_DSA macro
/freebsd-12-stable/contrib/ntp/util/
Dntp-keygen.c735 dsa = EVP_PKEY_get0_DSA(pkey_iffkey); in main()
758 dsa = EVP_PKEY_get0_DSA(pkey_iffkey); in main()
803 DSA_print_fp(stderr, EVP_PKEY_get0_DSA(pkey), 0); in main()
821 DSA_print_fp(stderr, EVP_PKEY_get0_DSA(pkey), 0); in main()
971 DSA_print_fp(stderr, EVP_PKEY_get0_DSA(parkey), in readkey()
/freebsd-12-stable/crypto/openssl/crypto/evp/
Dp_lib.c498 DSA *EVP_PKEY_get0_DSA(EVP_PKEY *pkey) in EVP_PKEY_get0_DSA() function
509 DSA *ret = EVP_PKEY_get0_DSA(pkey); in EVP_PKEY_get1_DSA()
/freebsd-12-stable/contrib/ntp/ntpd/
Dntp_crypto.c2187 if ((dsa = EVP_PKEY_get0_DSA(peer->ident_pkey->pkey)) == NULL) { in crypto_alice()
2265 dsa = EVP_PKEY_get0_DSA(iffkey_info->pkey); in crypto_bob()
2384 if ((dsa = EVP_PKEY_get0_DSA(peer->ident_pkey->pkey)) == NULL) { in crypto_iff()
2861 if ((dsa = EVP_PKEY_get0_DSA(peer->ident_pkey->pkey)) == NULL) { in crypto_alice3()
2939 dsa = EVP_PKEY_get0_DSA(mvkey_info->pkey); in crypto_bob3()
3059 if ((dsa = EVP_PKEY_get0_DSA(peer->ident_pkey->pkey)) == NULL) { in crypto_mv()
3759 DSA_print_fp(stdout, EVP_PKEY_get0_DSA(pkey), 0); in crypto_key()
/freebsd-12-stable/crypto/openssl/crypto/pem/
Dpvkfmt.c434 bitlen = check_bitlen_dsa(EVP_PKEY_get0_DSA(pk), ispub, &magic); in do_i2b()
468 write_dsa(&p, EVP_PKEY_get0_DSA(pk), ispub); in do_i2b()
/freebsd-12-stable/crypto/openssl/apps/
Dx509.c723 DSA_get0_key(EVP_PKEY_get0_DSA(pkey), &dsapub, NULL); in x509_main()
/freebsd-12-stable/crypto/openssl/include/openssl/
Devp.h1023 struct dsa_st *EVP_PKEY_get0_DSA(EVP_PKEY *pkey);
/freebsd-12-stable/secure/lib/libcrypto/
DVersion.map1620 EVP_PKEY_get0_DSA;
/freebsd-12-stable/crypto/openssl/crypto/err/
Dopenssl.txt778 EVP_F_EVP_PKEY_GET0_DSA:120:EVP_PKEY_get0_DSA
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
DMakefile1682 MLINKS+= EVP_PKEY_set1_RSA.3 EVP_PKEY_get0_DSA.3