diff options
author | наб <[email protected]> | 2021-12-23 20:11:01 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2022-02-15 16:24:04 -0800 |
commit | bf3fffe70de5dd905d315ab022a373296f5fd94b (patch) | |
tree | a16bdc3da2a54a99eae5742d3f73764c482ad786 /include/sys/crypto/api.h | |
parent | 2c2f955aaebaeacc167970068a994ab014dd2e0d (diff) |
module: icp: remove unused kcf_mac operations
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #12901
Diffstat (limited to 'include/sys/crypto/api.h')
-rw-r--r-- | include/sys/crypto/api.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/sys/crypto/api.h b/include/sys/crypto/api.h index d1d708db8..76d862bb3 100644 --- a/include/sys/crypto/api.h +++ b/include/sys/crypto/api.h @@ -90,15 +90,9 @@ extern int crypto_digest_final(crypto_context_t ctx, crypto_data_t *digest, extern int crypto_mac(crypto_mechanism_t *mech, crypto_data_t *data, crypto_key_t *key, crypto_ctx_template_t tmpl, crypto_data_t *mac, crypto_call_req_t *cr); -extern int crypto_mac_prov(crypto_provider_t, crypto_session_id_t, - crypto_mechanism_t *, crypto_data_t *, crypto_key_t *, - crypto_ctx_template_t, crypto_data_t *, crypto_call_req_t *); extern int crypto_mac_verify(crypto_mechanism_t *mech, crypto_data_t *data, crypto_key_t *key, crypto_ctx_template_t tmpl, crypto_data_t *mac, crypto_call_req_t *cr); -extern int crypto_mac_verify_prov(crypto_provider_t, crypto_session_id_t, - crypto_mechanism_t *, crypto_data_t *, crypto_key_t *, - crypto_ctx_template_t, crypto_data_t *, crypto_call_req_t *); extern int crypto_mac_init(crypto_mechanism_t *mech, crypto_key_t *key, crypto_ctx_template_t tmpl, crypto_context_t *ctxp, crypto_call_req_t *cr); extern int crypto_mac_init_prov(crypto_provider_t, crypto_session_id_t, |