Home
last modified time | relevance | path

Searched refs:crypto_cipher_setkey (Results 1 – 21 of 21) sorted by relevance

/linux-5.19.10/crypto/
Dcipher.c43 int crypto_cipher_setkey(struct crypto_cipher *tfm, in crypto_cipher_setkey() function
57 EXPORT_SYMBOL_NS_GPL(crypto_cipher_setkey, CRYPTO_INTERNAL);
Dxcbc.c61 if ((err = crypto_cipher_setkey(ctx->child, inkey, keylen))) in crypto_xcbc_digest_setkey()
68 return crypto_cipher_setkey(ctx->child, key1, bs); in crypto_xcbc_digest_setkey()
Dessiv.c89 return crypto_cipher_setkey(tctx->essiv_cipher, salt, in essiv_skcipher_setkey()
122 return crypto_cipher_setkey(tctx->essiv_cipher, salt, in essiv_aead_setkey()
Dcmac.c62 err = crypto_cipher_setkey(ctx->child, inkey, keylen); in crypto_cmac_digest_setkey()
Dansi_cprng.c306 ret = crypto_cipher_setkey(ctx->tfm, prng_key, klen); in reset_prng_context()
Dxts.c64 err = crypto_cipher_setkey(tweak, key + keylen, keylen); in xts_setkey()
Dadiantum.c164 err = crypto_cipher_setkey(tctx->blockcipher, keyp, in adiantum_setkey()
Dvmac.c442 err = crypto_cipher_setkey(tctx->cipher, key, keylen); in vmac_setkey()
Dccm.c783 return crypto_cipher_setkey(ctx->child, inkey, keylen); in crypto_cbcmac_digest_setkey()
Dskcipher.c882 return crypto_cipher_setkey(cipher, key, keylen); in skcipher_setkey_simple()
Ddrbg.c1824 crypto_cipher_setkey(tfm, key, (drbg_keylen(drbg))); in drbg_kcapi_symsetkey()
Dtestmgr.c2692 ret = crypto_cipher_setkey(tfm, template[i].key, in test_cipher()
/linux-5.19.10/Documentation/crypto/
Dapi-skcipher.rst35 …pher crypto_free_cipher crypto_has_cipher crypto_cipher_blocksize crypto_cipher_setkey crypto_ciph…
/linux-5.19.10/drivers/crypto/vmx/
Daes.c76 ret |= crypto_cipher_setkey(ctx->fallback, key, keylen); in p8_aes_setkey()
/linux-5.19.10/include/crypto/internal/
Dcipher.h152 int crypto_cipher_setkey(struct crypto_cipher *tfm,
/linux-5.19.10/arch/arm/crypto/
Daes-neonbs-glue.c304 err = crypto_cipher_setkey(ctx->cts_tfm, in_key, key_len); in aesbs_xts_setkey()
307 err = crypto_cipher_setkey(ctx->tweak_tfm, in_key + key_len, key_len); in aesbs_xts_setkey()
/linux-5.19.10/drivers/crypto/
Dgeode-aes.c133 return crypto_cipher_setkey(tctx->fallback.cip, key, len); in geode_setkey_cip()
/linux-5.19.10/drivers/crypto/inside-secure/
Dsafexcel_hash.c2098 ret = crypto_cipher_setkey(ctx->kaes, key, len); in safexcel_xcbcmac_setkey()
2114 ret = crypto_cipher_setkey(ctx->kaes, in safexcel_xcbcmac_setkey()
2198 ret = crypto_cipher_setkey(ctx->kaes, key, len); in safexcel_cmac_setkey()
Dsafexcel_cipher.c2595 ret = crypto_cipher_setkey(ctx->hkaes, key, len); in safexcel_aead_gcm_setkey()
/linux-5.19.10/arch/s390/crypto/
Daes_s390.c81 return crypto_cipher_setkey(sctx->fallback.cip, in_key, key_len); in setkey_fallback_cip()
/linux-5.19.10/drivers/crypto/qat/qat_common/
Dqat_algs.c1169 ret = crypto_cipher_setkey(ctx->tweak, key + (keylen / 2), in qat_alg_skcipher_xts_setkey()