Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A 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);
H A 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()
H A 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()
H A Dansi_cprng.c306 ret = crypto_cipher_setkey(ctx->tfm, prng_key, klen); in reset_prng_context()
H A Dcmac.c62 err = crypto_cipher_setkey(ctx->child, inkey, keylen); in crypto_cmac_digest_setkey()
H A Dxts.c64 err = crypto_cipher_setkey(tweak, key + keylen, keylen); in xts_setkey()
H A Dhctr2.c140 err = crypto_cipher_setkey(tctx->blockcipher, key, keylen); in hctr2_setkey()
H A Dadiantum.c164 err = crypto_cipher_setkey(tctx->blockcipher, keyp, in adiantum_setkey()
H A Dvmac.c442 err = crypto_cipher_setkey(tctx->cipher, key, keylen); in vmac_setkey()
H A Dccm.c782 return crypto_cipher_setkey(ctx->child, inkey, keylen); in crypto_cbcmac_digest_setkey()
H A Dskcipher.c933 return crypto_cipher_setkey(cipher, key, keylen); in skcipher_setkey_simple()
H A Ddrbg.c1823 crypto_cipher_setkey(tfm, key, (drbg_keylen(drbg))); in drbg_kcapi_symsetkey()
H A Dtestmgr.c2763 ret = crypto_cipher_setkey(tfm, template[i].key, in test_cipher()
/openbmc/linux/Documentation/crypto/
H A Dapi-skcipher.rst35 …pher crypto_free_cipher crypto_has_cipher crypto_cipher_blocksize crypto_cipher_setkey crypto_ciph…
/openbmc/linux/drivers/crypto/vmx/
H A Daes.c76 ret |= crypto_cipher_setkey(ctx->fallback, key, keylen); in p8_aes_setkey()
/openbmc/linux/include/crypto/internal/
H A Dcipher.h152 int crypto_cipher_setkey(struct crypto_cipher *tfm,
/openbmc/linux/arch/arm/crypto/
H A 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()
/openbmc/linux/drivers/crypto/
H A Dgeode-aes.c133 return crypto_cipher_setkey(tctx->fallback.cip, key, len); in geode_setkey_cip()
/openbmc/linux/arch/s390/crypto/
H A Daes_s390.c81 return crypto_cipher_setkey(sctx->fallback.cip, in_key, key_len); in setkey_fallback_cip()
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_algs.c994 ret = crypto_cipher_setkey(ctx->tweak, key + (keylen / 2), in qat_alg_skcipher_xts_setkey()