Lines Matching refs:crypto_shash_update
471 ret = crypto_shash_update(shash, challenge, chap->hash_len);
475 ret = crypto_shash_update(shash, buf, 4);
479 ret = crypto_shash_update(shash, buf, 2);
483 ret = crypto_shash_update(shash, buf, 1);
486 ret = crypto_shash_update(shash, "HostHost", 8);
489 ret = crypto_shash_update(shash, ctrl->opts->host->nqn,
493 ret = crypto_shash_update(shash, buf, 1);
496 ret = crypto_shash_update(shash, ctrl->opts->subsysnqn,
556 ret = crypto_shash_update(shash, challenge, chap->hash_len);
560 ret = crypto_shash_update(shash, buf, 4);
564 ret = crypto_shash_update(shash, buf, 2);
568 ret = crypto_shash_update(shash, buf, 1);
571 ret = crypto_shash_update(shash, "Controller", 10);
574 ret = crypto_shash_update(shash, ctrl->opts->subsysnqn,
578 ret = crypto_shash_update(shash, buf, 1);
581 ret = crypto_shash_update(shash, ctrl->opts->host->nqn,