Searched refs:crypto_ablkcipher_setkey (Results 1 – 20 of 20) sorted by relevance
/linux-4.4.14/fs/f2fs/ |
D | crypto_key.c | 67 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/ |
D | crypto_key.c | 64 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/ |
D | ablk_helper.c | 47 err = crypto_ablkcipher_setkey(child, key, key_len); in ablk_set_key()
|
D | skcipher.c | 137 err = crypto_ablkcipher_setkey(ablkcipher, key, keylen); in skcipher_setkey_ablkcipher()
|
D | ctr.c | 271 err = crypto_ablkcipher_setkey(child, key, keylen); in crypto_rfc3686_setkey()
|
D | authenc.c | 106 err = crypto_ablkcipher_setkey(enc, keys.enckey, keys.enckeylen); in crypto_authenc_setkey()
|
D | authencesn.c | 88 err = crypto_ablkcipher_setkey(enc, keys.enckey, keys.enckeylen); in crypto_authenc_esn_setkey()
|
D | chacha20poly1305.c | 499 err = crypto_ablkcipher_setkey(ctx->chacha, key, keylen); in chachapoly_setkey()
|
D | ccm.c | 93 err = crypto_ablkcipher_setkey(ctr, key, keylen); in crypto_ccm_setkey()
|
D | gcm.c | 132 err = crypto_ablkcipher_setkey(ctr, key, keylen); in crypto_gcm_setkey()
|
D | tcrypt.c | 1180 ret = crypto_ablkcipher_setkey(tfm, key, *keysize); in test_acipher_speed()
|
/linux-4.4.14/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.4.14/drivers/crypto/qce/ |
D | ablkcipher.c | 184 ret = crypto_ablkcipher_setkey(ctx->fallback, key, keylen); in qce_ablkcipher_setkey()
|
/linux-4.4.14/include/linux/ |
D | crypto.h | 865 static inline int crypto_ablkcipher_setkey(struct crypto_ablkcipher *tfm, in crypto_ablkcipher_setkey() function
|
/linux-4.4.14/drivers/crypto/ |
D | mxs-dcp.c | 471 ret = crypto_ablkcipher_setkey(actx->fallback, key, len); in mxs_dcp_aes_setkey()
|
D | sahara.c | 627 ret = crypto_ablkcipher_setkey(ctx->fallback, key, keylen); in sahara_aes_setkey()
|
D | picoxcell_crypto.c | 781 err = crypto_ablkcipher_setkey(ctx->sw_cipher, key, len); in spacc_aes_setkey()
|
/linux-4.4.14/fs/ecryptfs/ |
D | crypto.c | 373 rc = crypto_ablkcipher_setkey(crypt_stat->tfm, crypt_stat->key, in crypt_scatterlist()
|
/linux-4.4.14/arch/x86/crypto/ |
D | aesni-intel_glue.c | 840 ret = crypto_ablkcipher_setkey(ctr_tfm, key, key_len); in rfc4106_set_hash_subkey()
|
/linux-4.4.14/drivers/md/ |
D | dm-crypt.c | 1479 r = crypto_ablkcipher_setkey(cc->tfms[i], in crypt_setkey_allcpus()
|