/kernel/linux/linux-5.10/include/crypto/ |
D | skcipher.h | 364 int crypto_skcipher_setkey(struct crypto_skcipher *tfm, 370 return crypto_skcipher_setkey(&tfm->base, key, keylen); in crypto_sync_skcipher_setkey()
|
/kernel/linux/linux-5.10/Documentation/crypto/ |
D | api-skcipher.rst | 17 …to_has_skcipher crypto_skcipher_ivsize crypto_skcipher_blocksize crypto_skcipher_setkey crypto_skc…
|
D | api-samples.rst | 40 err = crypto_skcipher_setkey(tfm, key, sizeof(key));
|
/kernel/linux/linux-5.10/net/mac80211/ |
D | fils_aead.c | 122 res = crypto_skcipher_setkey(tfm2, key + key_len, key_len); in aes_siv_encrypt() 179 res = crypto_skcipher_setkey(tfm2, key + key_len, key_len); in aes_siv_decrypt()
|
/kernel/linux/linux-5.10/drivers/crypto/vmx/ |
D | aes_cbc.c | 66 ret |= crypto_skcipher_setkey(ctx->fallback, key, keylen); in p8_aes_cbc_setkey()
|
D | aes_ctr.c | 64 ret |= crypto_skcipher_setkey(ctx->fallback, key, keylen); in p8_aes_ctr_setkey()
|
D | aes_xts.c | 73 ret |= crypto_skcipher_setkey(ctx->fallback, key, keylen); in p8_aes_xts_setkey()
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun4i-ss/ |
D | sun4i-ss-cipher.c | 591 return crypto_skcipher_setkey(op->fallback_tfm, key, keylen); in sun4i_ss_aes_setkey() 611 return crypto_skcipher_setkey(op->fallback_tfm, key, keylen); in sun4i_ss_des_setkey() 631 return crypto_skcipher_setkey(op->fallback_tfm, key, keylen); in sun4i_ss_des3_setkey()
|
/kernel/linux/linux-5.10/drivers/crypto/rockchip/ |
D | rk3288_crypto_skcipher.c | 97 return crypto_skcipher_setkey(ctx->fallback_tfm, key, keylen); in rk_aes_setkey() 113 return crypto_skcipher_setkey(ctx->fallback_tfm, key, keylen); in rk_des_setkey() 129 return crypto_skcipher_setkey(ctx->fallback_tfm, key, keylen); in rk_tdes_setkey()
|
/kernel/linux/linux-5.10/block/ |
D | blk-crypto-fallback.c | 99 err = crypto_skcipher_setkey(slotp->tfms[crypto_mode], blank_key, in blk_crypto_evict_keyslot() 119 err = crypto_skcipher_setkey(slotp->tfms[crypto_mode], key->raw, in blk_crypto_keyslot_program()
|
/kernel/linux/linux-5.10/drivers/hyperhold/ |
D | hp_device.c | 146 ret = crypto_skcipher_setkey(ctfm, key, key_len); in soft_crypto_init()
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/ |
D | sun8i-ss-cipher.c | 444 return crypto_skcipher_setkey(op->fallback_tfm, key, keylen); in sun8i_ss_aes_setkey() 467 return crypto_skcipher_setkey(op->fallback_tfm, key, keylen); in sun8i_ss_des3_setkey()
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/ |
D | sun8i-ce-cipher.c | 453 return crypto_skcipher_setkey(op->fallback_tfm, key, keylen); in sun8i_ce_aes_setkey() 475 return crypto_skcipher_setkey(op->fallback_tfm, key, keylen); in sun8i_ce_des3_setkey()
|
/kernel/linux/linux-5.10/fs/crypto/ |
D | keysetup_v1.c | 71 res = crypto_skcipher_setkey(tfm, nonce, FSCRYPT_FILE_NONCE_SIZE); in derive_key_aes()
|
/kernel/linux/linux-5.10/drivers/crypto/ccp/ |
D | ccp-crypto-aes-xts.c | 101 return crypto_skcipher_setkey(ctx->u.aes.tfm_skcipher, key, key_len); in ccp_aes_xts_setkey()
|
/kernel/linux/linux-5.10/crypto/ |
D | lrw.c | 81 err = crypto_skcipher_setkey(child, key, keylen - bsize); in lrw_setkey()
|
D | ctr.c | 186 return crypto_skcipher_setkey(child, key, keylen); in crypto_rfc3686_setkey()
|
D | algif_skcipher.c | 305 return crypto_skcipher_setkey(private, key, keylen); in skcipher_setkey()
|
D | cts.c | 85 return crypto_skcipher_setkey(child, key, keylen); in crypto_cts_setkey()
|
D | skcipher.c | 599 int crypto_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, in crypto_skcipher_setkey() function 622 EXPORT_SYMBOL_GPL(crypto_skcipher_setkey);
|
D | xts.c | 72 return crypto_skcipher_setkey(child, key, keylen); in xts_setkey()
|
/kernel/linux/linux-5.10/drivers/crypto/ |
D | geode-aes.c | 159 return crypto_skcipher_setkey(tctx->fallback.skcipher, key, len); in geode_setkey_skcipher()
|
/kernel/linux/linux-5.10/fs/ecryptfs/ |
D | keystore.c | 813 rc = crypto_skcipher_setkey( in ecryptfs_write_tag_70_packet() 1029 rc = crypto_skcipher_setkey( in ecryptfs_parse_tag_70_packet() 1706 rc = crypto_skcipher_setkey( in decrypt_passphrase_encrypted_session_key() 2279 rc = crypto_skcipher_setkey(tfm, session_key_encryption_key, in write_tag_3_packet()
|
/kernel/linux/linux-5.10/drivers/crypto/amlogic/ |
D | amlogic-gxl-cipher.c | 375 return crypto_skcipher_setkey(op->fallback_tfm, key, keylen); in meson_aes_setkey()
|
/kernel/linux/linux-5.10/arch/s390/crypto/ |
D | aes_s390.c | 184 return crypto_skcipher_setkey(sctx->fallback.skcipher, key, len); in setkey_fallback_skcipher() 386 return crypto_skcipher_setkey(xts_ctx->fallback, key, len); in xts_fallback_setkey()
|