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

/freebsd-10-stable/lib/libmd/
H A Dsha_locl.h192 * simplified to the code in F_00_19. Wei attributes these optimisations
198 #define F_00_19(b,c,d) ((((c) ^ (d)) & (b)) ^ (d)) macro
216 (f)=xa[i]+(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \
221 (f)+=(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \
/freebsd-10-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl73 or tmp4=tmp4,tmp1 // F_00_19(b,c,d)=(b&c)|(~b&d)
76 add $e=$e,tmp4 // e+=F_00_19(b,c,d)
96 or tmp4=tmp3,tmp1 // F_00_19(b,c,d)=(b&c)|(~b&d)
101 { .mmi; add $e=$e,tmp4 // e+=F_00_19(b,c,d)
126 or tmp0=tmp0,tmp1 // F_00_19(b,c,d)=(b&c)|(~b&d)
131 { .mmi; add $e=$e,tmp0 // f+=F_00_19(b,c,d)
H A Dsha1-armv4-large.pl120 eor $t1,$t1,$d,ror#2 @ F_00_19(B,C,D)
122 add $e,$e,$t1 @ E+=F_00_19(B,C,D)
130 eor $t1,$t1,$d,ror#2 @ F_00_19(B,C,D)
131 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)
/freebsd-10-stable/crypto/openssl/crypto/sha/
H A Dsha_locl.h147 * to the code in F_00_19. Wei attributes these optimisations to Peter
152 #define F_00_19(b,c,d) ((((c) ^ (d)) & (b)) ^ (d)) macro
160 (f)=xi+(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \
165 (f)+=(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \
417 T=E+K_00_19+F_00_19(B,C,D); \
423 T+=E+K_00_19+F_00_19(B,C,D); \

Completed in 131 milliseconds