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.c409 static EVP_CIPHER *known_cipher_methods[OSSL_NELEM(cipher_data)] = { NULL, }; variable
478 if ((known_cipher_methods[i] = in prepare_cipher_methods()
483 || !EVP_CIPHER_meth_set_iv_length(known_cipher_methods[i], in prepare_cipher_methods()
485 || !EVP_CIPHER_meth_set_flags(known_cipher_methods[i], in prepare_cipher_methods()
490 || !EVP_CIPHER_meth_set_init(known_cipher_methods[i], cipher_init) in prepare_cipher_methods()
491 || !EVP_CIPHER_meth_set_do_cipher(known_cipher_methods[i], in prepare_cipher_methods()
495 || !EVP_CIPHER_meth_set_ctrl(known_cipher_methods[i], cipher_ctrl) in prepare_cipher_methods()
496 || !EVP_CIPHER_meth_set_cleanup(known_cipher_methods[i], in prepare_cipher_methods()
498 || !EVP_CIPHER_meth_set_impl_ctx_size(known_cipher_methods[i], in prepare_cipher_methods()
501 EVP_CIPHER_meth_free(known_cipher_methods[i]); in prepare_cipher_methods()
[all …]