| /f-stack/freebsd/contrib/openzfs/module/icp/api/ |
| H A D | kcf_digest.c | 112 rv = kcf_submit_request(real_provider, NULL, crq, ¶ms, B_FALSE); in crypto_digest_prov() 162 error = kcf_submit_request(pd, NULL, crq, ¶ms, in crypto_digest() 244 error = kcf_submit_request(real_provider, ctx, crq, ¶ms, in crypto_digest_init_prov() 355 error = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_digest_update() 404 error = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_digest_final() 441 error = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_digest_key_prov() 474 error = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_digest_single()
|
| H A D | kcf_mac.c | 112 rv = kcf_submit_request(real_provider, NULL, crq, ¶ms, B_FALSE); in crypto_mac_prov() 190 error = kcf_submit_request(pd, NULL, crq, ¶ms, in crypto_mac() 237 rv = kcf_submit_request(real_provider, NULL, crq, ¶ms, B_FALSE); in crypto_mac_verify_prov() 311 error = kcf_submit_request(pd, NULL, crq, ¶ms, in crypto_mac_verify() 407 rv = kcf_submit_request(real_provider, ctx, crq, ¶ms, in crypto_mac_init_prov() 542 rv = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_mac_update() 591 rv = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_mac_final() 627 error = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_mac_single()
|
| H A D | kcf_cipher.c | 201 error = kcf_submit_request(real_provider, ctx, crq, ¶ms, in crypto_cipher_init_prov() 337 error = kcf_submit_request(real_provider, NULL, crq, ¶ms, B_FALSE); in crypto_encrypt_prov() 403 error = kcf_submit_request(pd, NULL, crq, ¶ms, B_FALSE); in crypto_encrypt() 505 error = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_encrypt_update() 553 error = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_encrypt_final() 619 rv = kcf_submit_request(real_provider, NULL, crq, ¶ms, B_FALSE); in crypto_decrypt_prov() 686 error = kcf_submit_request(pd, NULL, crq, ¶ms, B_FALSE); in crypto_decrypt() 788 error = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_decrypt_update() 837 error = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_decrypt_final() 872 error = kcf_submit_request(pd, ctx, cr, ¶ms, B_FALSE); in crypto_encrypt_single() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/icp/core/ |
| H A D | kcf_callprov.c | 1350 err = kcf_submit_request(pd, ctx, NULL, &encr_params, in kcf_emulate_dual() 1382 err = kcf_submit_request(pd, ctx, NULL, &encr_params, in kcf_emulate_dual() 1424 err = kcf_submit_request(pd, ctx, NULL, &encr_params, in kcf_emulate_dual() 1489 err = kcf_submit_request(pd, ctx, NULL, &decr_params, in kcf_emulate_dual()
|
| H A D | kcf_sched.c | 602 kcf_submit_request(kcf_provider_desc_t *pd, crypto_ctx_t *ctx, in kcf_submit_request() function
|
| /f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/ |
| H A D | sched_impl.h | 500 extern int kcf_submit_request(kcf_provider_desc_t *, crypto_ctx_t *,
|
| /f-stack/freebsd/contrib/openzfs/module/icp/spi/ |
| H A D | kcf_spi.c | 223 ret = kcf_submit_request(prov_desc, NULL, NULL, ¶ms, in crypto_register_provider()
|