Home
last modified time | relevance | path

Searched refs:F_40_59 (Results 1 – 1 of 1) sorted by path

/dragonfly/crypto/libressl/crypto/sha/
H A Dsha_locl.h131 #define F_40_59(b,c,d) (((b) & (c)) | (((b)|(c)) & (d))) macro
157 (f)+=(e)+K_40_59+ROTATE((a),5)+F_40_59((b),(c),(d)); \
364 T+=E+K_40_59+F_40_59(B,C,D); \