Searched refs:hibit (Results 1 – 8 of 8) sorted by relevance
/linux/lib/crypto/arm/ |
H A D | poly1305-glue.c | 23 const u8 *src, u32 len, u32 hibit); 25 const u8 *src, u32 len, u32 hibit);
|
/linux/lib/crypto/arm64/ |
H A D | poly1305-glue.c | 23 const u8 *src, u32 len, u32 hibit); 25 const u8 *src, u32 len, u32 hibit);
|
/linux/lib/crypto/ |
H A D | poly1305-donna32.c | 34 unsigned int nblocks, u32 hibit) in poly1305_core_blocks() argument 46 hibit <<= 24; in poly1305_core_blocks() 71 h4 += (get_unaligned_le32(&input[12]) >> 8) | hibit; in poly1305_core_blocks()
|
H A D | poly1305-donna64.c | 35 unsigned int nblocks, u32 hibit) in poly1305_core_blocks() argument 48 hibit64 = ((u64)hibit) << 40; in poly1305_core_blocks()
|
/linux/lib/crypto/mips/ |
H A D | poly1305-glue.c | 19 const u8 *src, u32 len, u32 hibit);
|
/linux/include/crypto/internal/ |
H A D | poly1305.h | 14 * handle any needed block buffering and padding. 'hibit' must be 1 for any 29 unsigned int nblocks, u32 hibit);
|
/linux/drivers/mfd/ |
H A D | tps65010.c | 121 const char *hibit; in dbg_chgconf() local 124 hibit = (chgconfig & TPS_CHARGE_POR) in dbg_chgconf() 127 hibit = (chgconfig & TPS65013_AUA) ? "AUA" : ""; in dbg_chgconf() 130 chgconfig, hibit, in dbg_chgconf()
|
/linux/drivers/media/pci/bt8xx/ |
H A D | bttv-driver.c | 889 int value,hibit; in bt848_contrast() local 895 hibit = (value >> 6) & 4; in bt848_contrast() 897 btaor(hibit, ~4, BT848_E_CONTROL); in bt848_contrast() 898 btaor(hibit, ~4, BT848_O_CONTROL); in bt848_contrast()
|