Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/sig/
H A Deddsa.c60 ATTRIBUTE_WARN_UNUSED_RET static inline int dom(u16 x, const u8 *y, u16 olen_y, const hash_mapping … in dom() argument
67 MUST_HAVE((x <= 255) && (olen_y <= 255), ret, err); in dom()
80 tmp[1] = (u8)olen_y; in dom()
83 ret = h->hfunc_update(h_ctx, y, olen_y); EG(ret, err); in dom()
102 ATTRIBUTE_WARN_UNUSED_RET static inline int dom2(u16 x, const u8 *y, u16 olen_y, const hash_mapping… in dom2() argument
104 return dom(x, y, olen_y, h, h_ctx, 2); in dom2()
118 ATTRIBUTE_WARN_UNUSED_RET static inline int dom4(u16 x, const u8 *y, u16 olen_y, const hash_mapping… in dom4() argument
120 return dom(x, y, olen_y, h, h_ctx, 4); in dom4()