Searched refs:crypto_shash_final (Results 1 - 25 of 52) sorted by relevance

123

/linux-master/security/apparmor/
H A Dcrypto.c49 error = crypto_shash_final(desc, hash);
89 error = crypto_shash_final(desc, profile->hash);
/linux-master/arch/powerpc/crypto/
H A Dcrc-vpmsum_test.c89 crypto_shash_final(crct10dif_shash, (u8 *)(&crc16));
100 crypto_shash_final(crc32c_shash, (u8 *)(&crc32));
/linux-master/crypto/
H A Dkdf_sp800108.c49 err = crypto_shash_final(desc, tmpbuffer);
57 err = crypto_shash_final(desc, dst);
H A Dshash.c76 int crypto_shash_final(struct shash_desc *desc, u8 *out) function
88 EXPORT_SYMBOL_GPL(crypto_shash_final); variable
H A Djitterentropy-kcapi.c133 * the crypto_shash_final.
178 int ret = crypto_shash_final(hash_state_desc, jent_block) ?:
H A Dhmac.c117 return crypto_shash_final(desc, out) ?:
H A Dsm2.c316 err = crypto_shash_final(desc, dgst);
H A Dahash.c84 return crypto_shash_final(desc, req->result);
365 return crypto_shash_final(ahash_request_ctx(req), req->result);
/linux-master/security/integrity/ima/
H A Dima_crypto.c503 rc = crypto_shash_final(shash, hash->digest);
622 rc = crypto_shash_final(shash, entry->digests[tfm_idx].digest);
746 rc = crypto_shash_final(shash, hash->digest);
840 crypto_shash_final(shash, digest);
/linux-master/fs/smb/server/
H A Dauth.c113 rc = crypto_shash_final(CRYPTO_HMACMD5(ctx), sess->sess_key);
199 ret = crypto_shash_final(CRYPTO_HMACMD5(ctx), ntlmv2_hash);
272 rc = crypto_shash_final(CRYPTO_HMACMD5(ctx), ntlmv2_rsp);
611 rc = crypto_shash_final(CRYPTO_HMACSHA256(ctx), sig);
662 rc = crypto_shash_final(CRYPTO_CMACAES(ctx), sig);
749 rc = crypto_shash_final(CRYPTO_HMACSHA256(ctx), hashptr);
956 rc = crypto_shash_final(CRYPTO_SHA512(ctx), pi_hash);
990 rc = crypto_shash_final(CRYPTO_SHA256(ctx), pi_hash);
/linux-master/fs/ubifs/
H A Dauth.c75 err = crypto_shash_final(hash_desc, hash);
416 return crypto_shash_final(shash, hmac);
/linux-master/net/sunrpc/auth_gss/
H A Dgss_krb5_keys.c334 ret = crypto_shash_final(desc, step->data);
469 ret = crypto_shash_final(desc, K1->data);
/linux-master/lib/
H A Ddigsig.c244 crypto_shash_final(desc, hash);
/linux-master/security/keys/trusted-keys/
H A Dtrusted_tpm1.c106 ret = crypto_shash_final(&sdesc->shash, digest);
156 ret = crypto_shash_final(&sdesc->shash, paramdigest);
234 ret = crypto_shash_final(&sdesc->shash, paramdigest);
328 ret = crypto_shash_final(&sdesc->shash, paramdigest);
/linux-master/drivers/crypto/xilinx/
H A Dzynqmp-sha.c101 return crypto_shash_final(&dctx->fbk_req, out);
/linux-master/fs/smb/client/
H A Dcifsencrypt.c212 rc = crypto_shash_final(shash, signature);
628 rc = crypto_shash_final(ses->server->secmech.hmacmd5,
681 rc = crypto_shash_final(ses->server->secmech.hmacmd5,
799 rc = crypto_shash_final(ses->server->secmech.hmacmd5,
/linux-master/drivers/nvme/target/
H A Dauth.c364 ret = crypto_shash_final(shash, response);
474 ret = crypto_shash_final(shash, response);
/linux-master/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c224 return crypto_shash_final(desc, req->result);
/linux-master/include/crypto/
H A Dhash.h834 * @desc: see crypto_shash_final()
837 * @out: see crypto_shash_final()
840 * crypto_shash_update and crypto_shash_final. The parameters have the same
855 * @out: see crypto_shash_final()
935 * crypto_shash_final() - calculate message digest
948 int crypto_shash_final(struct shash_desc *desc, u8 *out);
952 * @desc: see crypto_shash_final()
955 * @out: see crypto_shash_final()
958 * crypto_shash_update and crypto_shash_final. The parameters have the same
/linux-master/security/integrity/evm/
H A Devm_crypto.c176 crypto_shash_final(desc, digest);
/linux-master/drivers/net/ppp/
H A Dppp_mppe.c142 crypto_shash_final(state->sha1, state->sha1_digest);
/linux-master/drivers/crypto/bcm/
H A Dutil.c260 rc = crypto_shash_final(&sdesc->shash, result);
/linux-master/drivers/nvme/common/
H A Dauth.c295 ret = crypto_shash_final(shash, transformed_key->key);
/linux-master/crypto/asymmetric_keys/
H A Dverify_pefile.c366 ret = crypto_shash_final(desc, digest);
/linux-master/fs/bcachefs/
H A Dchecksum.c229 crypto_shash_final(desc, digest);
303 crypto_shash_final(desc, digest);

Completed in 217 milliseconds

123