Home
last modified time | relevance | path

Searched refs:evp_cipher (Results 26 – 50 of 104) sorted by relevance

12345

/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/pkcs7/
H A Dpk7_doit.c201 const EVP_CIPHER *evp_cipher = NULL; in PKCS7_dataInit() local
240 if (evp_cipher == NULL) { in PKCS7_dataInit()
248 evp_cipher = p7->d.enveloped->enc_data->cipher; in PKCS7_dataInit()
249 if (evp_cipher == NULL) { in PKCS7_dataInit()
272 if (evp_cipher != NULL) { in PKCS7_dataInit()
283 keylen = EVP_CIPHER_key_length(evp_cipher); in PKCS7_dataInit()
284 ivlen = EVP_CIPHER_iv_length(evp_cipher); in PKCS7_dataInit()
366 const EVP_CIPHER *evp_cipher = NULL; in PKCS7_dataDecode() local
411 if (evp_cipher == NULL) { in PKCS7_dataDecode()
423 if (evp_cipher == NULL) { in PKCS7_dataDecode()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/crypto/pkcs7/
H A Dpk7_doit.c201 const EVP_CIPHER *evp_cipher = NULL; in PKCS7_dataInit() local
240 if (evp_cipher == NULL) { in PKCS7_dataInit()
248 evp_cipher = p7->d.enveloped->enc_data->cipher; in PKCS7_dataInit()
249 if (evp_cipher == NULL) { in PKCS7_dataInit()
272 if (evp_cipher != NULL) { in PKCS7_dataInit()
283 keylen = EVP_CIPHER_key_length(evp_cipher); in PKCS7_dataInit()
284 ivlen = EVP_CIPHER_iv_length(evp_cipher); in PKCS7_dataInit()
366 const EVP_CIPHER *evp_cipher = NULL; in PKCS7_dataDecode() local
411 if (evp_cipher == NULL) { in PKCS7_dataDecode()
423 if (evp_cipher == NULL) { in PKCS7_dataDecode()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/crypto/pkcs7/
H A Dpk7_doit.c201 const EVP_CIPHER *evp_cipher = NULL; in PKCS7_dataInit() local
240 if (evp_cipher == NULL) { in PKCS7_dataInit()
248 evp_cipher = p7->d.enveloped->enc_data->cipher; in PKCS7_dataInit()
249 if (evp_cipher == NULL) { in PKCS7_dataInit()
272 if (evp_cipher != NULL) { in PKCS7_dataInit()
283 keylen = EVP_CIPHER_key_length(evp_cipher); in PKCS7_dataInit()
284 ivlen = EVP_CIPHER_iv_length(evp_cipher); in PKCS7_dataInit()
366 const EVP_CIPHER *evp_cipher = NULL; in PKCS7_dataDecode() local
411 if (evp_cipher == NULL) { in PKCS7_dataDecode()
423 if (evp_cipher == NULL) { in PKCS7_dataDecode()
[all …]
/dports/www/websocat/websocat-1.9.0/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/pkcs7/
H A Dpk7_doit.c201 const EVP_CIPHER *evp_cipher = NULL; in PKCS7_dataInit() local
240 if (evp_cipher == NULL) { in PKCS7_dataInit()
248 evp_cipher = p7->d.enveloped->enc_data->cipher; in PKCS7_dataInit()
249 if (evp_cipher == NULL) { in PKCS7_dataInit()
272 if (evp_cipher != NULL) { in PKCS7_dataInit()
283 keylen = EVP_CIPHER_key_length(evp_cipher); in PKCS7_dataInit()
284 ivlen = EVP_CIPHER_iv_length(evp_cipher); in PKCS7_dataInit()
366 const EVP_CIPHER *evp_cipher = NULL; in PKCS7_dataDecode() local
411 if (evp_cipher == NULL) { in PKCS7_dataDecode()
423 if (evp_cipher == NULL) { in PKCS7_dataDecode()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/openssl-src/openssl/crypto/pkcs7/
H A Dpk7_doit.c201 const EVP_CIPHER *evp_cipher = NULL; in PKCS7_dataInit() local
240 if (evp_cipher == NULL) { in PKCS7_dataInit()
248 evp_cipher = p7->d.enveloped->enc_data->cipher; in PKCS7_dataInit()
249 if (evp_cipher == NULL) { in PKCS7_dataInit()
272 if (evp_cipher != NULL) { in PKCS7_dataInit()
283 keylen = EVP_CIPHER_key_length(evp_cipher); in PKCS7_dataInit()
284 ivlen = EVP_CIPHER_iv_length(evp_cipher); in PKCS7_dataInit()
366 const EVP_CIPHER *evp_cipher = NULL; in PKCS7_dataDecode() local
411 if (evp_cipher == NULL) { in PKCS7_dataDecode()
423 if (evp_cipher == NULL) { in PKCS7_dataDecode()
[all …]
/dports/security/openssl-legacy-static/openssl-1.0.2u/crypto/pkcs7/
H A Dpk7_doit.c260 const EVP_CIPHER *evp_cipher = NULL; in PKCS7_dataInit() local
299 if (evp_cipher == NULL) { in PKCS7_dataInit()
307 evp_cipher = p7->d.enveloped->enc_data->cipher; in PKCS7_dataInit()
308 if (evp_cipher == NULL) { in PKCS7_dataInit()
331 if (evp_cipher != NULL) { in PKCS7_dataInit()
342 keylen = EVP_CIPHER_key_length(evp_cipher); in PKCS7_dataInit()
343 ivlen = EVP_CIPHER_iv_length(evp_cipher); in PKCS7_dataInit()
429 const EVP_CIPHER *evp_cipher = NULL; in PKCS7_dataDecode() local
474 if (evp_cipher == NULL) { in PKCS7_dataDecode()
486 if (evp_cipher == NULL) { in PKCS7_dataDecode()
[all …]
/dports/security/openssl/openssl-1.1.1n/crypto/pkcs7/
H A Dpk7_doit.c201 const EVP_CIPHER *evp_cipher = NULL; in PKCS7_dataInit() local
240 if (evp_cipher == NULL) { in PKCS7_dataInit()
248 evp_cipher = p7->d.enveloped->enc_data->cipher; in PKCS7_dataInit()
249 if (evp_cipher == NULL) { in PKCS7_dataInit()
272 if (evp_cipher != NULL) { in PKCS7_dataInit()
283 keylen = EVP_CIPHER_key_length(evp_cipher); in PKCS7_dataInit()
284 ivlen = EVP_CIPHER_iv_length(evp_cipher); in PKCS7_dataInit()
366 const EVP_CIPHER *evp_cipher = NULL; in PKCS7_dataDecode() local
411 if (evp_cipher == NULL) { in PKCS7_dataDecode()
423 if (evp_cipher == NULL) { in PKCS7_dataDecode()
[all …]
/dports/security/openssl-static/openssl-1.1.1l/crypto/pkcs7/
H A Dpk7_doit.c201 const EVP_CIPHER *evp_cipher = NULL; in PKCS7_dataInit() local
240 if (evp_cipher == NULL) { in PKCS7_dataInit()
248 evp_cipher = p7->d.enveloped->enc_data->cipher; in PKCS7_dataInit()
249 if (evp_cipher == NULL) { in PKCS7_dataInit()
272 if (evp_cipher != NULL) { in PKCS7_dataInit()
283 keylen = EVP_CIPHER_key_length(evp_cipher); in PKCS7_dataInit()
284 ivlen = EVP_CIPHER_iv_length(evp_cipher); in PKCS7_dataInit()
366 const EVP_CIPHER *evp_cipher = NULL; in PKCS7_dataDecode() local
411 if (evp_cipher == NULL) { in PKCS7_dataDecode()
423 if (evp_cipher == NULL) { in PKCS7_dataDecode()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs7/
H A Dpk7_doit.c201 const EVP_CIPHER *evp_cipher = NULL; in PKCS7_dataInit() local
240 if (evp_cipher == NULL) { in PKCS7_dataInit()
248 evp_cipher = p7->d.enveloped->enc_data->cipher; in PKCS7_dataInit()
249 if (evp_cipher == NULL) { in PKCS7_dataInit()
272 if (evp_cipher != NULL) { in PKCS7_dataInit()
283 keylen = EVP_CIPHER_key_length(evp_cipher); in PKCS7_dataInit()
284 ivlen = EVP_CIPHER_iv_length(evp_cipher); in PKCS7_dataInit()
366 const EVP_CIPHER *evp_cipher = NULL; in PKCS7_dataDecode() local
411 if (evp_cipher == NULL) { in PKCS7_dataDecode()
423 if (evp_cipher == NULL) { in PKCS7_dataDecode()
[all …]
/dports/sysutils/exa/exa-0.10.1/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/crypto/pkcs7/
H A Dpk7_doit.c201 const EVP_CIPHER *evp_cipher = NULL; in PKCS7_dataInit() local
240 if (evp_cipher == NULL) { in PKCS7_dataInit()
248 evp_cipher = p7->d.enveloped->enc_data->cipher; in PKCS7_dataInit()
249 if (evp_cipher == NULL) { in PKCS7_dataInit()
272 if (evp_cipher != NULL) { in PKCS7_dataInit()
283 keylen = EVP_CIPHER_key_length(evp_cipher); in PKCS7_dataInit()
284 ivlen = EVP_CIPHER_iv_length(evp_cipher); in PKCS7_dataInit()
366 const EVP_CIPHER *evp_cipher = NULL; in PKCS7_dataDecode() local
411 if (evp_cipher == NULL) { in PKCS7_dataDecode()
423 if (evp_cipher == NULL) { in PKCS7_dataDecode()
[all …]
/dports/www/node10/node-v10.24.1/deps/openssl/openssl/crypto/pkcs7/
H A Dpk7_doit.c201 const EVP_CIPHER *evp_cipher = NULL; in PKCS7_dataInit() local
240 if (evp_cipher == NULL) { in PKCS7_dataInit()
248 evp_cipher = p7->d.enveloped->enc_data->cipher; in PKCS7_dataInit()
249 if (evp_cipher == NULL) { in PKCS7_dataInit()
272 if (evp_cipher != NULL) { in PKCS7_dataInit()
283 keylen = EVP_CIPHER_key_length(evp_cipher); in PKCS7_dataInit()
284 ivlen = EVP_CIPHER_iv_length(evp_cipher); in PKCS7_dataInit()
366 const EVP_CIPHER *evp_cipher = NULL; in PKCS7_dataDecode() local
411 if (evp_cipher == NULL) { in PKCS7_dataDecode()
423 if (evp_cipher == NULL) { in PKCS7_dataDecode()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs7/
H A Dpk7_doit.c198 const EVP_CIPHER *evp_cipher = NULL; in PKCS7_dataInit() local
237 if (evp_cipher == NULL) { in PKCS7_dataInit()
245 evp_cipher = p7->d.enveloped->enc_data->cipher; in PKCS7_dataInit()
246 if (evp_cipher == NULL) { in PKCS7_dataInit()
269 if (evp_cipher != NULL) { in PKCS7_dataInit()
280 keylen = EVP_CIPHER_key_length(evp_cipher); in PKCS7_dataInit()
281 ivlen = EVP_CIPHER_iv_length(evp_cipher); in PKCS7_dataInit()
363 const EVP_CIPHER *evp_cipher = NULL; in PKCS7_dataDecode() local
408 if (evp_cipher == NULL) { in PKCS7_dataDecode()
420 if (evp_cipher == NULL) { in PKCS7_dataDecode()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/openssl/crypto/pkcs7/
H A Dpk7_doit.c257 const EVP_CIPHER *evp_cipher = NULL; in PKCS7_dataInit() local
296 if (evp_cipher == NULL) { in PKCS7_dataInit()
304 evp_cipher = p7->d.enveloped->enc_data->cipher; in PKCS7_dataInit()
305 if (evp_cipher == NULL) { in PKCS7_dataInit()
328 if (evp_cipher != NULL) { in PKCS7_dataInit()
339 keylen = EVP_CIPHER_key_length(evp_cipher); in PKCS7_dataInit()
340 ivlen = EVP_CIPHER_iv_length(evp_cipher); in PKCS7_dataInit()
426 const EVP_CIPHER *evp_cipher = NULL; in PKCS7_dataDecode() local
471 if (evp_cipher == NULL) { in PKCS7_dataDecode()
483 if (evp_cipher == NULL) { in PKCS7_dataDecode()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/openssl/crypto/pkcs7/
H A Dpk7_doit.c257 const EVP_CIPHER *evp_cipher = NULL; in PKCS7_dataInit() local
296 if (evp_cipher == NULL) { in PKCS7_dataInit()
304 evp_cipher = p7->d.enveloped->enc_data->cipher; in PKCS7_dataInit()
305 if (evp_cipher == NULL) { in PKCS7_dataInit()
328 if (evp_cipher != NULL) { in PKCS7_dataInit()
339 keylen = EVP_CIPHER_key_length(evp_cipher); in PKCS7_dataInit()
340 ivlen = EVP_CIPHER_iv_length(evp_cipher); in PKCS7_dataInit()
426 const EVP_CIPHER *evp_cipher = NULL; in PKCS7_dataDecode() local
471 if (evp_cipher == NULL) { in PKCS7_dataDecode()
483 if (evp_cipher == NULL) { in PKCS7_dataDecode()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs7/
H A Dpk7_doit.c198 const EVP_CIPHER *evp_cipher = NULL; in PKCS7_dataInit() local
237 if (evp_cipher == NULL) { in PKCS7_dataInit()
245 evp_cipher = p7->d.enveloped->enc_data->cipher; in PKCS7_dataInit()
246 if (evp_cipher == NULL) { in PKCS7_dataInit()
269 if (evp_cipher != NULL) { in PKCS7_dataInit()
280 keylen = EVP_CIPHER_key_length(evp_cipher); in PKCS7_dataInit()
281 ivlen = EVP_CIPHER_iv_length(evp_cipher); in PKCS7_dataInit()
363 const EVP_CIPHER *evp_cipher = NULL; in PKCS7_dataDecode() local
408 if (evp_cipher == NULL) { in PKCS7_dataDecode()
420 if (evp_cipher == NULL) { in PKCS7_dataDecode()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs7/
H A Dpk7_doit.c198 const EVP_CIPHER *evp_cipher = NULL; in PKCS7_dataInit() local
237 if (evp_cipher == NULL) { in PKCS7_dataInit()
245 evp_cipher = p7->d.enveloped->enc_data->cipher; in PKCS7_dataInit()
246 if (evp_cipher == NULL) { in PKCS7_dataInit()
269 if (evp_cipher != NULL) { in PKCS7_dataInit()
280 keylen = EVP_CIPHER_key_length(evp_cipher); in PKCS7_dataInit()
281 ivlen = EVP_CIPHER_iv_length(evp_cipher); in PKCS7_dataInit()
363 const EVP_CIPHER *evp_cipher = NULL; in PKCS7_dataDecode() local
408 if (evp_cipher == NULL) { in PKCS7_dataDecode()
420 if (evp_cipher == NULL) { in PKCS7_dataDecode()
[all …]
/dports/security/openssl-unsafe/openssl-c9ba19c/crypto/pkcs7/
H A Dpk7_doit.c257 const EVP_CIPHER *evp_cipher = NULL; in PKCS7_dataInit() local
296 if (evp_cipher == NULL) { in PKCS7_dataInit()
304 evp_cipher = p7->d.enveloped->enc_data->cipher; in PKCS7_dataInit()
305 if (evp_cipher == NULL) { in PKCS7_dataInit()
328 if (evp_cipher != NULL) { in PKCS7_dataInit()
339 keylen = EVP_CIPHER_key_length(evp_cipher); in PKCS7_dataInit()
340 ivlen = EVP_CIPHER_iv_length(evp_cipher); in PKCS7_dataInit()
424 const EVP_CIPHER *evp_cipher = NULL; in PKCS7_dataDecode() local
469 if (evp_cipher == NULL) { in PKCS7_dataDecode()
481 if (evp_cipher == NULL) { in PKCS7_dataDecode()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/aioquic/src/aioquic/
H A D_crypto.c76 const EVP_CIPHER *evp_cipher = EVP_get_cipherbyname(cipher_name); in AEAD_init() local
77 if (evp_cipher == 0) { in AEAD_init()
93 self->decrypt_ctx = create_ctx(evp_cipher, key_len, 0); in AEAD_init()
96 self->encrypt_ctx = create_ctx(evp_cipher, key_len, 1); in AEAD_init()
259 const EVP_CIPHER *evp_cipher = EVP_get_cipherbyname(cipher_name); in HeaderProtection_init() local
260 if (evp_cipher == 0) { in HeaderProtection_init()
272 res = EVP_CipherInit_ex(self->ctx, evp_cipher, NULL, NULL, NULL, 1); in HeaderProtection_init()
/dports/www/py-aioquic/aioquic-0.9.17/src/aioquic/
H A D_crypto.c76 const EVP_CIPHER *evp_cipher = EVP_get_cipherbyname(cipher_name); in AEAD_init() local
77 if (evp_cipher == 0) { in AEAD_init()
93 self->decrypt_ctx = create_ctx(evp_cipher, key_len, 0); in AEAD_init()
96 self->encrypt_ctx = create_ctx(evp_cipher, key_len, 1); in AEAD_init()
259 const EVP_CIPHER *evp_cipher = EVP_get_cipherbyname(cipher_name); in HeaderProtection_init() local
260 if (evp_cipher == 0) { in HeaderProtection_init()
272 res = EVP_CipherInit_ex(self->ctx, evp_cipher, NULL, NULL, NULL, 1); in HeaderProtection_init()
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/aioquic/src/aioquic/
H A D_crypto.c76 const EVP_CIPHER *evp_cipher = EVP_get_cipherbyname(cipher_name); in AEAD_init() local
77 if (evp_cipher == 0) { in AEAD_init()
93 self->decrypt_ctx = create_ctx(evp_cipher, key_len, 0); in AEAD_init()
96 self->encrypt_ctx = create_ctx(evp_cipher, key_len, 1); in AEAD_init()
259 const EVP_CIPHER *evp_cipher = EVP_get_cipherbyname(cipher_name); in HeaderProtection_init() local
260 if (evp_cipher == 0) { in HeaderProtection_init()
272 res = EVP_CipherInit_ex(self->ctx, evp_cipher, NULL, NULL, NULL, 1); in HeaderProtection_init()
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/aioquic/src/aioquic/
H A D_crypto.c76 const EVP_CIPHER *evp_cipher = EVP_get_cipherbyname(cipher_name); in AEAD_init() local
77 if (evp_cipher == 0) { in AEAD_init()
93 self->decrypt_ctx = create_ctx(evp_cipher, key_len, 0); in AEAD_init()
96 self->encrypt_ctx = create_ctx(evp_cipher, key_len, 1); in AEAD_init()
259 const EVP_CIPHER *evp_cipher = EVP_get_cipherbyname(cipher_name); in HeaderProtection_init() local
260 if (evp_cipher == 0) { in HeaderProtection_init()
272 res = EVP_CipherInit_ex(self->ctx, evp_cipher, NULL, NULL, NULL, 1); in HeaderProtection_init()
/dports/security/py-cryptography/stage/usr/local/lib/python3.8/site-packages/cryptography/hazmat/backends/openssl/
H A Daead.py31 evp_cipher = backend._lib.EVP_get_cipherbyname(cipher_name)
32 backend.openssl_assert(evp_cipher != backend._ffi.NULL)
37 evp_cipher,
H A Dcmac.py35 evp_cipher = adapter(self._backend, algorithm, CBC)
47 evp_cipher,
/dports/security/py-cryptography/cryptography-3.3.2/src/cryptography/hazmat/backends/openssl/
H A Daead.py31 evp_cipher = backend._lib.EVP_get_cipherbyname(cipher_name)
32 backend.openssl_assert(evp_cipher != backend._ffi.NULL)
37 evp_cipher,
/dports/security/py-cryptography/cryptography-3.3.2/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/cryptography/hazmat/backends/openssl/
H A Daead.py31 evp_cipher = backend._lib.EVP_get_cipherbyname(cipher_name)
32 backend.openssl_assert(evp_cipher != backend._ffi.NULL)
37 evp_cipher,

12345