Searched defs:should_bswap (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zio_crypt.c | 887 zio_crypt_bp_auth_init(uint64_t version, boolean_t should_bswap, blkptr_t *bp, in zio_crypt_bp_auth_init() 917 boolean_t should_bswap, blkptr_t *bp) in zio_crypt_bp_do_hmac_updates() 930 boolean_t should_bswap, blkptr_t *bp) in zio_crypt_bp_do_indrect_checksum_updates() 941 boolean_t should_bswap, blkptr_t *bp) in zio_crypt_bp_do_aad_updates() 954 boolean_t should_bswap, dnode_phys_t *dnp) in zio_crypt_do_dnode_hmac_updates() 1021 boolean_t should_bswap, uint8_t *portable_mac, uint8_t *local_mac) in zio_crypt_do_objset_hmacs()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zio_crypt.c | 969 zio_crypt_bp_auth_init(uint64_t version, boolean_t should_bswap, blkptr_t *bp, in zio_crypt_bp_auth_init() 999 boolean_t should_bswap, blkptr_t *bp) in zio_crypt_bp_do_hmac_updates() 1027 boolean_t should_bswap, blkptr_t *bp) in zio_crypt_bp_do_indrect_checksum_updates() 1038 boolean_t should_bswap, blkptr_t *bp) in zio_crypt_bp_do_aad_updates() 1051 boolean_t should_bswap, dnode_phys_t *dnp) in zio_crypt_do_dnode_hmac_updates() 1136 boolean_t should_bswap, uint8_t *portable_mac, uint8_t *local_mac) in zio_crypt_do_objset_hmacs()
|