Home
last modified time | relevance | path

Searched refs:known_cipher_methods (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/engines/
H A De_devcrypto.c408 static EVP_CIPHER *known_cipher_methods[OSSL_NELEM(cipher_data)] = { NULL, }; variable
477 if ((known_cipher_methods[i] = in prepare_cipher_methods()
482 || !EVP_CIPHER_meth_set_iv_length(known_cipher_methods[i], in prepare_cipher_methods()
484 || !EVP_CIPHER_meth_set_flags(known_cipher_methods[i], in prepare_cipher_methods()
489 || !EVP_CIPHER_meth_set_init(known_cipher_methods[i], cipher_init) in prepare_cipher_methods()
490 || !EVP_CIPHER_meth_set_do_cipher(known_cipher_methods[i], in prepare_cipher_methods()
494 || !EVP_CIPHER_meth_set_ctrl(known_cipher_methods[i], cipher_ctrl) in prepare_cipher_methods()
495 || !EVP_CIPHER_meth_set_cleanup(known_cipher_methods[i], in prepare_cipher_methods()
497 || !EVP_CIPHER_meth_set_impl_ctx_size(known_cipher_methods[i], in prepare_cipher_methods()
500 EVP_CIPHER_meth_free(known_cipher_methods[i]); in prepare_cipher_methods()
[all …]