OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:known_cipher_methods
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/crypto/engine/
eng_devcrypto.c
338
* cipher_data[] above, which
known_cipher_methods
[] is.
342
static EVP_CIPHER *
known_cipher_methods
[OSSL_NELEM(cipher_data)] = { NULL, };
variable
368
if ((
known_cipher_methods
[i] =
373
|| !EVP_CIPHER_meth_set_iv_length(
known_cipher_methods
[i],
375
|| !EVP_CIPHER_meth_set_flags(
known_cipher_methods
[i],
380
|| !EVP_CIPHER_meth_set_init(
known_cipher_methods
[i], cipher_init)
381
|| !EVP_CIPHER_meth_set_do_cipher(
known_cipher_methods
[i],
385
|| !EVP_CIPHER_meth_set_ctrl(
known_cipher_methods
[i], cipher_ctrl)
386
|| !EVP_CIPHER_meth_set_cleanup(
known_cipher_methods
[i],
388
|| !EVP_CIPHER_meth_set_impl_ctx_size(
known_cipher_methods
[i]
[
all
...]
/src/crypto/external/apache2/openssl/dist/engines/
e_devcrypto.c
401
static EVP_CIPHER *
known_cipher_methods
[OSSL_NELEM(cipher_data)] = {
variable
471
if ((
known_cipher_methods
[i] = EVP_CIPHER_meth_new(cipher_data[i].nid,
475
|| !EVP_CIPHER_meth_set_iv_length(
known_cipher_methods
[i],
477
|| !EVP_CIPHER_meth_set_flags(
known_cipher_methods
[i],
482
|| !EVP_CIPHER_meth_set_init(
known_cipher_methods
[i], cipher_init)
483
|| !EVP_CIPHER_meth_set_do_cipher(
known_cipher_methods
[i],
485
|| !EVP_CIPHER_meth_set_ctrl(
known_cipher_methods
[i], cipher_ctrl)
486
|| !EVP_CIPHER_meth_set_cleanup(
known_cipher_methods
[i],
488
|| !EVP_CIPHER_meth_set_impl_ctx_size(
known_cipher_methods
[i],
491
EVP_CIPHER_meth_free(
known_cipher_methods
[i])
[
all
...]
/src/crypto/external/bsd/openssl/dist/engines/
e_devcrypto.c
408
static EVP_CIPHER *
known_cipher_methods
[OSSL_NELEM(cipher_data)] = { NULL, };
variable
477
if ((
known_cipher_methods
[i] =
482
|| !EVP_CIPHER_meth_set_iv_length(
known_cipher_methods
[i],
484
|| !EVP_CIPHER_meth_set_flags(
known_cipher_methods
[i],
489
|| !EVP_CIPHER_meth_set_init(
known_cipher_methods
[i], cipher_init)
490
|| !EVP_CIPHER_meth_set_do_cipher(
known_cipher_methods
[i],
494
|| !EVP_CIPHER_meth_set_ctrl(
known_cipher_methods
[i], cipher_ctrl)
495
|| !EVP_CIPHER_meth_set_cleanup(
known_cipher_methods
[i],
497
|| !EVP_CIPHER_meth_set_impl_ctx_size(
known_cipher_methods
[i],
500
EVP_CIPHER_meth_free(
known_cipher_methods
[i])
[
all
...]
Completed in 24 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026