Searched refs:crypto_cipher_setkey (Results 1 - 20 of 20) sorted by relevance

/linux-master/crypto/
H A Dcipher.c42 int crypto_cipher_setkey(struct crypto_cipher *tfm, function
56 EXPORT_SYMBOL_NS_GPL(crypto_cipher_setkey, CRYPTO_INTERNAL);
H A Dxcbc.c60 if ((err = crypto_cipher_setkey(ctx->child, inkey, keylen)))
67 return crypto_cipher_setkey(ctx->child, key1, bs);
H A Decb.c65 return crypto_cipher_setkey(cipher, key, keylen);
H A Dessiv.c89 return crypto_cipher_setkey(tctx->essiv_cipher, salt,
122 return crypto_cipher_setkey(tctx->essiv_cipher, salt,
H A Dansi_cprng.c306 ret = crypto_cipher_setkey(ctx->tfm, prng_key, klen);
H A Dcmac.c60 err = crypto_cipher_setkey(ctx->child, inkey, keylen);
H A Dxts.c64 err = crypto_cipher_setkey(tweak, key + keylen, keylen);
H A Dhctr2.c140 err = crypto_cipher_setkey(tctx->blockcipher, key, keylen);
H A Dadiantum.c164 err = crypto_cipher_setkey(tctx->blockcipher, keyp,
H A Dvmac.c442 err = crypto_cipher_setkey(tctx->cipher, key, keylen);
H A Dccm.c781 return crypto_cipher_setkey(ctx->child, inkey, keylen);
H A Dskcipher.c986 return crypto_cipher_setkey(cipher, key, keylen);
H A Ddrbg.c1807 crypto_cipher_setkey(tfm, key, (drbg_keylen(drbg)));
H A Dtestmgr.c2759 ret = crypto_cipher_setkey(tfm, template[i].key,
/linux-master/include/crypto/internal/
H A Dcipher.h137 * crypto_cipher_setkey() - set key for cipher
152 int crypto_cipher_setkey(struct crypto_cipher *tfm,
/linux-master/arch/powerpc/crypto/
H A Daes.c76 ret |= crypto_cipher_setkey(ctx->fallback, key, keylen);
/linux-master/arch/arm/crypto/
H A Daes-neonbs-glue.c304 err = crypto_cipher_setkey(ctx->cts_tfm, in_key, key_len);
307 err = crypto_cipher_setkey(ctx->tweak_tfm, in_key + key_len, key_len);
/linux-master/drivers/crypto/
H A Dgeode-aes.c133 return crypto_cipher_setkey(tctx->fallback.cip, key, len);
/linux-master/arch/s390/crypto/
H A Daes_s390.c81 return crypto_cipher_setkey(sctx->fallback.cip, in_key, key_len);
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_algs.c994 ret = crypto_cipher_setkey(ctx->tweak, key + (keylen / 2),

Completed in 209 milliseconds