crypto_ahash_setkey 304 arch/arm/crypto/ghash-ce-glue.c err = crypto_ahash_setkey(child, key, keylen); crypto_ahash_setkey 265 arch/x86/crypto/ghash-clmulni-intel_glue.c err = crypto_ahash_setkey(child, key, keylen); crypto_ahash_setkey 222 crypto/ahash.c EXPORT_SYMBOL_GPL(crypto_ahash_setkey); crypto_ahash_setkey 413 crypto/algif_hash.c return crypto_ahash_setkey(private, key, keylen); crypto_ahash_setkey 99 crypto/authenc.c err = crypto_ahash_setkey(auth, keys.authkey, keys.authkeylen); crypto_ahash_setkey 73 crypto/authencesn.c err = crypto_ahash_setkey(auth, keys.authkey, keys.authkeylen); crypto_ahash_setkey 108 crypto/ccm.c err = crypto_ahash_setkey(mac, key, keylen); crypto_ahash_setkey 143 crypto/gcm.c err = crypto_ahash_setkey(ghash, (u8 *)&data->hash, sizeof(be128)); crypto_ahash_setkey 868 crypto/tcrypt.c crypto_ahash_setkey(tfm, tvmem[0], speed[i].klen); crypto_ahash_setkey 1103 crypto/tcrypt.c crypto_ahash_setkey(tfm, tvmem[0], speed[i].klen); crypto_ahash_setkey 1293 crypto/testmgr.c err = crypto_ahash_setkey(tfm, vec->key, vec->ksize); crypto_ahash_setkey 2353 drivers/crypto/atmel-sha.c err = crypto_ahash_setkey(tfm, key, keylen); crypto_ahash_setkey 468 drivers/crypto/n2_core.c err = crypto_ahash_setkey(fallback_tfm, key, keylen); crypto_ahash_setkey 411 include/crypto/hash.h int crypto_ahash_setkey(struct crypto_ahash *tfm, const u8 *key, crypto_ahash_setkey 494 net/ipv4/ah4.c if (crypto_ahash_setkey(ahash, x->aalg->alg_key, crypto_ahash_setkey 692 net/ipv6/ah6.c if (crypto_ahash_setkey(ahash, x->aalg->alg_key, crypto_ahash_setkey 244 net/sunrpc/auth_gss/gss_krb5_crypto.c err = crypto_ahash_setkey(hmac_md5, cksumkey, kctx->gk5e->keylength); crypto_ahash_setkey 315 net/sunrpc/auth_gss/gss_krb5_crypto.c err = crypto_ahash_setkey(tfm, cksumkey, crypto_ahash_setkey 408 net/sunrpc/auth_gss/gss_krb5_crypto.c err = crypto_ahash_setkey(tfm, cksumkey, kctx->gk5e->keylength);