Home
last modified time | relevance | path

Searched refs:sha256_ops_t (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/module/icp/algs/sha2/
H A Dsha256_impl.c58 const sha256_ops_t sha256_x64_impl = {
71 const sha256_ops_t sha256_ssse3_impl = {
85 const sha256_ops_t sha256_avx_impl = {
99 const sha256_ops_t sha256_avx2_impl = {
114 const sha256_ops_t sha256_shani_impl = {
123 const sha256_ops_t sha256_armv7_impl = {
141 const sha256_ops_t sha256_neon_impl = {
148 const sha256_ops_t sha256_armv8_impl = {
162 const sha256_ops_t sha256_ppc_impl = {
169 const sha256_ops_t sha256_power8_impl = {
[all …]
H A Dsha2_generic.c233 const sha256_ops_t *ops = ctx->ops; in sha256_update()
297 const sha256_ops_t *ops = ctx->ops; in sha256_final()
499 const sha256_ops_t sha256_generic_impl = {
/freebsd/sys/contrib/openzfs/module/icp/include/sha2/
H A Dsha2_impl.h47 } sha256_ops_t; typedef
55 extern const sha256_ops_t *sha256_get_ops(void);