Searched refs:crypto_cipher_setkey (Results 1 – 15 of 15) sorted by relevance
| /linux/crypto/ |
| H A D | cipher.c | 42 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 D | xcbc.c | 47 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 D | essiv.c | 89 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 D | ecb.c | 65 return crypto_cipher_setkey(cipher, key, keylen); in lskcipher_setkey_simple2()
|
| H A D | cmac.c | 47 err = crypto_cipher_setkey(ctx->child, inkey, keylen); in crypto_cmac_digest_setkey()
|
| H A D | hctr2.c | 107 err = crypto_cipher_setkey(tctx->blockcipher, key, keylen); in hctr2_setkey()
|
| H A D | xts.c | 64 err = crypto_cipher_setkey(tweak, key + keylen, keylen); in xts_setkey()
|
| H A D | adiantum.c | 152 err = crypto_cipher_setkey(tctx->blockcipher, keyp, in adiantum_setkey()
|
| H A D | skcipher.c | 786 return crypto_cipher_setkey(cipher, key, keylen); in skcipher_setkey_simple()
|
| H A D | ccm.c | 777 return crypto_cipher_setkey(ctx->child, inkey, keylen); in crypto_cbcmac_digest_setkey()
|
| H A D | testmgr.c | 2755 ret = crypto_cipher_setkey(tfm, template[i].key, in test_cipher()
|
| /linux/Documentation/crypto/ |
| H A D | api-skcipher.rst | 38 …pher crypto_free_cipher crypto_has_cipher crypto_cipher_blocksize crypto_cipher_setkey crypto_ciph…
|
| /linux/include/crypto/internal/ |
| H A D | cipher.h | 152 int crypto_cipher_setkey(struct crypto_cipher *tfm,
|
| /linux/drivers/crypto/ |
| H A D | geode-aes.c | 133 return crypto_cipher_setkey(tctx->fallback.cip, key, len); in geode_setkey_cip()
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | qat_algs.c | 918 ret = crypto_cipher_setkey(ctx->tweak, key + (keylen / 2), in qat_alg_skcipher_xts_setkey()
|