Searched refs:F_00_19 (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl89 { .mmi; or tmp0=tmp0,tmp1 // F_00_19(b,c,d)=(b&c)|(~b&d)
92 { .mib; add $f=$f,tmp0 // f+=F_00_19(b,c,d)
108 { .mmi; or tmp0=tmp0,tmp1 // F_00_19(b,c,d)=(b&c)|(~b&d)
114 { .mmi; add $f=$f,tmp0 // f+=F_00_19(b,c,d)
137 { .mmi; or tmp0=tmp0,tmp1 // F_00_19(b,c,d)=(b&c)|(~b&d)
143 { .mmi; add $f=$f,tmp0 // f+=F_00_19(b,c,d)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/asm/
H A Dsha1-ia64.pl89 { .mmi; or tmp0=tmp0,tmp1 // F_00_19(b,c,d)=(b&c)|(~b&d)
92 { .mib; add $f=$f,tmp0 // f+=F_00_19(b,c,d)
108 { .mmi; or tmp0=tmp0,tmp1 // F_00_19(b,c,d)=(b&c)|(~b&d)
114 { .mmi; add $f=$f,tmp0 // f+=F_00_19(b,c,d)
137 { .mmi; or tmp0=tmp0,tmp1 // F_00_19(b,c,d)=(b&c)|(~b&d)
143 { .mmi; add $f=$f,tmp0 // f+=F_00_19(b,c,d)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/
H A Dsha_locl.h167 * simplified to the code in F_00_19. Wei attributes these optimisations
173 #define F_00_19(b,c,d) ((((c) ^ (d)) & (b)) ^ (d)) macro
181 (f)=xi+(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \
186 (f)+=(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \
486 T=E+K_00_19+F_00_19(B,C,D); \
492 T+=E+K_00_19+F_00_19(B,C,D); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/sha/
H A Dsha_locl.h169 * simplified to the code in F_00_19. Wei attributes these optimisations
175 #define F_00_19(b,c,d) ((((c) ^ (d)) & (b)) ^ (d)) macro
181 (f)=xi+(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \
186 (f)+=(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/fips/sha1/
H A Dfips_sha_locl.h161 * simplified to the code in F_00_19. Wei attributes these optimisations
167 #define F_00_19(b,c,d) ((((c) ^ (d)) & (b)) ^ (d)) macro
173 (f)=xi+(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \
178 (f)+=(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \

Completed in 30 milliseconds