Home
last modified time | relevance | path

Searched refs:core_r (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/lib/crypto/
H A Dpoly1305.c18 poly1305_core_setkey(&desc->core_r, key); in poly1305_init_generic()
43 poly1305_core_blocks(&desc->h, &desc->core_r, desc->buf, in poly1305_update_generic()
50 poly1305_core_blocks(&desc->h, &desc->core_r, src, in poly1305_update_generic()
69 poly1305_core_blocks(&desc->h, &desc->core_r, desc->buf, 1, 0); in poly1305_final_generic()
/openbmc/linux/crypto/
H A Dpoly1305_generic.c39 poly1305_core_setkey(&dctx->core_r, src); in crypto_poly1305_setdesckey()
68 poly1305_core_blocks(&dctx->h, &dctx->core_r, src, in poly1305_blocks()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxbf_gige/
H A Dmlxbf_gige_mdio.c137 u8 core_od, core_r; in calculate_i1clk() local
147 core_r = (reg1 & MLXBF_GIGE_MDIO_CORE_R_MASK) >> in calculate_i1clk()
160 freq_output = div_u64(freq_output, (core_r + 1) * (core_od + 1)); in calculate_i1clk()
/openbmc/linux/include/crypto/
H A Dpoly1305.h57 struct poly1305_core_key core_r; member
/openbmc/linux/arch/powerpc/crypto/
H A Dpoly1305-p10-glue.c56 struct poly1305_core_key *key = &dctx->core_r; in crypto_poly1305_setdctxkey()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-mlxbf.c1468 u8 core_od, core_r; in mlxbf_i2c_calculate_freq_from_tyu() local
1477 core_r = FIELD_GET(MLXBF_I2C_COREPLL_CORE_R_TYU_MASK, corepll_val); in mlxbf_i2c_calculate_freq_from_tyu()
1490 core_frequency /= (++core_r) * (++core_od); in mlxbf_i2c_calculate_freq_from_tyu()
1499 u8 core_od, core_r; in mlxbf_i2c_calculate_freq_from_yu() local
1507 core_r = FIELD_GET(MLXBF_I2C_COREPLL_CORE_R_YU_MASK, corepll_reg1_val); in mlxbf_i2c_calculate_freq_from_yu()
1521 corepll_frequency /= (++core_r) * (++core_od); in mlxbf_i2c_calculate_freq_from_yu()