Lines Matching refs:BYTE
131 const BYTE magic_md5[4] = "$1$"; in php_md5_crypt_r()
171 if(!CryptHashData(ctx, (BYTE *)pw, pwl, 0)) { in php_md5_crypt_r()
181 if(!CryptHashData( ctx, (BYTE *)sp, sl, 0)) { in php_md5_crypt_r()
190 if(!CryptHashData(ctx1, (BYTE *)pw, pwl, 0)) { in php_md5_crypt_r()
193 if(!CryptHashData(ctx1, (BYTE *)sp, sl, 0)) { in php_md5_crypt_r()
196 if(!CryptHashData(ctx1, (BYTE *)pw, pwl, 0)) { in php_md5_crypt_r()
214 CryptHashData(ctx, (const BYTE *)final, 1, 0); in php_md5_crypt_r()
216 CryptHashData(ctx, (const BYTE *)pw, 1, 0); in php_md5_crypt_r()
244 if(!CryptHashData(ctx1, (BYTE *)pw, pwl, 0)) { in php_md5_crypt_r()
248 if(!CryptHashData(ctx1, (BYTE *)final, 16, 0)) { in php_md5_crypt_r()
254 if(!CryptHashData(ctx1, (BYTE *)sp, sl, 0)) { in php_md5_crypt_r()
260 if(!CryptHashData(ctx1, (BYTE *)pw, pwl, 0)) { in php_md5_crypt_r()
266 if(!CryptHashData(ctx1, (BYTE *)final, 16, 0)) { in php_md5_crypt_r()
270 if(!CryptHashData(ctx1, (BYTE *)pw, pwl, 0)) { in php_md5_crypt_r()