Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/nn/
H A Dnn.c444 ATTRIBUTE_WARN_UNUSED_RET static int _ntohw(const u8 *val, word_t *out) in _ntohw() function
479 return _ntohw(val, out); in _htonw()
506 ret = _ntohw(tmp + buf_pos, &(out_nn->val[wpos])); EG(ret, err); in nn_init_from_buf()