Home
last modified time | relevance | path

Searched refs:crypto_mechanism_t (Results 1 – 20 of 20) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/crypto/
H A Dapi.h76 crypto_mechanism_t *, crypto_data_t *, crypto_data_t *,
94 crypto_mechanism_t *, crypto_data_t *, crypto_key_t *,
100 crypto_mechanism_t *, crypto_data_t *, crypto_key_t *,
119 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *,
137 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *,
213 crypto_mechanism_t *mac_mech, crypto_data_t *pt,
218 crypto_mechanism_t *, crypto_mechanism_t *, crypto_data_t *,
228 crypto_mechanism_t *, crypto_mechanism_t *, crypto_key_t *, crypto_key_t *,
245 crypto_mechanism_t *mac_mech, crypto_mechanism_t *decr_mech,
255 crypto_session_id_t, crypto_mechanism_t *mac_mech,
[all …]
H A Dcommon.h52 } crypto_mechanism_t; typedef
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dspi.h140 crypto_mechanism_t *, crypto_key_t *,
162 crypto_mechanism_t *, crypto_data_t *,
174 crypto_mechanism_t *, crypto_key_t *,
187 crypto_mechanism_t *, crypto_key_t *,
208 crypto_mechanism_t *, crypto_key_t *,
319 crypto_mechanism_t *, crypto_key_t *, crypto_mechanism_t *,
330 crypto_mechanism_t *, crypto_key_t *, crypto_mechanism_t *,
336 crypto_mechanism_t *, crypto_key_t *, crypto_mechanism_t *,
472 crypto_mechanism_t *, crypto_mechanism_t *, int *, int);
474 crypto_mechanism_t *, crypto_mechanism_t *, int *, int);
[all …]
H A Dops_impl.h54 crypto_mechanism_t do_mech;
63 crypto_mechanism_t mo_mech;
73 crypto_mechanism_t eo_mech;
83 crypto_mechanism_t dop_mech;
93 crypto_mechanism_t so_mech;
103 crypto_mechanism_t vo_mech;
113 crypto_mechanism_t em_encr_mech;
116 crypto_mechanism_t em_mac_mech;
128 crypto_mechanism_t md_mac_mech;
131 crypto_mechanism_t md_decr_mech;
[all …]
H A Dioctl.h260 crypto_mechanism_t ei_mech;
293 crypto_mechanism_t di_mech;
325 crypto_mechanism_t di_mech;
360 crypto_mechanism_t mi_mech;
390 crypto_mechanism_t si_mech;
411 crypto_mechanism_t ri_mech;
436 crypto_mechanism_t vi_mech;
457 crypto_mechanism_t ri_mech;
1062 crypto_mechanism_t gk_mechanism;
1076 crypto_mechanism_t kp_mechanism;
[all …]
H A Dsched_impl.h494 extern kcf_provider_desc_t *kcf_get_dual_provider(crypto_mechanism_t *,
495 crypto_mechanism_t *, kcf_mech_entry_t **, crypto_mech_type_t *,
/f-stack/freebsd/contrib/openzfs/module/icp/io/
H A Dskein_mod.c80 static int skein_digest_init(crypto_ctx_t *, crypto_mechanism_t *,
87 crypto_mechanism_t *, crypto_data_t *, crypto_data_t *,
102 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *, crypto_data_t *,
115 crypto_mechanism_t *, crypto_key_t *, crypto_spi_ctx_template_t *,
186 skein_get_digest_bitlen(const crypto_mechanism_t *mechanism, size_t *result) in skein_get_digest_bitlen()
400 skein_digest_init(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism, in skein_digest_init()
544 crypto_session_id_t session_id, crypto_mechanism_t *mechanism, in skein_digest_atomic()
582 skein_mac_ctx_build(skein_ctx_t *ctx, crypto_mechanism_t *mechanism, in skein_mac_ctx_build()
613 skein_mac_init(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism, in skein_mac_init()
652 crypto_session_id_t session_id, crypto_mechanism_t *mechanism, in skein_mac_atomic()
[all …]
H A Daes.c101 static int aes_encrypt_init(crypto_ctx_t *, crypto_mechanism_t *,
103 static int aes_decrypt_init(crypto_ctx_t *, crypto_mechanism_t *,
105 static int aes_common_init(crypto_ctx_t *, crypto_mechanism_t *,
108 crypto_mechanism_t *, crypto_key_t *, int, boolean_t);
119 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *,
127 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *,
322 aes_encrypt_init(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism, in aes_encrypt_init()
343 aes_common_init(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism, in aes_common_init()
1241 crypto_mechanism_t *mechanism, crypto_key_t *key, in aes_create_ctx_template()
1422 crypto_mechanism_t gcm_mech; in aes_mac_atomic()
[all …]
H A Dsha1_mod.c106 static int sha1_digest_init(crypto_ctx_t *, crypto_mechanism_t *,
115 crypto_mechanism_t *, crypto_data_t *, crypto_data_t *,
133 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *, crypto_data_t *,
136 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *, crypto_data_t *,
149 crypto_mechanism_t *, crypto_key_t *, crypto_spi_ctx_template_t *,
242 sha1_digest_init(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism, in sha1_digest_init()
567 crypto_session_id_t session_id, crypto_mechanism_t *mechanism, in sha1_digest_atomic()
688 sha1_mac_init(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism, in sha1_mac_init()
883 crypto_session_id_t session_id, crypto_mechanism_t *mechanism, in sha1_mac_atomic()
999 crypto_session_id_t session_id, crypto_mechanism_t *mechanism, in sha1_mac_verify_atomic()
[all …]
H A Dsha2_mod.c133 static int sha2_digest_init(crypto_ctx_t *, crypto_mechanism_t *,
142 crypto_mechanism_t *, crypto_data_t *, crypto_data_t *,
160 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *, crypto_data_t *,
163 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *, crypto_data_t *,
176 crypto_mechanism_t *, crypto_key_t *, crypto_spi_ctx_template_t *,
269 sha2_digest_init(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism, in sha2_digest_init()
624 crypto_session_id_t session_id, crypto_mechanism_t *mechanism, in sha2_digest_atomic()
757 sha2_mac_init(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism, in sha2_mac_init()
989 crypto_session_id_t session_id, crypto_mechanism_t *mechanism, in sha2_mac_atomic()
1127 crypto_session_id_t session_id, crypto_mechanism_t *mechanism, in sha2_mac_verify_atomic()
[all …]
/f-stack/freebsd/contrib/openzfs/module/icp/api/
H A Dkcf_cipher.c101 crypto_mechanism_t *mech, crypto_key_t *key, in crypto_cipher_init_prov()
137 crypto_mechanism_t lmech; in crypto_cipher_init_prov()
224 crypto_cipher_init(crypto_mechanism_t *mech, crypto_key_t *key, in crypto_cipher_init()
349 crypto_encrypt(crypto_mechanism_t *mech, crypto_data_t *plaintext, in crypto_encrypt()
392 crypto_mechanism_t lmech; in crypto_encrypt()
427 crypto_mechanism_t *mech, crypto_key_t *key, in crypto_encrypt_init_prov()
441 crypto_encrypt_init(crypto_mechanism_t *mech, crypto_key_t *key, in crypto_encrypt_init()
632 crypto_decrypt(crypto_mechanism_t *mech, crypto_data_t *ciphertext, in crypto_decrypt()
675 crypto_mechanism_t lmech; in crypto_decrypt()
710 crypto_mechanism_t *mech, crypto_key_t *key, in crypto_decrypt_init_prov()
[all …]
H A Dkcf_mac.c91 crypto_mechanism_t *mech, crypto_data_t *data, crypto_key_t *key, in crypto_mac_prov()
124 crypto_mac(crypto_mechanism_t *mech, crypto_data_t *data, in crypto_mac()
167 crypto_mechanism_t lmech; in crypto_mac()
216 crypto_mechanism_t *mech, crypto_data_t *data, crypto_key_t *key, in crypto_mac_verify_prov()
249 crypto_mac_verify(crypto_mechanism_t *mech, crypto_data_t *data, in crypto_mac_verify()
292 crypto_mechanism_t lmech; in crypto_mac_verify()
368 crypto_mechanism_t *mech, crypto_key_t *key, crypto_spi_ctx_template_t tmpl, in crypto_mac_init_prov()
397 crypto_mechanism_t lmech; in crypto_mac_init_prov()
430 crypto_mac_init(crypto_mechanism_t *mech, crypto_key_t *key, in crypto_mac_init()
H A Dkcf_digest.c90 crypto_mechanism_t *mech, crypto_data_t *data, crypto_data_t *digest, in crypto_digest_prov()
125 crypto_digest(crypto_mechanism_t *mech, crypto_data_t *data, in crypto_digest()
145 crypto_mechanism_t lmech; in crypto_digest()
206 crypto_mechanism_t *mech, crypto_context_t *ctxp, crypto_call_req_t *crq) in crypto_digest_init_prov()
234 crypto_mechanism_t lmech; in crypto_digest_init_prov()
267 crypto_digest_init(crypto_mechanism_t *mech, crypto_context_t *ctxp, in crypto_digest_init()
H A Dkcf_ctxops.c71 crypto_create_ctx_template(crypto_mechanism_t *mech, crypto_key_t *key, in crypto_create_ctx_template()
78 crypto_mechanism_t prov_mech; in crypto_create_ctx_template()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dhkdf.c29 crypto_mechanism_t mech; in hkdf_sha512_extract()
68 crypto_mechanism_t mech; in hkdf_sha512_expand()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dfreebsd_crypto.h61 typedef void *crypto_mechanism_t; typedef
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c226 crypto_mechanism_t mech; in zio_crypt_key_init()
301 crypto_mechanism_t mech; in zio_crypt_key_change_salt()
385 crypto_mechanism_t mech; in zio_do_crypt_uio()
552 crypto_mechanism_t mech; in zio_crypt_key_unwrap()
675 crypto_mechanism_t mech; in zio_crypt_do_hmac()
1127 crypto_mechanism_t mech; in zio_crypt_do_objset_hmacs()
/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c357 can_resubmit(kcf_areq_node_t *areq, crypto_mechanism_t **mech1, in can_resubmit()
358 crypto_mechanism_t **mech2, crypto_func_group_t *fg) in can_resubmit()
497 crypto_mechanism_t *mech1 = NULL, *mech2 = NULL; in kcf_resubmit_request()
H A Dkcf_callprov.c361 kcf_get_dual_provider(crypto_mechanism_t *mech1, crypto_mechanism_t *mech2, in kcf_get_dual_provider()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c238 crypto_mechanism_t mech __unused; in zio_crypt_key_init()
313 crypto_mechanism_t mech __unused; in zio_crypt_key_change_salt()