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

/macosx-10.10.1/OpenSSL098-52/src/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)
/macosx-10.10.1/OpenSSL098-52/src/crypto/sha/
H A Dsha_locl.h151 * simplified to the code in F_00_19. Wei attributes these optimisations
157 #define F_00_19(b,c,d) ((((c) ^ (d)) & (b)) ^ (d)) macro
165 (f)=xi+(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \
170 (f)+=(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \
373 T=E+K_00_19+F_00_19(B,C,D); \
379 T+=E+K_00_19+F_00_19(B,C,D); \
/macosx-10.10.1/xnu-2782.1.97/osfmk/corecrypto/ccsha1/src/
H A Dccsha1_eay.c96 * simplified to the code in F_00_19. Wei attributes these optimisations
102 #define F_00_19(b,c,d) ((((c) ^ (d)) & (b)) ^ (d)) macro
108 (f)=xi+(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \
113 (f)+=(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \

Completed in 110 milliseconds