Lines Matching refs:crypto_shash_update
105 rc = crypto_shash_update(CRYPTO_HMACMD5(ctx),
168 ret = crypto_shash_update(CRYPTO_HMACMD5(ctx),
191 ret = crypto_shash_update(CRYPTO_HMACMD5(ctx),
264 rc = crypto_shash_update(CRYPTO_HMACMD5(ctx), construct, len);
600 rc = crypto_shash_update(CRYPTO_HMACSHA256(ctx),
651 rc = crypto_shash_update(CRYPTO_CMACAES(ctx),
708 rc = crypto_shash_update(CRYPTO_HMACSHA256(ctx), i, 4);
714 rc = crypto_shash_update(CRYPTO_HMACSHA256(ctx),
722 rc = crypto_shash_update(CRYPTO_HMACSHA256(ctx), &zero, 1);
728 rc = crypto_shash_update(CRYPTO_HMACSHA256(ctx),
739 rc = crypto_shash_update(CRYPTO_HMACSHA256(ctx), L256, 4);
741 rc = crypto_shash_update(CRYPTO_HMACSHA256(ctx), L128, 4);
942 rc = crypto_shash_update(CRYPTO_SHA512(ctx), pi_hash, 64);
948 rc = crypto_shash_update(CRYPTO_SHA512(ctx), all_bytes_msg, msg_size);
982 rc = crypto_shash_update(CRYPTO_SHA256(ctx), sd_buf, len);