Home
last modified time | relevance | path

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

/dports/security/py-pycrypto/pycrypto-2.6.1/src/
H A DBlowfish.c70 static inline void word_to_bytes(uint32_t w, unsigned char *out) in word_to_bytes() function
153 word_to_bytes(xL, out); in Blowfish_encrypt()
154 word_to_bytes(xR, out+4); in Blowfish_encrypt()
171 word_to_bytes(xL, out); in Blowfish_decrypt()
172 word_to_bytes(xR, out+4); in Blowfish_decrypt()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/sparc/
H A Dhipe_sparc_assemble.erl516 print_code_list(word_to_bytes(Word), 0),
519 word_to_bytes(W) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/sparc/
H A Dhipe_sparc_assemble.erl516 print_code_list(word_to_bytes(Word), 0),
519 word_to_bytes(W) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/sparc/
H A Dhipe_sparc_assemble.erl516 print_code_list(word_to_bytes(Word), 0),
519 word_to_bytes(W) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/ppc/
H A Dhipe_ppc_assemble.erl585 print_code_list(word_to_bytes(Word), 0),
588 word_to_bytes(W) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/arm/
H A Dhipe_arm_assemble.erl527 print_code_list(word_to_bytes(Word), 0),
537 word_to_bytes(W) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/ppc/
H A Dhipe_ppc_assemble.erl585 print_code_list(word_to_bytes(Word), 0),
588 word_to_bytes(W) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/arm/
H A Dhipe_arm_assemble.erl527 print_code_list(word_to_bytes(Word), 0),
537 word_to_bytes(W) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/arm/
H A Dhipe_arm_assemble.erl527 print_code_list(word_to_bytes(Word), 0),
537 word_to_bytes(W) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/ppc/
H A Dhipe_ppc_assemble.erl585 print_code_list(word_to_bytes(Word), 0),
588 word_to_bytes(W) -> function
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nettle-src-3.5.1-2/nettle/
H A DChangeLog11537 Deleted bytes_to_word and word_to_bytes; use LE_READ_UINT32 and
/dports/security/nettle/nettle-3.7.3/
H A DChangeLog12955 Deleted bytes_to_word and word_to_bytes; use LE_READ_UINT32 and