Home
last modified time | relevance | path

Searched defs:to_byte (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssh/
H A Dxmss_commons.c19 void to_byte(unsigned char *out, unsigned long long in, uint32_t bytes) in to_byte() function
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daesopt.h321 #define to_byte(x) ((x) & 0xff) macro