Home
last modified time | relevance | path

Searched defs:to_byte (Results 1 – 3 of 3) 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.h322 #define to_byte(x) ((x) & 0xff) macro
/freebsd/crypto/krb5/src/lib/crypto/builtin/aes/
H A Daesopt.h363 # define to_byte(x) ((x) & 0xff) macro