Home
last modified time | relevance | path

Searched refs:SHA512_ROUNDS (Results 1 – 19 of 19) sorted by relevance

/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/crypto/
H A Dsha512.c54 uint64_t w[SHA512_ROUNDS];
58 static const uint64_t k[SHA512_ROUNDS] = {
186 for ( i = 16 ; i < SHA512_ROUNDS ; i++ ) { in sha512_digest()
195 for ( i = 0 ; i < SHA512_ROUNDS ; i++ ) { in sha512_digest()
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/crypto/
H A Dsha512.c53 uint64_t w[SHA512_ROUNDS];
57 static const uint64_t k[SHA512_ROUNDS] = {
185 for ( i = 16 ; i < SHA512_ROUNDS ; i++ ) { in sha512_digest()
194 for ( i = 0 ; i < SHA512_ROUNDS ; i++ ) { in sha512_digest()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/crypto/
H A Dsha512.c54 uint64_t w[SHA512_ROUNDS];
58 static const uint64_t k[SHA512_ROUNDS] = {
186 for ( i = 16 ; i < SHA512_ROUNDS ; i++ ) { in sha512_digest()
195 for ( i = 0 ; i < SHA512_ROUNDS ; i++ ) { in sha512_digest()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/crypto/
H A Dsha512.c54 uint64_t w[SHA512_ROUNDS];
58 static const uint64_t k[SHA512_ROUNDS] = {
186 for ( i = 16 ; i < SHA512_ROUNDS ; i++ ) { in sha512_digest()
195 for ( i = 0 ; i < SHA512_ROUNDS ; i++ ) { in sha512_digest()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/crypto/
H A Dsha512.c53 uint64_t w[SHA512_ROUNDS];
57 static const uint64_t k[SHA512_ROUNDS] = {
185 for ( i = 16 ; i < SHA512_ROUNDS ; i++ ) { in sha512_digest()
194 for ( i = 0 ; i < SHA512_ROUNDS ; i++ ) { in sha512_digest()
/dports/net/ipxe/ipxe-2265a65/src/crypto/
H A Dsha512.c53 uint64_t w[SHA512_ROUNDS];
57 static const uint64_t k[SHA512_ROUNDS] = {
185 for ( i = 16 ; i < SHA512_ROUNDS ; i++ ) { in sha512_digest()
194 for ( i = 0 ; i < SHA512_ROUNDS ; i++ ) { in sha512_digest()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/crypto/
H A Dsha512.c54 uint64_t w[SHA512_ROUNDS];
58 static const uint64_t k[SHA512_ROUNDS] = {
186 for ( i = 16 ; i < SHA512_ROUNDS ; i++ ) { in sha512_digest()
195 for ( i = 0 ; i < SHA512_ROUNDS ; i++ ) { in sha512_digest()
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/crypto/
H A Dsha512.c53 uint64_t w[SHA512_ROUNDS];
57 static const uint64_t k[SHA512_ROUNDS] = {
185 for ( i = 16 ; i < SHA512_ROUNDS ; i++ ) { in sha512_digest()
194 for ( i = 0 ; i < SHA512_ROUNDS ; i++ ) { in sha512_digest()
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/include/ipxe/
H A Dsha512.h16 #define SHA512_ROUNDS 80 macro
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/include/ipxe/
H A Dsha512.h16 #define SHA512_ROUNDS 80 macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/include/ipxe/
H A Dsha512.h16 #define SHA512_ROUNDS 80 macro
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/include/ipxe/
H A Dsha512.h16 #define SHA512_ROUNDS 80 macro
/dports/net/ipxe/ipxe-2265a65/src/include/ipxe/
H A Dsha512.h16 #define SHA512_ROUNDS 80 macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/include/ipxe/
H A Dsha512.h16 #define SHA512_ROUNDS 80 macro
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/include/ipxe/
H A Dsha512.h16 #define SHA512_ROUNDS 80 macro
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/include/ipxe/
H A Dsha512.h16 #define SHA512_ROUNDS 80 macro
/dports/security/putty-nogtk/putty-0.76/
H A Dsshsh512.c171 #define SHA512_ROUNDS 80 macro
280 uint64_t w[SHA512_ROUNDS]; in sha512_sw_block()
288 for (t = 16; t < SHA512_ROUNDS; t++) in sha512_sw_block()
294 for (t = 0; t < SHA512_ROUNDS; t+=8) { in sha512_sw_block()
/dports/security/putty/putty-0.76/
H A Dsshsh512.c171 #define SHA512_ROUNDS 80 macro
280 uint64_t w[SHA512_ROUNDS]; in sha512_sw_block()
288 for (t = 16; t < SHA512_ROUNDS; t++) in sha512_sw_block()
294 for (t = 0; t < SHA512_ROUNDS; t+=8) { in sha512_sw_block()
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dsshsh512.c171 #define SHA512_ROUNDS 80 macro
280 uint64_t w[SHA512_ROUNDS]; in sha512_sw_block()
288 for (t = 16; t < SHA512_ROUNDS; t++) in sha512_sw_block()
294 for (t = 0; t < SHA512_ROUNDS; t+=8) { in sha512_sw_block()