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

/external/openssl/crypto/sha/
H A Dsha_locl.h146 * simplified to the code in F_00_19. Wei attributes these optimisations
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)); \
368 T=E+K_00_19+F_00_19(B,C,D); \
374 T+=E+K_00_19+F_00_19(B,C,D); \

Completed in 39 milliseconds