Home
last modified time | relevance | path

Searched defs:evp_pkey (Results 1 – 25 of 50) sorted by path

12

/dports/archivers/rpm4/rpm-4.16.1.3/rpmio/
H A Ddigest_openssl.c296 EVP_PKEY *evp_pkey; /* Fully constructed key */ member
775 EVP_PKEY *evp_pkey; /* Fully constructed key */ member
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/boringssl-with-bazel/src/crypto/pkcs8/
H A Dpkcs12_test.cc461 bssl::UniquePtr<EVP_PKEY> evp_pkey(EVP_PKEY_new()); in MakeTestKey() local
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/boringssl-with-bazel/src/tool/
H A Dserver.cc125 bssl::UniquePtr<EVP_PKEY> evp_pkey(EVP_PKEY_new()); in MakeKeyPairForSelfSignedCert() local
133 static bssl::UniquePtr<X509> MakeSelfSignedCert(EVP_PKEY *evp_pkey, in MakeSelfSignedCert()
256 bssl::UniquePtr<EVP_PKEY> evp_pkey = MakeKeyPairForSelfSignedCert(); in Server() local
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/arch/arm/dts/
H A Dimx7ulp-evk.dts147 regulator-name = "LDO2";
243 ULP1_PAD_PTD8__SDHC0_D2 0x843
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/libgnat/
H A Da-elchha.ads19 -- additional permissions described in the GCC Runtime Library Exception, --
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/common/
H A Dcrypto_25519.h18 void *evp_pkey() const { return m_evp_pkey; } in evp_pkey() function
/dports/net/quiche/quiche-0.9.0/cargo-crates/boring-sys-1.1.1/deps/boringssl/src/crypto/pkcs8/
H A Dpkcs12_test.cc1837 bssl::UniquePtr<EVP_PKEY> evp_pkey(EVP_PKEY_new()); in MakeTestKey() local
/dports/net/quiche/quiche-0.9.0/cargo-crates/boring-sys-1.1.1/deps/boringssl/src/tool/
H A Dserver.cc114 bssl::UniquePtr<EVP_PKEY> evp_pkey(EVP_PKEY_new()); in MakeKeyPairForSelfSignedCert() local
122 static bssl::UniquePtr<X509> MakeSelfSignedCert(EVP_PKEY *evp_pkey, in MakeSelfSignedCert()
245 bssl::UniquePtr<EVP_PKEY> evp_pkey = MakeKeyPairForSelfSignedCert(); in Server() local
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/crypto/pkcs8/
H A Dpkcs12_test.cc1837 bssl::UniquePtr<EVP_PKEY> evp_pkey(EVP_PKEY_new()); in MakeTestKey() local
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/tool/
H A Dserver.cc114 bssl::UniquePtr<EVP_PKEY> evp_pkey(EVP_PKEY_new()); in MakeKeyPairForSelfSignedCert() local
122 static bssl::UniquePtr<X509> MakeSelfSignedCert(EVP_PKEY *evp_pkey, in MakeSelfSignedCert()
245 bssl::UniquePtr<EVP_PKEY> evp_pkey = MakeKeyPairForSelfSignedCert(); in Server() local
/dports/net/socketw/socketw-3.10.27/src/
H A Dsw_ssl.cxx692 static EVP_PKEY *evp_pkey = NULL; in check_cert() local
/dports/security/boringssl/boringssl-6a71840/crypto/pkcs8/
H A Dpkcs12_test.cc1837 bssl::UniquePtr<EVP_PKEY> evp_pkey(EVP_PKEY_new()); in MakeTestKey() local
/dports/security/boringssl/boringssl-6a71840/tool/
H A Dserver.cc114 bssl::UniquePtr<EVP_PKEY> evp_pkey(EVP_PKEY_new()); in MakeKeyPairForSelfSignedCert() local
122 static bssl::UniquePtr<X509> MakeSelfSignedCert(EVP_PKEY *evp_pkey, in MakeSelfSignedCert()
245 bssl::UniquePtr<EVP_PKEY> evp_pkey = MakeKeyPairForSelfSignedCert(); in Server() local
/dports/security/libp11/libp11-libp11-0.4.11/src/
H A Dp11_pkey.c229 EVP_PKEY *evp_pkey; in pkcs11_params_pss() local
/dports/security/p5-Net-SAML/zxid-1.42/
H A Dzxsig.c539 EVP_PKEY* evp_pkey; in zxsig_validate() local
/dports/security/py-cryptography/cryptography-3.3.2/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/cryptography/hazmat/backends/openssl/
H A Dbackend.py691 def _evp_pkey_to_private_key(self, evp_pkey): argument
734 def _evp_pkey_to_public_key(self, evp_pkey): argument
1889 self, encoding, format, encryption_algorithm, key, evp_pkey, cdata argument
1993 def _private_key_bytes_via_bio(self, write_bio, evp_pkey, password): argument
2016 def _public_key_bytes(self, encoding, format, key, evp_pkey, cdata): argument
H A Docsp.py20 from cryptography.hazmat.primitives import serialization
77 backend._ffi.NULL, backend._ffi.NULL, backend._ffi.NULL, num, cert_id
H A Drsa.py357 def __init__(self, backend, rsa_cdata, evp_pkey): argument
457 def __init__(self, backend, rsa_cdata, evp_pkey): argument
H A Dutils.py14 def _evp_pkey_derive(backend, evp_pkey, peer_public_key): argument
H A Dx25519.py21 def __init__(self, backend, evp_pkey): argument
59 def __init__(self, backend, evp_pkey): argument
H A Dx448.py20 def __init__(self, backend, evp_pkey): argument
56 def __init__(self, backend, evp_pkey): argument
/dports/security/py-cryptography/cryptography-3.3.2/src/cryptography/hazmat/backends/openssl/
H A Ddh.py91 def __init__(self, backend, dh_cdata, evp_pkey): argument
210 def __init__(self, backend, dh_cdata, evp_pkey): argument
H A Ddsa.py113 def __init__(self, backend, dsa_cdata, evp_pkey): argument
203 def __init__(self, backend, dsa_cdata, evp_pkey): argument
H A Ded25519.py19 def __init__(self, backend, evp_pkey): argument
76 def __init__(self, backend, evp_pkey): argument
H A Ded448.py20 def __init__(self, backend, evp_pkey): argument
77 def __init__(self, backend, evp_pkey): argument

12