Home
last modified time | relevance | path

Searched refs:crypto_skcipher_setkey (Results 1 – 25 of 59) sorted by relevance

123

/linux/include/crypto/
A Dskcipher.h364 int crypto_skcipher_setkey(struct crypto_skcipher *tfm,
370 return crypto_skcipher_setkey(&tfm->base, key, keylen); in crypto_sync_skcipher_setkey()
/linux/Documentation/crypto/
A Dapi-skcipher.rst17 …to_has_skcipher crypto_skcipher_ivsize crypto_skcipher_blocksize crypto_skcipher_setkey crypto_skc…
A Dapi-samples.rst40 err = crypto_skcipher_setkey(tfm, key, sizeof(key));
/linux/net/mac80211/
A Dfils_aead.c122 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/drivers/crypto/vmx/
A Daes_cbc.c66 ret |= crypto_skcipher_setkey(ctx->fallback, key, keylen); in p8_aes_cbc_setkey()
A Daes_ctr.c64 ret |= crypto_skcipher_setkey(ctx->fallback, key, keylen); in p8_aes_ctr_setkey()
A Daes_xts.c73 ret |= crypto_skcipher_setkey(ctx->fallback, key, keylen); in p8_aes_xts_setkey()
/linux/drivers/crypto/allwinner/sun4i-ss/
A Dsun4i-ss-cipher.c609 return crypto_skcipher_setkey(op->fallback_tfm, key, keylen); in sun4i_ss_aes_setkey()
629 return crypto_skcipher_setkey(op->fallback_tfm, key, keylen); in sun4i_ss_des_setkey()
649 return crypto_skcipher_setkey(op->fallback_tfm, key, keylen); in sun4i_ss_des3_setkey()
/linux/drivers/crypto/allwinner/sun8i-ss/
A Dsun8i-ss-cipher.c404 return crypto_skcipher_setkey(op->fallback_tfm, key, keylen); in sun8i_ss_aes_setkey()
427 return crypto_skcipher_setkey(op->fallback_tfm, key, keylen); in sun8i_ss_des3_setkey()
/linux/block/
A Dblk-crypto-fallback.c101 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/drivers/crypto/allwinner/sun8i-ce/
A Dsun8i-ce-cipher.c453 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()
/linux/fs/crypto/
A Dkeysetup_v1.c71 res = crypto_skcipher_setkey(tfm, nonce, FSCRYPT_FILE_NONCE_SIZE); in derive_key_aes()
/linux/drivers/crypto/ccp/
A Dccp-crypto-aes-xts.c101 return crypto_skcipher_setkey(ctx->u.aes.tfm_skcipher, key, key_len); in ccp_aes_xts_setkey()
/linux/crypto/
A Dlrw.c81 err = crypto_skcipher_setkey(child, key, keylen - bsize); in lrw_setkey()
A Dalgif_skcipher.c305 return crypto_skcipher_setkey(private, key, keylen); in skcipher_setkey()
A Dctr.c187 return crypto_skcipher_setkey(child, key, keylen); in crypto_rfc3686_setkey()
A Dcts.c85 return crypto_skcipher_setkey(child, key, keylen); in crypto_cts_setkey()
A Dskcipher.c594 int crypto_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, in crypto_skcipher_setkey() function
617 EXPORT_SYMBOL_GPL(crypto_skcipher_setkey);
A Dxts.c73 return crypto_skcipher_setkey(child, key, keylen); in xts_setkey()
/linux/fs/ecryptfs/
A Dkeystore.c814 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/drivers/crypto/
A Dgeode-aes.c160 return crypto_skcipher_setkey(tctx->fallback.skcipher, key, len); in geode_setkey_skcipher()
/linux/drivers/crypto/gemini/
A Dsl3516-ce-cipher.c386 return crypto_skcipher_setkey(op->fallback_tfm, key, keylen); in sl3516_ce_aes_setkey()
/linux/drivers/crypto/amlogic/
A Damlogic-gxl-cipher.c373 return crypto_skcipher_setkey(op->fallback_tfm, key, keylen); in meson_aes_setkey()
/linux/arch/s390/crypto/
A Daes_s390.c185 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()
/linux/drivers/crypto/marvell/octeontx2/
A Dotx2_cptvf_algs.c436 return crypto_skcipher_setkey(ctx->fbk_cipher, key, keylen); in otx2_cpt_skcipher_xts_setkey()
453 return crypto_skcipher_setkey(ctx->fbk_cipher, key, keylen); in cpt_des_setkey()
484 return crypto_skcipher_setkey(ctx->fbk_cipher, key, keylen); in cpt_aes_setkey()

Completed in 35 milliseconds

123