[#ENGINE_CIPHERS_PTR] = ENGINE_CIPHERS_PTR :mrdocs: ENGINE ciphers handler: list supported NIDs or return an EVP_CIPHER for a NID. == Synopsis Declared in `<openssl/engine.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef int(* ENGINE_CIPHERS_PTR)(xref:ENGINE.adoc[ENGINE]*, xref:EVP_CIPHER-07.adoc[EVP_CIPHER] const**, int const**, int); ---- == Description Called as foo(e, &cipher, NULL, nid) to fetch a cipher, or foo(e, NULL, &nids, 0) to list supported NIDs (returns the count, or a negative value on error). [.small]#Created with https://www.mrdocs.com[MrDocs]#