Lines Matching refs:crypto_shash_update
334 ret = crypto_shash_update(shash, challenge, shash_len);
338 ret = crypto_shash_update(shash, buf, 4);
342 ret = crypto_shash_update(shash, buf, 2);
346 ret = crypto_shash_update(shash, buf, 1);
349 ret = crypto_shash_update(shash, "HostHost", 8);
352 ret = crypto_shash_update(shash, ctrl->hostnqn, strlen(ctrl->hostnqn));
355 ret = crypto_shash_update(shash, buf, 1);
358 ret = crypto_shash_update(shash, ctrl->subsysnqn,
443 ret = crypto_shash_update(shash, challenge, shash_len);
447 ret = crypto_shash_update(shash, buf, 4);
451 ret = crypto_shash_update(shash, buf, 2);
455 ret = crypto_shash_update(shash, buf, 1);
458 ret = crypto_shash_update(shash, "Controller", 10);
461 ret = crypto_shash_update(shash, ctrl->subsysnqn,
465 ret = crypto_shash_update(shash, buf, 1);
468 ret = crypto_shash_update(shash, ctrl->hostnqn, strlen(ctrl->hostnqn));