Searched refs:crypto_ablkcipher_setkey (Results 1 – 21 of 21) sorted by relevance
/linux-4.1.27/crypto/ |
D | ablk_helper.c | 47 err = crypto_ablkcipher_setkey(child, key, key_len); in ablk_set_key()
|
D | ctr.c | 271 err = crypto_ablkcipher_setkey(child, key, keylen); in crypto_rfc3686_setkey()
|
D | authenc.c | 110 err = crypto_ablkcipher_setkey(enc, keys.enckey, keys.enckeylen); in crypto_authenc_setkey()
|
D | ccm.c | 87 err = crypto_ablkcipher_setkey(ctr, key, keylen); in crypto_ccm_setkey()
|
D | algif_skcipher.c | 887 err = crypto_ablkcipher_setkey(tfm->skcipher, key, keylen); in skcipher_setkey()
|
D | authencesn.c | 84 err = crypto_ablkcipher_setkey(enc, keys.enckey, keys.enckeylen); in crypto_authenc_esn_setkey()
|
D | testmgr.c | 976 ret = crypto_ablkcipher_setkey(tfm, template[i].key, in __test_skcipher() 1043 ret = crypto_ablkcipher_setkey(tfm, template[i].key, in __test_skcipher()
|
D | gcm.c | 125 err = crypto_ablkcipher_setkey(ctr, key, keylen); in crypto_gcm_setkey()
|
D | tcrypt.c | 1151 ret = crypto_ablkcipher_setkey(tfm, key, *keysize); in test_acipher_speed()
|
/linux-4.1.27/fs/ext4/ |
D | crypto_key.c | 64 res = crypto_ablkcipher_setkey(tfm, deriving_key, in ext4_derive_key_aes()
|
D | crypto.c | 337 res = crypto_ablkcipher_setkey(atfm, ei->i_encryption_key.raw, in ext4_page_crypto()
|
D | crypto_fname.c | 423 res = crypto_ablkcipher_setkey(ctx->ctfm, in ext4_get_fname_crypto_ctx()
|
/linux-4.1.27/drivers/crypto/ccp/ |
D | ccp-crypto-aes-xts.c | 113 return crypto_ablkcipher_setkey(ctx->u.aes.tfm_ablkcipher, key, in ccp_aes_xts_setkey()
|
/linux-4.1.27/drivers/crypto/qce/ |
D | ablkcipher.c | 194 ret = crypto_ablkcipher_setkey(ctx->fallback, key, keylen); in qce_ablkcipher_setkey()
|
/linux-4.1.27/drivers/crypto/ |
D | mxs-dcp.c | 471 ret = crypto_ablkcipher_setkey(actx->fallback, key, len); in mxs_dcp_aes_setkey()
|
D | sahara.c | 653 ret = crypto_ablkcipher_setkey(ctx->fallback, key, keylen); in sahara_aes_setkey()
|
D | picoxcell_crypto.c | 870 err = crypto_ablkcipher_setkey(ctx->sw_cipher, key, len); in spacc_aes_setkey()
|
/linux-4.1.27/include/linux/ |
D | crypto.h | 998 static inline int crypto_ablkcipher_setkey(struct crypto_ablkcipher *tfm, in crypto_ablkcipher_setkey() function
|
/linux-4.1.27/fs/ecryptfs/ |
D | crypto.c | 374 rc = crypto_ablkcipher_setkey(crypt_stat->tfm, crypt_stat->key, in crypt_scatterlist()
|
/linux-4.1.27/arch/x86/crypto/ |
D | aesni-intel_glue.c | 850 ret = crypto_ablkcipher_setkey(ctr_tfm, key, key_len); in rfc4106_set_hash_subkey()
|
/linux-4.1.27/drivers/md/ |
D | dm-crypt.c | 1462 r = crypto_ablkcipher_setkey(cc->tfms[i], in crypt_setkey_allcpus()
|