Searched refs:EVP_PKEY_get0_DSA (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12-stable/crypto/openssl/crypto/asn1/ |
| D | i2d_pu.c | 28 return i2d_DSAPublicKey(EVP_PKEY_get0_DSA(a), pp); in i2d_PublicKey()
|
| /freebsd-12-stable/crypto/openssl/doc/man3/ |
| D | EVP_PKEY_set1_RSA.pod | 7 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/ |
| D | libssl_compat.h | 91 #define EVP_PKEY_get0_DSA sslshim_EVP_PKEY_get0_DSA macro
|
| /freebsd-12-stable/contrib/ntp/util/ |
| D | ntp-keygen.c | 735 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/ |
| D | p_lib.c | 498 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/ |
| D | ntp_crypto.c | 2187 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/ |
| D | pvkfmt.c | 434 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/ |
| D | x509.c | 723 DSA_get0_key(EVP_PKEY_get0_DSA(pkey), &dsapub, NULL); in x509_main()
|
| /freebsd-12-stable/crypto/openssl/include/openssl/ |
| D | evp.h | 1023 struct dsa_st *EVP_PKEY_get0_DSA(EVP_PKEY *pkey);
|
| /freebsd-12-stable/secure/lib/libcrypto/ |
| D | Version.map | 1620 EVP_PKEY_get0_DSA;
|
| /freebsd-12-stable/crypto/openssl/crypto/err/ |
| D | openssl.txt | 778 EVP_F_EVP_PKEY_GET0_DSA:120:EVP_PKEY_get0_DSA
|
| /freebsd-12-stable/secure/lib/libcrypto/man/man3/ |
| D | Makefile | 1682 MLINKS+= EVP_PKEY_set1_RSA.3 EVP_PKEY_get0_DSA.3
|