/linux-5.19.10/include/crypto/ |
D | skcipher.h | 368 int crypto_skcipher_setkey(struct crypto_skcipher *tfm, 374 return crypto_skcipher_setkey(&tfm->base, key, keylen); in crypto_sync_skcipher_setkey()
|
/linux-5.19.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));
|
/linux-5.19.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()
|
/linux-5.19.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()
|
/linux-5.19.10/drivers/crypto/allwinner/sun4i-ss/ |
D | sun4i-ss-cipher.c | 603 return crypto_skcipher_setkey(op->fallback_tfm, key, keylen); in sun4i_ss_aes_setkey() 623 return crypto_skcipher_setkey(op->fallback_tfm, key, keylen); in sun4i_ss_des_setkey() 643 return crypto_skcipher_setkey(op->fallback_tfm, key, keylen); in sun4i_ss_des3_setkey()
|
/linux-5.19.10/block/ |
D | blk-crypto-fallback.c | 101 err = crypto_skcipher_setkey(slotp->tfms[crypto_mode], blank_key, in blk_crypto_fallback_evict_keyslot() 122 err = crypto_skcipher_setkey(slotp->tfms[crypto_mode], key->raw, in blk_crypto_fallback_keyslot_program()
|
/linux-5.19.10/drivers/crypto/allwinner/sun8i-ce/ |
D | sun8i-ce-cipher.c | 476 return crypto_skcipher_setkey(op->fallback_tfm, key, keylen); in sun8i_ce_aes_setkey() 498 return crypto_skcipher_setkey(op->fallback_tfm, key, keylen); in sun8i_ce_des3_setkey()
|
/linux-5.19.10/drivers/crypto/allwinner/sun8i-ss/ |
D | sun8i-ss-cipher.c | 462 return crypto_skcipher_setkey(op->fallback_tfm, key, keylen); in sun8i_ss_aes_setkey() 485 return crypto_skcipher_setkey(op->fallback_tfm, key, keylen); in sun8i_ss_des3_setkey()
|
/linux-5.19.10/fs/crypto/ |
D | keysetup_v1.c | 71 res = crypto_skcipher_setkey(tfm, nonce, FSCRYPT_FILE_NONCE_SIZE); in derive_key_aes()
|
/linux-5.19.10/tools/testing/crypto/chacha20-s390/ |
D | test-cipher.c | 155 if (crypto_skcipher_setkey(skcipher, key, 32)) { in test_skcipher()
|
/linux-5.19.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()
|
/linux-5.19.10/crypto/ |
D | algif_skcipher.c | 305 return crypto_skcipher_setkey(private, key, keylen); in skcipher_setkey()
|
D | ctr.c | 187 return crypto_skcipher_setkey(child, key, keylen); in crypto_rfc3686_setkey()
|
D | lrw.c | 81 err = crypto_skcipher_setkey(child, key, keylen - bsize); in lrw_setkey()
|
D | cts.c | 85 return crypto_skcipher_setkey(child, key, keylen); in crypto_cts_setkey()
|
D | skcipher.c | 594 int crypto_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, in crypto_skcipher_setkey() function 617 EXPORT_SYMBOL_GPL(crypto_skcipher_setkey);
|
D | xts.c | 73 return crypto_skcipher_setkey(child, key, keylen); in xts_setkey()
|
/linux-5.19.10/drivers/crypto/ |
D | geode-aes.c | 160 return crypto_skcipher_setkey(tctx->fallback.skcipher, key, len); in geode_setkey_skcipher()
|
/linux-5.19.10/fs/ecryptfs/ |
D | keystore.c | 814 rc = crypto_skcipher_setkey( in ecryptfs_write_tag_70_packet() 1030 rc = crypto_skcipher_setkey( in ecryptfs_parse_tag_70_packet() 1707 rc = crypto_skcipher_setkey( in decrypt_passphrase_encrypted_session_key() 2280 rc = crypto_skcipher_setkey(tfm, session_key_encryption_key, in write_tag_3_packet()
|
/linux-5.19.10/drivers/crypto/amlogic/ |
D | amlogic-gxl-cipher.c | 375 return crypto_skcipher_setkey(op->fallback_tfm, key, keylen); in meson_aes_setkey()
|
/linux-5.19.10/drivers/crypto/gemini/ |
D | sl3516-ce-cipher.c | 388 return crypto_skcipher_setkey(op->fallback_tfm, key, keylen); in sl3516_ce_aes_setkey()
|
/linux-5.19.10/arch/s390/crypto/ |
D | aes_s390.c | 185 return crypto_skcipher_setkey(sctx->fallback.skcipher, key, len); in setkey_fallback_skcipher() 387 return crypto_skcipher_setkey(xts_ctx->fallback, key, len); in xts_fallback_setkey()
|