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

/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 15 milliseconds