Home
last modified time | relevance | path

Searched refs:crypto_ablkcipher_setkey (Results 1 – 20 of 20) sorted by relevance

/linux-4.4.14/fs/f2fs/
Dcrypto_key.c67 res = crypto_ablkcipher_setkey(tfm, deriving_key, in f2fs_derive_key_aes()
228 res = crypto_ablkcipher_setkey(ctfm, raw_key, in _f2fs_get_encryption_info()
/linux-4.4.14/fs/ext4/
Dcrypto_key.c64 res = crypto_ablkcipher_setkey(tfm, deriving_key, in ext4_derive_key_aes()
252 res = crypto_ablkcipher_setkey(ctfm, raw_key, in _ext4_get_encryption_info()
/linux-4.4.14/crypto/
Dablk_helper.c47 err = crypto_ablkcipher_setkey(child, key, key_len); in ablk_set_key()
Dskcipher.c137 err = crypto_ablkcipher_setkey(ablkcipher, key, keylen); in skcipher_setkey_ablkcipher()
Dctr.c271 err = crypto_ablkcipher_setkey(child, key, keylen); in crypto_rfc3686_setkey()
Dauthenc.c106 err = crypto_ablkcipher_setkey(enc, keys.enckey, keys.enckeylen); in crypto_authenc_setkey()
Dauthencesn.c88 err = crypto_ablkcipher_setkey(enc, keys.enckey, keys.enckeylen); in crypto_authenc_esn_setkey()
Dchacha20poly1305.c499 err = crypto_ablkcipher_setkey(ctx->chacha, key, keylen); in chachapoly_setkey()
Dccm.c93 err = crypto_ablkcipher_setkey(ctr, key, keylen); in crypto_ccm_setkey()
Dgcm.c132 err = crypto_ablkcipher_setkey(ctr, key, keylen); in crypto_gcm_setkey()
Dtcrypt.c1180 ret = crypto_ablkcipher_setkey(tfm, key, *keysize); in test_acipher_speed()
/linux-4.4.14/drivers/crypto/ccp/
Dccp-crypto-aes-xts.c113 return crypto_ablkcipher_setkey(ctx->u.aes.tfm_ablkcipher, key, in ccp_aes_xts_setkey()
/linux-4.4.14/drivers/crypto/qce/
Dablkcipher.c184 ret = crypto_ablkcipher_setkey(ctx->fallback, key, keylen); in qce_ablkcipher_setkey()
/linux-4.4.14/include/linux/
Dcrypto.h865 static inline int crypto_ablkcipher_setkey(struct crypto_ablkcipher *tfm, in crypto_ablkcipher_setkey() function
/linux-4.4.14/drivers/crypto/
Dmxs-dcp.c471 ret = crypto_ablkcipher_setkey(actx->fallback, key, len); in mxs_dcp_aes_setkey()
Dsahara.c627 ret = crypto_ablkcipher_setkey(ctx->fallback, key, keylen); in sahara_aes_setkey()
Dpicoxcell_crypto.c781 err = crypto_ablkcipher_setkey(ctx->sw_cipher, key, len); in spacc_aes_setkey()
/linux-4.4.14/fs/ecryptfs/
Dcrypto.c373 rc = crypto_ablkcipher_setkey(crypt_stat->tfm, crypt_stat->key, in crypt_scatterlist()
/linux-4.4.14/arch/x86/crypto/
Daesni-intel_glue.c840 ret = crypto_ablkcipher_setkey(ctr_tfm, key, key_len); in rfc4106_set_hash_subkey()
/linux-4.4.14/drivers/md/
Ddm-crypt.c1479 r = crypto_ablkcipher_setkey(cc->tfms[i], in crypt_setkey_allcpus()