Home
last modified time | relevance | path

Searched refs:h_byte (Results 1 – 8 of 8) sorted by relevance

/dports/devel/libnotify/libnotify-0.7.9/tools/
H A Dnotify-send.c93 gint h_byte = (gint) g_ascii_strtoull (value, NULL, 10); in notify_notification_set_hint_variant() local
95 if (h_byte < 0 || h_byte > 0xFF) in notify_notification_set_hint_variant()
100 (guchar) h_byte); in notify_notification_set_hint_variant()
/dports/security/nettle/nettle-3.7.3/
H A Dtwofish.c238 h_byte(int k, int i, uint8_t x, uint8_t l0, uint8_t l1, uint8_t l2, uint8_t l3) in h_byte() function
259 return ( h_byte(k, 0, x, l0, l1, l2, l3) in h()
260 ^ h_byte(k, 1, x, l0 >> 8, l1 >> 8, l2 >> 8, l3 >> 8) in h()
261 ^ h_byte(k, 2, x, l0 >> 16, l1 >> 16, l2 >> 16, l3 >> 16) in h()
262 ^ h_byte(k, 3, x, l0 >> 24, l1 >> 24, l2 >> 24, l3 >> 24) ); in h()
327 context->s_box[i][j] = h_byte(k, i, j, in twofish_set_key()
H A DChangeLog2635 (h_byte): Deleted type casts.
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nettle-src-3.5.1-2/nettle/
H A Dtwofish.c238 h_byte(int k, int i, uint8_t x, uint8_t l0, uint8_t l1, uint8_t l2, uint8_t l3) in h_byte() function
259 return ( h_byte(k, 0, x, l0, l1, l2, l3) in h()
260 ^ h_byte(k, 1, x, l0 >> 8, l1 >> 8, l2 >> 8, l3 >> 8) in h()
261 ^ h_byte(k, 2, x, l0 >> 16, l1 >> 16, l2 >> 16, l3 >> 16) in h()
262 ^ h_byte(k, 3, x, l0 >> 24, l1 >> 24, l2 >> 24, l3 >> 24) ); in h()
327 context->s_box[i][j] = h_byte(k, i, j, in twofish_set_key()
H A DChangeLog1217 (h_byte): Deleted type casts.
/dports/sysutils/dunst/dunst-1.6.1/
H A Ddunstify.c277 gint h_byte = g_ascii_strtoull(value, NULL, 10); in add_hint() local
278 if (h_byte < 0 || h_byte > 0xFF) in add_hint()
281 notify_notification_set_hint_byte(n, name, (guchar) h_byte); in add_hint()
/dports/print/libharu/libharu-RELEASE_2_3_0/demo/
H A Dcharacter_map.c47 HPDF_BYTE h_byte, in draw_page() argument
138 buf[0] = h_byte; in draw_page()
/dports/print/libharu/libharu-RELEASE_2_3_0/if/python/demo/
H A Dcharacter_map.py47 def draw_page(pdf, page, title_font, font, h_byte, l_byte): argument
131 buf[0] = h_byte