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

/barrelfish-master/lib/openssl-1.0.0d/crypto/sha/asm/
H A Dsha1-ia64.pl73 { .mmi; or tmp4=tmp4,tmp1 // F_00_19(b,c,d)=(b&c)|(~b&d)
77 add $f=$f,tmp4 // f+=F_00_19(b,c,d)
96 { .mmi; or tmp4=tmp3,tmp1 // F_00_19(b,c,d)=(b&c)|(~b&d)
102 { .mmi; add $f=$f,tmp4 // f+=F_00_19(b,c,d)
125 { .mmi; or tmp0=tmp0,tmp1 // F_00_19(b,c,d)=(b&c)|(~b&d)
131 { .mmi; add $f=$f,tmp0 // f+=F_00_19(b,c,d)
H A Dsha1-armv4-large.pl106 eor $t1,$t1,$d,ror#2 @ F_00_19(B,C,D)
108 add $e,$e,$t1 @ E+=F_00_19(B,C,D)
116 eor $t1,$t1,$d,ror#2 @ F_00_19(B,C,D)
117 add $e,$e,$t1 @ E+=F_00_19(B,C,D)
H A Dsha1-thumb.pl72 eor $t1,$d @ F_00_19(B,C,D)
/barrelfish-master/lib/openssl-1.0.0d/crypto/sha/
H A Dsha_locl.h142 * simplified to the code in F_00_19. Wei attributes these optimisations
148 #define F_00_19(b,c,d) ((((c) ^ (d)) & (b)) ^ (d)) macro
156 (f)=xi+(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \
161 (f)+=(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \
364 T=E+K_00_19+F_00_19(B,C,D); \
370 T+=E+K_00_19+F_00_19(B,C,D); \

Completed in 35 milliseconds