[#EVP_PKEY_CTX_get_operation] = EVP_PKEY_CTX_get_operation :mrdocs: Return the operation type currently configured on a key context. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int EVP_PKEY_CTX_get_operation(xref:EVP_PKEY_CTX.adoc[EVP_PKEY_CTX]* ctx); ---- == Return Value One of the EVP_PKEY_OP_* values, or EVP_PKEY_OP_UNDEFINED if unset. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Key context to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#