Home
last modified time | relevance | path

Searched defs:LFSR86540 (Results 1 – 10 of 10) sorted by relevance

/dports/security/mkp224o/mkp224o-1.5.0/
H A Dkeccak.c7 static int LFSR86540(u8 *R) { (*R)=((*R)<<1)^(((*R)&0x80)?0x71:0); return ((*R)&2)>>1; } in LFSR86540() function
/dports/lang/php73/php-7.3.33/ext/hash/
H A Dhash_sha3.c76 static inline char LFSR86540(unsigned char* pLFSR) in LFSR86540() function
/dports/lang/php74/php-7.4.27/ext/hash/
H A Dhash_sha3.c76 static inline char LFSR86540(unsigned char* pLFSR) in LFSR86540() function
/dports/www/mod_php73/php-7.3.33/ext/hash/
H A Dhash_sha3.c76 static inline char LFSR86540(unsigned char* pLFSR) in LFSR86540() function
/dports/www/mod_php74/php-7.4.27/ext/hash/
H A Dhash_sha3.c76 static inline char LFSR86540(unsigned char* pLFSR) in LFSR86540() function
/dports/www/mod_php81/php-8.1.1/ext/hash/
H A Dhash_sha3.c74 static inline char LFSR86540(unsigned char* pLFSR) in LFSR86540() function
/dports/lang/php81/php-8.1.1/ext/hash/
H A Dhash_sha3.c74 static inline char LFSR86540(unsigned char* pLFSR) in LFSR86540() function
/dports/lang/php80/php-8.0.15/ext/hash/
H A Dhash_sha3.c74 static inline char LFSR86540(unsigned char* pLFSR) in LFSR86540() function
/dports/www/mod_php80/php-8.0.15/ext/hash/
H A Dhash_sha3.c74 static inline char LFSR86540(unsigned char* pLFSR) in LFSR86540() function
/dports/security/john/john-1.9.0-jumbo-1/src/
H A DKeccakF-1600-reference32BI.c122 int LFSR86540(UINT8 *LFSR) in LFSR86540() function