Home
last modified time | relevance | path

Searched refs:PEM_BUFSIZE (Results 26 – 50 of 410) sorted by relevance

12345678910>>...17

/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/crypto/pem/
H A Dpem_pk8.c69 char buf[PEM_BUFSIZE]; in do_pk8pkey()
79 klen = PEM_def_callback(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
81 klen = cb(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
119 char psbuf[PEM_BUFSIZE]; in d2i_PKCS8PrivateKey_bio()
124 klen = cb(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio()
126 klen = PEM_def_callback(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio()
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/crypto/pem/
H A Dpem_pk8.c118 char buf[PEM_BUFSIZE]; in do_pk8pkey()
127 if(!cb) klen = PEM_def_callback(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
128 else klen = cb(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
158 char psbuf[PEM_BUFSIZE]; in d2i_PKCS8PrivateKey_bio()
161 if (cb) klen=cb(psbuf,PEM_BUFSIZE,0,u); in d2i_PKCS8PrivateKey_bio()
162 else klen=PEM_def_callback(psbuf,PEM_BUFSIZE,0,u); in d2i_PKCS8PrivateKey_bio()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/pem/
H A Dpem_pk8.c69 char buf[PEM_BUFSIZE]; in do_pk8pkey()
79 klen = PEM_def_callback(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
81 klen = cb(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
119 char psbuf[PEM_BUFSIZE]; in d2i_PKCS8PrivateKey_bio()
124 klen = cb(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio()
126 klen = PEM_def_callback(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio()
H A Dpem_lib.c87 int j = PEM_BUFSIZE - (size_t)(p - buf), n; in PEM_dek_info()
316 char buf[PEM_BUFSIZE]; in PEM_ASN1_write_bio()
355 klen = (*callback) (buf, PEM_BUFSIZE, 1, u); in PEM_ASN1_write_bio()
376 OPENSSL_cleanse(buf, PEM_BUFSIZE); in PEM_ASN1_write_bio()
403 OPENSSL_cleanse(buf, PEM_BUFSIZE); in PEM_ASN1_write_bio()
417 char buf[PEM_BUFSIZE]; in PEM_do_header()
430 keylen = PEM_def_callback(buf, PEM_BUFSIZE, 0, u); in PEM_do_header()
432 keylen = callback(buf, PEM_BUFSIZE, 0, u); in PEM_do_header()
630 buf = OPENSSL_malloc(PEM_BUFSIZE * 8); in PEM_write_bio()
638 n = (int)((len > (PEM_BUFSIZE * 5)) ? (PEM_BUFSIZE * 5) : len); in PEM_write_bio()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/crypto/pem/
H A Dpem_pk8.c69 char buf[PEM_BUFSIZE]; in do_pk8pkey()
79 klen = PEM_def_callback(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
81 klen = cb(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
119 char psbuf[PEM_BUFSIZE]; in d2i_PKCS8PrivateKey_bio()
124 klen = cb(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio()
126 klen = PEM_def_callback(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/pem/
H A Dpem_pk8.c69 char buf[PEM_BUFSIZE]; in do_pk8pkey()
79 klen = PEM_def_callback(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
81 klen = cb(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
119 char psbuf[PEM_BUFSIZE]; in d2i_PKCS8PrivateKey_bio()
124 klen = cb(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio()
126 klen = PEM_def_callback(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/openssl/crypto/pem/
H A Dpem_pk8.c117 char buf[PEM_BUFSIZE]; in do_pk8pkey()
126 klen = PEM_def_callback(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
128 klen = cb(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
166 char psbuf[PEM_BUFSIZE]; in d2i_PKCS8PrivateKey_bio()
171 klen = cb(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio()
173 klen = PEM_def_callback(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/openssl/crypto/pem/
H A Dpem_pk8.c117 char buf[PEM_BUFSIZE]; in do_pk8pkey()
126 klen = PEM_def_callback(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
128 klen = cb(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
166 char psbuf[PEM_BUFSIZE]; in d2i_PKCS8PrivateKey_bio()
171 klen = cb(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio()
173 klen = PEM_def_callback(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/crypto/pem/
H A Dpem_pk8.c69 char buf[PEM_BUFSIZE]; in do_pk8pkey()
79 klen = PEM_def_callback(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
81 klen = cb(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
119 char psbuf[PEM_BUFSIZE]; in d2i_PKCS8PrivateKey_bio()
124 klen = cb(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio()
126 klen = PEM_def_callback(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/pem/
H A Dpem_pk8.c69 char buf[PEM_BUFSIZE]; in do_pk8pkey()
79 klen = PEM_def_callback(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
81 klen = cb(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
119 char psbuf[PEM_BUFSIZE]; in d2i_PKCS8PrivateKey_bio()
124 klen = cb(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio()
126 klen = PEM_def_callback(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/pem/
H A Dpem_pk8.c69 char buf[PEM_BUFSIZE]; in do_pk8pkey()
79 klen = PEM_def_callback(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
81 klen = cb(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
119 char psbuf[PEM_BUFSIZE]; in d2i_PKCS8PrivateKey_bio()
124 klen = cb(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio()
126 klen = PEM_def_callback(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio()
/dports/www/websocat/websocat-1.9.0/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/pem/
H A Dpem_pk8.c69 char buf[PEM_BUFSIZE]; in do_pk8pkey()
79 klen = PEM_def_callback(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
81 klen = cb(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
119 char psbuf[PEM_BUFSIZE]; in d2i_PKCS8PrivateKey_bio()
124 klen = cb(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio()
126 klen = PEM_def_callback(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio()
/dports/lang/rust/rustc-1.58.1-src/vendor/openssl-src/openssl/crypto/pem/
H A Dpem_pk8.c69 char buf[PEM_BUFSIZE]; in do_pk8pkey()
79 klen = PEM_def_callback(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
81 klen = cb(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
119 char psbuf[PEM_BUFSIZE]; in d2i_PKCS8PrivateKey_bio()
124 klen = cb(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio()
126 klen = PEM_def_callback(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio()
/dports/security/openssl-legacy-static/openssl-1.0.2u/crypto/pem/
H A Dpem_pk8.c117 char buf[PEM_BUFSIZE]; in do_pk8pkey()
126 klen = PEM_def_callback(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
128 klen = cb(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
166 char psbuf[PEM_BUFSIZE]; in d2i_PKCS8PrivateKey_bio()
171 klen = cb(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio()
173 klen = PEM_def_callback(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio()
/dports/security/openssl/openssl-1.1.1n/crypto/pem/
H A Dpem_pk8.c69 char buf[PEM_BUFSIZE]; in do_pk8pkey()
79 klen = PEM_def_callback(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
81 klen = cb(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
119 char psbuf[PEM_BUFSIZE]; in d2i_PKCS8PrivateKey_bio()
124 klen = cb(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio()
126 klen = PEM_def_callback(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio()
/dports/security/openssl-unsafe/openssl-c9ba19c/crypto/pem/
H A Dpem_pk8.c117 char buf[PEM_BUFSIZE]; in do_pk8pkey()
126 klen = PEM_def_callback(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
128 klen = cb(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
166 char psbuf[PEM_BUFSIZE]; in d2i_PKCS8PrivateKey_bio()
171 klen = cb(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio()
173 klen = PEM_def_callback(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio()
/dports/security/openssl-static/openssl-1.1.1l/crypto/pem/
H A Dpem_pk8.c69 char buf[PEM_BUFSIZE]; in do_pk8pkey()
79 klen = PEM_def_callback(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
81 klen = cb(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
119 char psbuf[PEM_BUFSIZE]; in d2i_PKCS8PrivateKey_bio()
124 klen = cb(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio()
126 klen = PEM_def_callback(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio()
/dports/sysutils/edk2/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/crypto/pem/
H A Dpem_pk8.c69 char buf[PEM_BUFSIZE];
79 klen = PEM_def_callback(buf, PEM_BUFSIZE, 1, u);
81 klen = cb(buf, PEM_BUFSIZE, 1, u);
119 char psbuf[PEM_BUFSIZE];
124 klen = cb(psbuf, PEM_BUFSIZE, 0, u);
126 klen = PEM_def_callback(psbuf, PEM_BUFSIZE, 0, u);
/dports/sysutils/exa/exa-0.10.1/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/crypto/pem/
H A Dpem_pk8.c69 char buf[PEM_BUFSIZE];
79 klen = PEM_def_callback(buf, PEM_BUFSIZE, 1, u);
81 klen = cb(buf, PEM_BUFSIZE, 1, u);
119 char psbuf[PEM_BUFSIZE];
124 klen = cb(psbuf, PEM_BUFSIZE, 0, u);
126 klen = PEM_def_callback(psbuf, PEM_BUFSIZE, 0, u);
/dports/www/node10/node-v10.24.1/deps/openssl/openssl/crypto/pem/
H A Dpem_pk8.c69 char buf[PEM_BUFSIZE]; in do_pk8pkey()
79 klen = PEM_def_callback(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
81 klen = cb(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
119 char psbuf[PEM_BUFSIZE]; in d2i_PKCS8PrivateKey_bio()
124 klen = cb(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio()
126 klen = PEM_def_callback(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio()
/dports/sysutils/shim/shim-0.9/Cryptlib/OpenSSL/crypto/pem/
H A Dpem_pk8.c117 char buf[PEM_BUFSIZE]; in do_pk8pkey()
126 klen = PEM_def_callback(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
128 klen = cb(buf, PEM_BUFSIZE, 1, u); in do_pk8pkey()
164 char psbuf[PEM_BUFSIZE]; in d2i_PKCS8PrivateKey_bio()
169 klen = cb(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio()
171 klen = PEM_def_callback(psbuf, PEM_BUFSIZE, 0, u); in d2i_PKCS8PrivateKey_bio()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/pem/
H A Dpem_lib.c87 int j = PEM_BUFSIZE - (size_t)(p - buf), n; in PEM_dek_info()
316 char buf[PEM_BUFSIZE]; in PEM_ASN1_write_bio()
355 klen = (*callback) (buf, PEM_BUFSIZE, 1, u); in PEM_ASN1_write_bio()
376 OPENSSL_cleanse(buf, PEM_BUFSIZE); in PEM_ASN1_write_bio()
403 OPENSSL_cleanse(buf, PEM_BUFSIZE); in PEM_ASN1_write_bio()
417 char buf[PEM_BUFSIZE]; in PEM_do_header()
430 keylen = PEM_def_callback(buf, PEM_BUFSIZE, 0, u); in PEM_do_header()
432 keylen = callback(buf, PEM_BUFSIZE, 0, u); in PEM_do_header()
630 buf = OPENSSL_malloc(PEM_BUFSIZE * 8); in PEM_write_bio()
638 n = (int)((len > (PEM_BUFSIZE * 5)) ? (PEM_BUFSIZE * 5) : len); in PEM_write_bio()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/pem/
H A Dpem_lib.c87 int j = PEM_BUFSIZE - (size_t)(p - buf), n; in PEM_dek_info()
316 char buf[PEM_BUFSIZE]; in PEM_ASN1_write_bio()
355 klen = (*callback) (buf, PEM_BUFSIZE, 1, u); in PEM_ASN1_write_bio()
376 OPENSSL_cleanse(buf, PEM_BUFSIZE); in PEM_ASN1_write_bio()
403 OPENSSL_cleanse(buf, PEM_BUFSIZE); in PEM_ASN1_write_bio()
417 char buf[PEM_BUFSIZE]; in PEM_do_header()
430 keylen = PEM_def_callback(buf, PEM_BUFSIZE, 0, u); in PEM_do_header()
432 keylen = callback(buf, PEM_BUFSIZE, 0, u); in PEM_do_header()
630 buf = OPENSSL_malloc(PEM_BUFSIZE * 8); in PEM_write_bio()
638 n = (int)((len > (PEM_BUFSIZE * 5)) ? (PEM_BUFSIZE * 5) : len); in PEM_write_bio()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/crypto/pem/
H A Dpem_lib.c87 int j = PEM_BUFSIZE - (size_t)(p - buf), n; in PEM_dek_info()
316 char buf[PEM_BUFSIZE]; in PEM_ASN1_write_bio()
355 klen = (*callback) (buf, PEM_BUFSIZE, 1, u); in PEM_ASN1_write_bio()
376 OPENSSL_cleanse(buf, PEM_BUFSIZE); in PEM_ASN1_write_bio()
403 OPENSSL_cleanse(buf, PEM_BUFSIZE); in PEM_ASN1_write_bio()
417 char buf[PEM_BUFSIZE]; in PEM_do_header()
430 keylen = PEM_def_callback(buf, PEM_BUFSIZE, 0, u); in PEM_do_header()
432 keylen = callback(buf, PEM_BUFSIZE, 0, u); in PEM_do_header()
630 buf = OPENSSL_malloc(PEM_BUFSIZE * 8); in PEM_write_bio()
638 n = (int)((len > (PEM_BUFSIZE * 5)) ? (PEM_BUFSIZE * 5) : len); in PEM_write_bio()
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/crypto/pem/
H A Dpem_lib.c87 int j = PEM_BUFSIZE - (size_t)(p - buf), n; in PEM_dek_info()
316 char buf[PEM_BUFSIZE]; in PEM_ASN1_write_bio()
355 klen = (*callback) (buf, PEM_BUFSIZE, 1, u); in PEM_ASN1_write_bio()
376 OPENSSL_cleanse(buf, PEM_BUFSIZE); in PEM_ASN1_write_bio()
403 OPENSSL_cleanse(buf, PEM_BUFSIZE); in PEM_ASN1_write_bio()
417 char buf[PEM_BUFSIZE]; in PEM_do_header()
430 keylen = PEM_def_callback(buf, PEM_BUFSIZE, 0, u); in PEM_do_header()
432 keylen = callback(buf, PEM_BUFSIZE, 0, u); in PEM_do_header()
630 buf = OPENSSL_malloc(PEM_BUFSIZE * 8); in PEM_write_bio()
638 n = (int)((len > (PEM_BUFSIZE * 5)) ? (PEM_BUFSIZE * 5) : len); in PEM_write_bio()
[all …]

12345678910>>...17