Home
last modified time | relevance | path

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

/linux/crypto/
H A Dcipher.c42 int crypto_cipher_setkey(struct crypto_cipher *tfm, in crypto_cipher_setkey() function
56 EXPORT_SYMBOL_NS_GPL(crypto_cipher_setkey, "CRYPTO_INTERNAL");
H A Dxcbc.c47 if ((err = crypto_cipher_setkey(ctx->child, inkey, keylen))) in crypto_xcbc_digest_setkey()
54 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 Decb.c65 return crypto_cipher_setkey(cipher, key, keylen); in lskcipher_setkey_simple2()
H A Dcmac.c47 err = crypto_cipher_setkey(ctx->child, inkey, keylen); in crypto_cmac_digest_setkey()
H A Dhctr2.c107 err = crypto_cipher_setkey(tctx->blockcipher, key, keylen); in hctr2_setkey()
H A Dxts.c64 err = crypto_cipher_setkey(tweak, key + keylen, keylen); in xts_setkey()
H A Dadiantum.c152 err = crypto_cipher_setkey(tctx->blockcipher, keyp, in adiantum_setkey()
H A Dskcipher.c786 return crypto_cipher_setkey(cipher, key, keylen); in skcipher_setkey_simple()
H A Dccm.c777 return crypto_cipher_setkey(ctx->child, inkey, keylen); in crypto_cbcmac_digest_setkey()
H A Dtestmgr.c2755 ret = crypto_cipher_setkey(tfm, template[i].key, in test_cipher()
/linux/Documentation/crypto/
H A Dapi-skcipher.rst38 …pher crypto_free_cipher crypto_has_cipher crypto_cipher_blocksize crypto_cipher_setkey crypto_ciph…
/linux/include/crypto/internal/
H A Dcipher.h152 int crypto_cipher_setkey(struct crypto_cipher *tfm,
/linux/drivers/crypto/
H A Dgeode-aes.c133 return crypto_cipher_setkey(tctx->fallback.cip, key, len); in geode_setkey_cip()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_algs.c918 ret = crypto_cipher_setkey(ctx->tweak, key + (keylen / 2), in qat_alg_skcipher_xts_setkey()