Home
last modified time | relevance | path

Searched refs:cd_format (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dhkdf.c44 input_cd.cd_format = CRYPTO_DATA_RAW; in hkdf_sha512_extract()
50 output_cd.cd_format = CRYPTO_DATA_RAW; in hkdf_sha512_extract()
91 T_cd.cd_format = CRYPTO_DATA_RAW; in hkdf_sha512_expand()
95 c_cd.cd_format = CRYPTO_DATA_RAW; in hkdf_sha512_expand()
101 info_cd.cd_format = CRYPTO_DATA_RAW; in hkdf_sha512_expand()
/f-stack/freebsd/contrib/openzfs/module/icp/io/
H A Dsha1_mod.c434 switch (data->cd_format) { in sha1_digest()
460 switch (digest->cd_format) { in sha1_digest()
498 switch (data->cd_format) { in sha1_digest_update()
537 switch (digest->cd_format) { in sha1_digest_final()
585 switch (data->cd_format) { in sha1_digest_atomic()
608 switch (digest->cd_format) { in sha1_digest_atomic()
769 switch (data->cd_format) { in sha1_mac_update()
825 switch (mac->cd_format) { in sha1_mac_final()
866 switch (data->cd_format) { \
957 switch (mac->cd_format) { in sha1_mac_atomic()
[all …]
H A Dsha2_mod.c478 switch (data->cd_format) { in sha2_digest()
504 switch (digest->cd_format) { in sha2_digest()
541 switch (data->cd_format) { in sha2_digest_update()
595 switch (digest->cd_format) { in sha2_digest_final()
638 switch (data->cd_format) { in sha2_digest_atomic()
669 switch (digest->cd_format) { in sha2_digest_atomic()
856 switch (data->cd_format) { in sha2_mac_update()
932 switch (mac->cd_format) { in sha2_mac_final()
972 switch (data->cd_format) { \
1090 switch (mac->cd_format) { in sha2_mac_atomic()
[all …]
H A Daes.c652 switch (plaintext->cd_format) { in aes_encrypt_update()
731 switch (ciphertext->cd_format) { in aes_decrypt_update()
783 if (data->cd_format != CRYPTO_DATA_RAW && in aes_encrypt_final()
784 data->cd_format != CRYPTO_DATA_UIO) { in aes_encrypt_final()
842 if (data->cd_format != CRYPTO_DATA_RAW && in aes_decrypt_final()
843 data->cd_format != CRYPTO_DATA_UIO) { in aes_decrypt_final()
1000 switch (plaintext->cd_format) { in aes_encrypt_atomic()
1141 switch (ciphertext->cd_format) { in aes_decrypt_atomic()
1407 if (data->cd_format != CRYPTO_DATA_RAW) in process_gmac_mech()
H A Dskein_mod.c474 switch (data->cd_format) { in skein_update()
510 switch (digest->cd_format) { in skein_final()
/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Dmodes.c40 switch (out->cd_format) { in crypto_init_ptrs()
71 switch (out->cd_format) { in crypto_get_ptrs()
/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_prov_lib.c50 ASSERT(data->cd_format == CRYPTO_DATA_UIO); in crypto_uio_data()
120 switch (output->cd_format) { in crypto_put_output_data()
/f-stack/freebsd/contrib/openzfs/include/sys/crypto/
H A Dcommon.h238 crypto_data_format_t cd_format; /* Format identifier */ member
262 #define dd_format dd_data.cd_format
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c441 plaindata.cd_format = CRYPTO_DATA_UIO; in zio_do_crypt_uio()
447 cipherdata.cd_format = CRYPTO_DATA_UIO; in zio_do_crypt_uio()
687 in_data.cd_format = CRYPTO_DATA_RAW; in zio_crypt_do_hmac()
693 digest_data.cd_format = CRYPTO_DATA_RAW; in zio_crypt_do_hmac()
1001 cd.cd_format = CRYPTO_DATA_RAW; in zio_crypt_bp_do_hmac_updates()
1053 cd.cd_format = CRYPTO_DATA_RAW; in zio_crypt_do_dnode_hmac_updates()
1141 cd.cd_format = CRYPTO_DATA_RAW; in zio_crypt_do_objset_hmacs()