Home
last modified time | relevance | path

Searched refs:crypto_ctx_template_t (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/crypto/
H A Dapi.h39 typedef void *crypto_ctx_template_t; typedef
116 crypto_data_t *data, crypto_ctx_template_t tmpl,
198 crypto_ctx_template_t tmpl, crypto_context_t *ctxp,
215 crypto_ctx_template_t encr_tmpl, crypto_ctx_template_t mac_tmpl,
219 crypto_key_t *, crypto_key_t *, crypto_ctx_template_t,
224 crypto_key_t *mac_key, crypto_ctx_template_t encr_tmpl,
229 crypto_ctx_template_t, crypto_ctx_template_t, crypto_context_t *,
242 crypto_ctx_template_t mac_tmpl, crypto_ctx_template_t decr_tmpl,
247 crypto_ctx_template_t mac_tmpl, crypto_ctx_template_t decr_tmpl,
252 crypto_ctx_template_t mac_tmpl, crypto_ctx_template_t decr_tmpl,
[all …]
/f-stack/freebsd/contrib/openzfs/module/icp/api/
H A Dkcf_ctxops.c72 crypto_ctx_template_t *ptmpl, int kmflag) in crypto_create_ctx_template()
134 crypto_destroy_ctx_template(crypto_ctx_template_t tmpl) in crypto_destroy_ctx_template()
H A Dkcf_cipher.c225 crypto_ctx_template_t tmpl, crypto_context_t *ctxp, in crypto_cipher_init()
315 crypto_ctx_template_t tmpl, crypto_data_t *ciphertext, in crypto_encrypt_prov()
350 crypto_key_t *key, crypto_ctx_template_t tmpl, crypto_data_t *ciphertext, in crypto_encrypt()
428 crypto_ctx_template_t tmpl, crypto_context_t *ctxp, in crypto_encrypt_init_prov()
442 crypto_ctx_template_t tmpl, crypto_context_t *ctxp, in crypto_encrypt_init()
597 crypto_ctx_template_t tmpl, crypto_data_t *plaintext, in crypto_decrypt_prov()
633 crypto_key_t *key, crypto_ctx_template_t tmpl, crypto_data_t *plaintext, in crypto_decrypt()
711 crypto_ctx_template_t tmpl, crypto_context_t *ctxp, in crypto_decrypt_init_prov()
725 crypto_ctx_template_t tmpl, crypto_context_t *ctxp, in crypto_decrypt_init()
H A Dkcf_mac.c92 crypto_ctx_template_t tmpl, crypto_data_t *mac, crypto_call_req_t *crq) in crypto_mac_prov()
125 crypto_key_t *key, crypto_ctx_template_t tmpl, crypto_data_t *mac, in crypto_mac()
217 crypto_ctx_template_t tmpl, crypto_data_t *mac, crypto_call_req_t *crq) in crypto_mac_verify_prov()
250 crypto_key_t *key, crypto_ctx_template_t tmpl, crypto_data_t *mac, in crypto_mac_verify()
431 crypto_ctx_template_t tmpl, crypto_context_t *ctxp, in crypto_mac_init()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzio_crypt.h109 crypto_ctx_template_t zk_current_tmpl;
116 crypto_ctx_template_t zk_hmac_tmpl;
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dfreebsd_crypto.h62 typedef void *crypto_ctx_template_t; typedef
/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c1601 crypto_ctx_template_t mac_tmpl; in kcf_next_req()
1605 mac_tmpl = (crypto_ctx_template_t)mops->mo_templ; in kcf_next_req()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c378 crypto_ctx_template_t tmpl, uint8_t *ivbuf, uint_t datalen, in zio_do_crypt_uio()
1890 crypto_ctx_template_t tmpl; in zio_do_crypt_data()