Lines Matching refs:crypto_shash_update
359 ret = crypto_shash_update(shash, challenge, shash_len);
363 ret = crypto_shash_update(shash, buf, 4);
367 ret = crypto_shash_update(shash, buf, 2);
371 ret = crypto_shash_update(shash, buf, 1);
374 ret = crypto_shash_update(shash, "HostHost", 8);
377 ret = crypto_shash_update(shash, ctrl->hostnqn, strlen(ctrl->hostnqn));
380 ret = crypto_shash_update(shash, buf, 1);
383 ret = crypto_shash_update(shash, ctrl->subsysnqn,
468 ret = crypto_shash_update(shash, challenge, shash_len);
472 ret = crypto_shash_update(shash, buf, 4);
476 ret = crypto_shash_update(shash, buf, 2);
480 ret = crypto_shash_update(shash, buf, 1);
483 ret = crypto_shash_update(shash, "Controller", 10);
486 ret = crypto_shash_update(shash, ctrl->subsysnqn,
490 ret = crypto_shash_update(shash, buf, 1);
493 ret = crypto_shash_update(shash, ctrl->hostnqn, strlen(ctrl->hostnqn));