diff options
Diffstat (limited to 'agent/agent.h')
-rw-r--r-- | agent/agent.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/agent/agent.h b/agent/agent.h index 3bedab121..e283398fe 100644 --- a/agent/agent.h +++ b/agent/agent.h @@ -537,6 +537,10 @@ gpg_error_t agent_pksign (ctrl_t ctrl, const char *cache_nonce, gpg_error_t agent_pkdecrypt (ctrl_t ctrl, const char *desc_text, const unsigned char *ciphertext, size_t ciphertextlen, membuf_t *outbuf, int *r_padding); +gpg_error_t agent_kem_decap (ctrl_t ctrl, const char *desc_text, + const unsigned char *ciphertext, size_t ciphertextlen, + membuf_t *outbuf, + const unsigned char *option, size_t optionlen); /*-- genkey.c --*/ #define CHECK_CONSTRAINTS_NOT_EMPTY 1 |