Searched refs:known_cipher_methods (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/engine/ |
H A D | eng_devcrypto.c | 342 static EVP_CIPHER *known_cipher_methods[OSSL_NELEM(cipher_data)] = { NULL, }; variable 368 if ((known_cipher_methods[i] = in prepare_cipher_methods() 373 || !EVP_CIPHER_meth_set_iv_length(known_cipher_methods[i], in prepare_cipher_methods() 375 || !EVP_CIPHER_meth_set_flags(known_cipher_methods[i], in prepare_cipher_methods() 380 || !EVP_CIPHER_meth_set_init(known_cipher_methods[i], cipher_init) in prepare_cipher_methods() 381 || !EVP_CIPHER_meth_set_do_cipher(known_cipher_methods[i], in prepare_cipher_methods() 385 || !EVP_CIPHER_meth_set_ctrl(known_cipher_methods[i], cipher_ctrl) in prepare_cipher_methods() 386 || !EVP_CIPHER_meth_set_cleanup(known_cipher_methods[i], in prepare_cipher_methods() 388 || !EVP_CIPHER_meth_set_impl_ctx_size(known_cipher_methods[i], in prepare_cipher_methods() 390 EVP_CIPHER_meth_free(known_cipher_methods[i]); in prepare_cipher_methods() [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/engines/ |
H A D | e_devcrypto.c | 408 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 …]
|