Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dxmss_wots.c59 to_byte(ctr, i, 32); in expand_seed()
139 to_byte(csum_bytes, csum, len_2_bytes); in wots_sign()
177 to_byte(csum_bytes, csum, len_2_bytes); in wots_pkFromSig()
H A Dxmss_hash.c30 to_byte(bytes+i*4, addr[i],4); in addr_to_byte()
45 to_byte(buf, type, n); in core_hash_SHA2()
H A Dxmss_commons.h17 void to_byte(unsigned char *output, unsigned long long in, uint32_t bytes);
H A Dxmss_commons.c19 void to_byte(unsigned char *out, unsigned long long in, uint32_t bytes) in to_byte() function
H A Dxmss_fast.c569 to_byte(idx_bytes_32, idx, 32); in xmss_sign()
597 to_byte(hash_key+2*n, idx, n); in xmss_sign()
694 to_byte(hash_key+2*n, idx, n); in xmss_sign_open()
838 to_byte(idx_bytes_32, idx, 32); in xmssmt_sign()
843 to_byte(hash_key+2*n, idx, n); in xmssmt_sign()
1006 to_byte(hash_key+2*n, idx, n); in xmssmt_sign_open()
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daesopt.h319 #define to_byte(x) ((uint8_t)(x))
321 #define to_byte(x) ((x) & 0xff) macro
551 #define bval(x, n) to_byte((x) >> (8 * (n)))
561 #define bval(x, n) to_byte((x) >> (24 - 8 * (n)))