Searched refs:crypto_cipher_setkey (Results 1 – 21 of 21) sorted by relevance
/linux-5.19.10/crypto/ |
D | cipher.c | 43 int crypto_cipher_setkey(struct crypto_cipher *tfm, in crypto_cipher_setkey() function 57 EXPORT_SYMBOL_NS_GPL(crypto_cipher_setkey, CRYPTO_INTERNAL);
|
D | xcbc.c | 61 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()
|
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()
|
D | cmac.c | 62 err = crypto_cipher_setkey(ctx->child, inkey, keylen); in crypto_cmac_digest_setkey()
|
D | ansi_cprng.c | 306 ret = crypto_cipher_setkey(ctx->tfm, prng_key, klen); in reset_prng_context()
|
D | xts.c | 64 err = crypto_cipher_setkey(tweak, key + keylen, keylen); in xts_setkey()
|
D | adiantum.c | 164 err = crypto_cipher_setkey(tctx->blockcipher, keyp, in adiantum_setkey()
|
D | vmac.c | 442 err = crypto_cipher_setkey(tctx->cipher, key, keylen); in vmac_setkey()
|
D | ccm.c | 783 return crypto_cipher_setkey(ctx->child, inkey, keylen); in crypto_cbcmac_digest_setkey()
|
D | skcipher.c | 882 return crypto_cipher_setkey(cipher, key, keylen); in skcipher_setkey_simple()
|
D | drbg.c | 1824 crypto_cipher_setkey(tfm, key, (drbg_keylen(drbg))); in drbg_kcapi_symsetkey()
|
D | testmgr.c | 2692 ret = crypto_cipher_setkey(tfm, template[i].key, in test_cipher()
|
/linux-5.19.10/Documentation/crypto/ |
D | api-skcipher.rst | 35 …pher crypto_free_cipher crypto_has_cipher crypto_cipher_blocksize crypto_cipher_setkey crypto_ciph…
|
/linux-5.19.10/drivers/crypto/vmx/ |
D | aes.c | 76 ret |= crypto_cipher_setkey(ctx->fallback, key, keylen); in p8_aes_setkey()
|
/linux-5.19.10/include/crypto/internal/ |
D | cipher.h | 152 int crypto_cipher_setkey(struct crypto_cipher *tfm,
|
/linux-5.19.10/arch/arm/crypto/ |
D | aes-neonbs-glue.c | 304 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/ |
D | geode-aes.c | 133 return crypto_cipher_setkey(tctx->fallback.cip, key, len); in geode_setkey_cip()
|
/linux-5.19.10/drivers/crypto/inside-secure/ |
D | safexcel_hash.c | 2098 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()
|
D | safexcel_cipher.c | 2595 ret = crypto_cipher_setkey(ctx->hkaes, key, len); in safexcel_aead_gcm_setkey()
|
/linux-5.19.10/arch/s390/crypto/ |
D | aes_s390.c | 81 return crypto_cipher_setkey(sctx->fallback.cip, in_key, key_len); in setkey_fallback_cip()
|
/linux-5.19.10/drivers/crypto/qat/qat_common/ |
D | qat_algs.c | 1169 ret = crypto_cipher_setkey(ctx->tweak, key + (keylen / 2), in qat_alg_skcipher_xts_setkey()
|