Searched refs:crypto_ablkcipher_setkey (Results 1 - 21 of 21) sorted by relevance

/linux-4.1.27/crypto/
H A Dablk_helper.c47 err = crypto_ablkcipher_setkey(child, key, key_len); ablk_set_key()
H A Dctr.c271 err = crypto_ablkcipher_setkey(child, key, keylen); crypto_rfc3686_setkey()
H A Dalgif_skcipher.c887 err = crypto_ablkcipher_setkey(tfm->skcipher, key, keylen); skcipher_setkey()
H A Dauthenc.c110 err = crypto_ablkcipher_setkey(enc, keys.enckey, keys.enckeylen); crypto_authenc_setkey()
H A Dauthencesn.c84 err = crypto_ablkcipher_setkey(enc, keys.enckey, keys.enckeylen); crypto_authenc_esn_setkey()
H A Dccm.c87 err = crypto_ablkcipher_setkey(ctr, key, keylen); crypto_ccm_setkey()
H A Dtestmgr.c976 ret = crypto_ablkcipher_setkey(tfm, template[i].key, __test_skcipher()
1043 ret = crypto_ablkcipher_setkey(tfm, template[i].key, __test_skcipher()
H A Dgcm.c125 err = crypto_ablkcipher_setkey(ctr, key, keylen); crypto_gcm_setkey()
H A Dtcrypt.c1151 ret = crypto_ablkcipher_setkey(tfm, key, *keysize); test_acipher_speed()
/linux-4.1.27/fs/ext4/
H A Dcrypto_key.c64 res = crypto_ablkcipher_setkey(tfm, deriving_key, ext4_derive_key_aes()
H A Dcrypto.c337 res = crypto_ablkcipher_setkey(atfm, ei->i_encryption_key.raw, ext4_page_crypto()
341 "%s: crypto_ablkcipher_setkey() failed\n", ext4_page_crypto()
H A Dcrypto_fname.c423 res = crypto_ablkcipher_setkey(ctx->ctfm, ext4_get_fname_crypto_ctx()
/linux-4.1.27/drivers/crypto/ccp/
H A Dccp-crypto-aes-xts.c113 return crypto_ablkcipher_setkey(ctx->u.aes.tfm_ablkcipher, key, ccp_aes_xts_setkey()
/linux-4.1.27/drivers/crypto/qce/
H A Dablkcipher.c194 ret = crypto_ablkcipher_setkey(ctx->fallback, key, keylen); qce_ablkcipher_setkey()
/linux-4.1.27/drivers/crypto/
H A Dmxs-dcp.c471 ret = crypto_ablkcipher_setkey(actx->fallback, key, len); mxs_dcp_aes_setkey()
H A Dpicoxcell_crypto.c870 err = crypto_ablkcipher_setkey(ctx->sw_cipher, key, len); spacc_aes_setkey()
H A Dsahara.c653 ret = crypto_ablkcipher_setkey(ctx->fallback, key, keylen); sahara_aes_setkey()
/linux-4.1.27/include/linux/
H A Dcrypto.h983 * crypto_ablkcipher_setkey() - set key for cipher
998 static inline int crypto_ablkcipher_setkey(struct crypto_ablkcipher *tfm, crypto_ablkcipher_setkey() function
/linux-4.1.27/arch/x86/crypto/
H A Daesni-intel_glue.c850 ret = crypto_ablkcipher_setkey(ctr_tfm, key, key_len); rfc4106_set_hash_subkey()
/linux-4.1.27/drivers/md/
H A Ddm-crypt.c1462 r = crypto_ablkcipher_setkey(cc->tfms[i], crypt_setkey_allcpus()
/linux-4.1.27/fs/ecryptfs/
H A Dcrypto.c374 rc = crypto_ablkcipher_setkey(crypt_stat->tfm, crypt_stat->key, crypt_scatterlist()

Completed in 314 milliseconds