Home
last modified time | relevance | path

Searched refs:pbio (Results 1 – 25 of 141) sorted by relevance

123456

/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dgenpkey.c211 BIO *pbio; in init_keygen_file() local
219 pbio = BIO_new_file(file, "r"); in init_keygen_file()
220 if (!pbio) { in init_keygen_file()
225 pkey = PEM_read_bio_Parameters(pbio, NULL); in init_keygen_file()
226 BIO_free(pbio); in init_keygen_file()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dgenpkey.c211 BIO *pbio; in init_keygen_file() local
219 pbio = BIO_new_file(file, "r"); in init_keygen_file()
220 if (!pbio) { in init_keygen_file()
225 pkey = PEM_read_bio_Parameters(pbio, NULL); in init_keygen_file()
226 BIO_free(pbio); in init_keygen_file()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/apps/
H A Dgenpkey.c211 BIO *pbio; in init_keygen_file() local
219 pbio = BIO_new_file(file, "r"); in init_keygen_file()
220 if (!pbio) { in init_keygen_file()
225 pkey = PEM_read_bio_Parameters(pbio, NULL); in init_keygen_file()
226 BIO_free(pbio); in init_keygen_file()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dgenpkey.c211 BIO *pbio; in init_keygen_file() local
219 pbio = BIO_new_file(file, "r"); in init_keygen_file()
220 if (!pbio) { in init_keygen_file()
225 pkey = PEM_read_bio_Parameters(pbio, NULL); in init_keygen_file()
226 BIO_free(pbio); in init_keygen_file()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dgenpkey.c211 BIO *pbio; in init_keygen_file() local
219 pbio = BIO_new_file(file, "r"); in init_keygen_file()
220 if (!pbio) { in init_keygen_file()
225 pkey = PEM_read_bio_Parameters(pbio, NULL); in init_keygen_file()
226 BIO_free(pbio); in init_keygen_file()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dgenpkey.c211 BIO *pbio; in init_keygen_file() local
219 pbio = BIO_new_file(file, "r"); in init_keygen_file()
220 if (!pbio) { in init_keygen_file()
225 pkey = PEM_read_bio_Parameters(pbio, NULL); in init_keygen_file()
226 BIO_free(pbio); in init_keygen_file()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dgenpkey.c211 BIO *pbio; in init_keygen_file() local
219 pbio = BIO_new_file(file, "r"); in init_keygen_file()
220 if (!pbio) { in init_keygen_file()
225 pkey = PEM_read_bio_Parameters(pbio, NULL); in init_keygen_file()
226 BIO_free(pbio); in init_keygen_file()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dgenpkey.c211 BIO *pbio; in init_keygen_file() local
219 pbio = BIO_new_file(file, "r"); in init_keygen_file()
220 if (!pbio) { in init_keygen_file()
225 pkey = PEM_read_bio_Parameters(pbio, NULL); in init_keygen_file()
226 BIO_free(pbio); in init_keygen_file()
/dports/sysutils/edk2/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dgenpkey.c211 BIO *pbio; in init_keygen_file() local
219 pbio = BIO_new_file(file, "r"); in init_keygen_file()
220 if (!pbio) { in init_keygen_file()
225 pkey = PEM_read_bio_Parameters(pbio, NULL); in init_keygen_file()
226 BIO_free(pbio); in init_keygen_file()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dgenpkey.c211 BIO *pbio; in init_keygen_file() local
219 pbio = BIO_new_file(file, "r"); in init_keygen_file()
220 if (!pbio) { in init_keygen_file()
225 pkey = PEM_read_bio_Parameters(pbio, NULL); in init_keygen_file()
226 BIO_free(pbio); in init_keygen_file()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/apps/
H A Dgenpkey.c213 BIO *pbio; in init_keygen_file() local
221 pbio = BIO_new_file(file, "r"); in init_keygen_file()
222 if (!pbio) { in init_keygen_file()
227 pkey = PEM_read_bio_Parameters(pbio, NULL); in init_keygen_file()
228 BIO_free(pbio); in init_keygen_file()
/dports/security/libressl-static/libressl-3.3.5/apps/openssl/
H A Dgenpkey.c322 BIO *pbio; in init_keygen_file() local
329 pbio = BIO_new_file(file, "r"); in init_keygen_file()
330 if (!pbio) { in init_keygen_file()
334 pkey = PEM_read_bio_Parameters(pbio, NULL); in init_keygen_file()
335 BIO_free(pbio); in init_keygen_file()
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/apps/
H A Dgenpkey.c318 BIO *pbio; in init_keygen_file() local
327 pbio = BIO_new_file(file, "r"); in init_keygen_file()
328 if (!pbio) in init_keygen_file()
334 pkey = PEM_read_bio_Parameters(pbio, NULL); in init_keygen_file()
335 BIO_free(pbio); in init_keygen_file()
/dports/www/obhttpd/libressl-3.4.1/apps/openssl/
H A Dgenpkey.c322 BIO *pbio; in init_keygen_file() local
329 pbio = BIO_new_file(file, "r"); in init_keygen_file()
330 if (!pbio) { in init_keygen_file()
334 pkey = PEM_read_bio_Parameters(pbio, NULL); in init_keygen_file()
335 BIO_free(pbio); in init_keygen_file()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/apps/
H A Dgenpkey.c213 BIO *pbio; in init_keygen_file() local
221 pbio = BIO_new_file(file, "r"); in init_keygen_file()
222 if (!pbio) { in init_keygen_file()
227 pkey = PEM_read_bio_Parameters(pbio, NULL); in init_keygen_file()
228 BIO_free(pbio); in init_keygen_file()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/apps/
H A Dgenpkey.c213 BIO *pbio; in init_keygen_file() local
221 pbio = BIO_new_file(file, "r"); in init_keygen_file()
222 if (!pbio) { in init_keygen_file()
227 pkey = PEM_read_bio_Parameters(pbio, NULL); in init_keygen_file()
228 BIO_free(pbio); in init_keygen_file()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/apps/
H A Dgenpkey.c213 BIO *pbio; in init_keygen_file() local
221 pbio = BIO_new_file(file, "r"); in init_keygen_file()
222 if (!pbio) { in init_keygen_file()
227 pkey = PEM_read_bio_Parameters(pbio, NULL); in init_keygen_file()
228 BIO_free(pbio); in init_keygen_file()
/dports/security/libressl/libressl-3.4.3/apps/openssl/
H A Dgenpkey.c322 BIO *pbio; in init_keygen_file() local
329 pbio = BIO_new_file(file, "r"); in init_keygen_file()
330 if (!pbio) { in init_keygen_file()
334 pkey = PEM_read_bio_Parameters(pbio, NULL); in init_keygen_file()
335 BIO_free(pbio); in init_keygen_file()
/dports/www/websocat/websocat-1.9.0/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/apps/
H A Dgenpkey.c213 BIO *pbio; in init_keygen_file() local
221 pbio = BIO_new_file(file, "r"); in init_keygen_file()
222 if (!pbio) { in init_keygen_file()
227 pkey = PEM_read_bio_Parameters(pbio, NULL); in init_keygen_file()
228 BIO_free(pbio); in init_keygen_file()
/dports/lang/rust/rustc-1.58.1-src/vendor/openssl-src/openssl/apps/
H A Dgenpkey.c213 BIO *pbio; in init_keygen_file() local
221 pbio = BIO_new_file(file, "r"); in init_keygen_file()
222 if (!pbio) { in init_keygen_file()
227 pkey = PEM_read_bio_Parameters(pbio, NULL); in init_keygen_file()
228 BIO_free(pbio); in init_keygen_file()
/dports/security/openssl/openssl-1.1.1n/apps/
H A Dgenpkey.c213 BIO *pbio; in init_keygen_file() local
221 pbio = BIO_new_file(file, "r"); in init_keygen_file()
222 if (!pbio) { in init_keygen_file()
227 pkey = PEM_read_bio_Parameters(pbio, NULL); in init_keygen_file()
228 BIO_free(pbio); in init_keygen_file()
/dports/security/openssl-unsafe/openssl-c9ba19c/apps/
H A Dgenpkey.c287 BIO *pbio; in init_keygen_file() local
295 pbio = BIO_new_file(file, "r"); in init_keygen_file()
296 if (!pbio) { in init_keygen_file()
301 pkey = PEM_read_bio_Parameters(pbio, NULL); in init_keygen_file()
302 BIO_free(pbio); in init_keygen_file()
/dports/security/openssl-static/openssl-1.1.1l/apps/
H A Dgenpkey.c213 BIO *pbio; in init_keygen_file() local
221 pbio = BIO_new_file(file, "r"); in init_keygen_file()
222 if (!pbio) { in init_keygen_file()
227 pkey = PEM_read_bio_Parameters(pbio, NULL); in init_keygen_file()
228 BIO_free(pbio); in init_keygen_file()
/dports/security/openssl-legacy-static/openssl-1.0.2u/apps/
H A Dgenpkey.c287 BIO *pbio; in init_keygen_file() local
295 pbio = BIO_new_file(file, "r"); in init_keygen_file()
296 if (!pbio) { in init_keygen_file()
301 pkey = PEM_read_bio_Parameters(pbio, NULL); in init_keygen_file()
302 BIO_free(pbio); in init_keygen_file()
/dports/sysutils/exa/exa-0.10.1/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/apps/
H A Dgenpkey.c213 BIO *pbio; in init_keygen_file() local
221 pbio = BIO_new_file(file, "r"); in init_keygen_file()
222 if (!pbio) { in init_keygen_file()
227 pkey = PEM_read_bio_Parameters(pbio, NULL); in init_keygen_file()
228 BIO_free(pbio); in init_keygen_file()

123456