Lines Matching refs:strlen
56 if (!strncmp(salt, magic, strlen(magic))) in crypt_md5()
57 salt += strlen(magic); in crypt_md5()
69 MD5Update(&ctx, (const u_char *)pw, strlen(pw)); in crypt_md5()
72 MD5Update(&ctx, (const u_char *)magic, strlen(magic)); in crypt_md5()
79 MD5Update(&ctx1, (const u_char *)pw, strlen(pw)); in crypt_md5()
81 MD5Update(&ctx1, (const u_char *)pw, strlen(pw)); in crypt_md5()
83 for(pl = (int)strlen(pw); pl > 0; pl -= MD5_SIZE) in crypt_md5()
91 for (i = strlen(pw); i; i >>= 1) in crypt_md5()
112 MD5Update(&ctx1, (const u_char *)pw, strlen(pw)); in crypt_md5()
120 MD5Update(&ctx1, (const u_char *)pw, strlen(pw)); in crypt_md5()
125 MD5Update(&ctx1, (const u_char *)pw, strlen(pw)); in crypt_md5()