Lines Matching refs:CRYPTO_HMACSHA256
593 rc = crypto_shash_init(CRYPTO_HMACSHA256(ctx));
600 rc = crypto_shash_update(CRYPTO_HMACSHA256(ctx),
609 rc = crypto_shash_final(CRYPTO_HMACSHA256(ctx), sig);
702 rc = crypto_shash_init(CRYPTO_HMACSHA256(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);
747 rc = crypto_shash_final(CRYPTO_HMACSHA256(ctx), hashptr);