Lines Matching refs:strlen
57 if (!strncmp(salt, magic, strlen(magic))) in crypt_md5()
58 salt += strlen(magic); in crypt_md5()
70 MD5Update(&ctx, (const u_char *)pw, strlen(pw)); in crypt_md5()
73 MD5Update(&ctx, (const u_char *)magic, strlen(magic)); in crypt_md5()
80 MD5Update(&ctx1, (const u_char *)pw, strlen(pw)); in crypt_md5()
82 MD5Update(&ctx1, (const u_char *)pw, strlen(pw)); in crypt_md5()
84 for(pl = (int)strlen(pw); pl > 0; pl -= MD5_SIZE) in crypt_md5()
92 for (i = strlen(pw); i; i >>= 1) in crypt_md5()
113 MD5Update(&ctx1, (const u_char *)pw, strlen(pw)); in crypt_md5()
121 MD5Update(&ctx1, (const u_char *)pw, strlen(pw)); in crypt_md5()
126 MD5Update(&ctx1, (const u_char *)pw, strlen(pw)); in crypt_md5()