hmac_md5_init_rfc2104   78 lib/crypto/hmacmd5.c 	hmac_md5_init_rfc2104(key, key_len, ctx);
hmac_md5_init_rfc2104   39 lib/crypto/hmacmd5.h void hmac_md5_init_rfc2104(const uint8_t *key, int key_len, HMACMD5Context *ctx);
hmac_md5_init_rfc2104   83 lib/crypto/hmacmd5test.c 		hmac_md5_init_rfc2104(testarray[i].key.data, testarray[i].key.length, &ctx);
hmac_md5_init_rfc2104   60 source3/libsmb/credentials.c 	hmac_md5_init_rfc2104(mach_pw, 16, &ctx);
hmac_md5_init_rfc2104   76 source4/libcli/auth/credentials.c 	hmac_md5_init_rfc2104(machine_password->hash, sizeof(machine_password->hash), &ctx);	
hmac_md5_init_rfc2104 1082 source4/torture/rpc/samlogon.c 	hmac_md5_init_rfc2104(nt_key, 16, &hmac_ctx);