Searched refs:to_byte (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | xmss_wots.c | 59 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 D | xmss_hash.c | 30 to_byte(bytes+i*4, addr[i],4); in addr_to_byte() 45 to_byte(buf, type, n); in core_hash_SHA2()
|
H A D | xmss_commons.h | 17 void to_byte(unsigned char *output, unsigned long long in, uint32_t bytes);
|
H A D | xmss_commons.c | 19 void to_byte(unsigned char *out, unsigned long long in, uint32_t bytes) in to_byte() function
|
H A D | xmss_fast.c | 569 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 D | aesopt.h | 319 #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)))
|