Searched refs:crypto_call_req_t (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/crypto/ |
| H A D | api.h | 54 } crypto_call_req_t; typedef 77 crypto_call_req_t *); 79 crypto_call_req_t *cr); 83 crypto_call_req_t *cr); 85 crypto_call_req_t *cr); 92 crypto_call_req_t *cr); 98 crypto_call_req_t *cr); 108 crypto_call_req_t *cr); 221 crypto_call_req_t *); 230 crypto_call_req_t *); [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/icp/api/ |
| H A D | kcf_cipher.c | 103 crypto_call_req_t *crq, crypto_func_group_t func) in crypto_cipher_init_prov() 316 crypto_call_req_t *crq) in crypto_encrypt_prov() 351 crypto_call_req_t *crq) in crypto_encrypt() 429 crypto_call_req_t *crq) in crypto_encrypt_init_prov() 443 crypto_call_req_t *crq) in crypto_encrypt_init() 530 crypto_call_req_t *cr) in crypto_encrypt_final() 598 crypto_call_req_t *crq) in crypto_decrypt_prov() 634 crypto_call_req_t *crq) in crypto_decrypt() 712 crypto_call_req_t *crq) in crypto_decrypt_init_prov() 726 crypto_call_req_t *crq) in crypto_decrypt_init() [all …]
|
| H A D | kcf_digest.c | 91 crypto_call_req_t *crq) in crypto_digest_prov() 126 crypto_data_t *digest, crypto_call_req_t *crq) in crypto_digest() 206 crypto_mechanism_t *mech, crypto_context_t *ctxp, crypto_call_req_t *crq) in crypto_digest_init_prov() 268 crypto_call_req_t *crq) in crypto_digest_init() 332 crypto_call_req_t *cr) in crypto_digest_update() 381 crypto_call_req_t *cr) in crypto_digest_final() 418 crypto_call_req_t *cr) in crypto_digest_key_prov() 452 crypto_data_t *digest, crypto_call_req_t *cr) in crypto_digest_single()
|
| H A D | kcf_mac.c | 92 crypto_ctx_template_t tmpl, crypto_data_t *mac, crypto_call_req_t *crq) in crypto_mac_prov() 126 crypto_call_req_t *crq) in crypto_mac() 217 crypto_ctx_template_t tmpl, crypto_data_t *mac, crypto_call_req_t *crq) in crypto_mac_verify_prov() 251 crypto_call_req_t *crq) in crypto_mac_verify() 369 crypto_context_t *ctxp, crypto_call_req_t *crq) in crypto_mac_init_prov() 432 crypto_call_req_t *crq) in crypto_mac_init() 519 crypto_call_req_t *cr) in crypto_mac_update() 568 crypto_call_req_t *cr) in crypto_mac_final() 604 crypto_data_t *mac, crypto_call_req_t *cr) in crypto_mac_single()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/ |
| H A D | sched_impl.h | 165 crypto_call_req_t an_reqarg; 224 crypto_call_req_t kr_callreq; /* external client call req */ 498 extern crypto_ctx_t *kcf_new_ctx(crypto_call_req_t *, kcf_provider_desc_t *, 501 crypto_call_req_t *, kcf_req_params_t *, boolean_t); 523 extern kcf_dual_req_t *kcf_alloc_req(crypto_call_req_t *);
|
| H A D | impl.h | 1199 crypto_data_t *, crypto_call_req_t *); 1202 crypto_data_t *, crypto_call_req_t *); 1205 crypto_data_t *, crypto_call_req_t *); 1208 crypto_data_t *, crypto_call_req_t *); 1213 crypto_call_req_t *); 1217 crypto_data_t *, crypto_call_req_t *); 1220 crypto_data_t *, crypto_call_req_t *); 1224 crypto_data_t *, crypto_call_req_t *); 1227 crypto_data_t *, crypto_call_req_t *); 1241 size_t len, crypto_call_req_t *req); [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/icp/core/ |
| H A D | kcf_sched.c | 73 kcf_context_t *, crypto_call_req_t *, kcf_req_params_t *, boolean_t); 86 kcf_new_ctx(crypto_call_req_t *crq, kcf_provider_desc_t *pd, in kcf_new_ctx() 127 crypto_call_req_t *crq, kcf_req_params_t *req, boolean_t isdual) in kcf_areqnode_alloc() 603 crypto_call_req_t *crq, kcf_req_params_t *params, boolean_t cont) in kcf_submit_request() 1543 kcf_alloc_req(crypto_call_req_t *crq) in kcf_alloc_req() 1556 bzero(&(kcr->kr_callreq), sizeof (crypto_call_req_t)); in kcf_alloc_req() 1769 crypto_call_req_t *cr = &last_req->kr_callreq; in kcf_last_req()
|