Searched refs:skcipher (Results 1 - 19 of 19) sorted by relevance

/linux-4.1.27/drivers/crypto/caam/
H A Dcompat.h38 #include <crypto/internal/skcipher.h>
/linux-4.1.27/crypto/
H A Dalgif_skcipher.c2 * algif_skcipher: User-space interface for skcipher algorithms
16 #include <crypto/skcipher.h>
35 struct crypto_ablkcipher *skcipher; member in struct:skcipher_tfm
857 struct crypto_ablkcipher *skcipher; skcipher_bind() local
863 skcipher = crypto_alloc_ablkcipher(name, type, mask); skcipher_bind()
864 if (IS_ERR(skcipher)) { skcipher_bind()
866 return ERR_CAST(skcipher); skcipher_bind()
869 tfm->skcipher = skcipher; skcipher_bind()
878 crypto_free_ablkcipher(tfm->skcipher); skcipher_release()
887 err = crypto_ablkcipher_setkey(tfm->skcipher, key, keylen); skcipher_setkey()
923 struct crypto_ablkcipher *skcipher = tfm->skcipher; skcipher_accept_parent_nokey() local
924 unsigned int len = sizeof(*ctx) + crypto_ablkcipher_reqsize(skcipher); skcipher_accept_parent_nokey()
930 ctx->iv = sock_kmalloc(sk, crypto_ablkcipher_ivsize(skcipher), skcipher_accept_parent_nokey()
937 memset(ctx->iv, 0, crypto_ablkcipher_ivsize(skcipher)); skcipher_accept_parent_nokey()
950 ablkcipher_request_set_tfm(&ctx->req, skcipher); skcipher_accept_parent_nokey()
977 .name = "skcipher",
H A Dcrypto_null.c22 #include <crypto/internal/skcipher.h>
H A Dtestmgr.c945 pr_err("alg: skcipher%s: Failed to allocate request for %s\n", __test_skcipher()
979 pr_err("alg: skcipher%s: setkey failed on test %d for %s: flags=%x\n", __test_skcipher()
1009 pr_err("alg: skcipher%s: %s failed on test %d for %s: ret=%d\n", __test_skcipher()
1016 pr_err("alg: skcipher%s: Test %d failed on %s for %s\n", __test_skcipher()
1046 pr_err("alg: skcipher%s: setkey failed on chunk test %d for %s: flags=%x\n", __test_skcipher()
1103 pr_err("alg: skcipher%s: %s failed on chunk test %d for %s: ret=%d\n", __test_skcipher()
1120 pr_err("alg: skcipher%s: Chunk test %d failed on %s at page %u for %s\n", __test_skcipher()
1130 pr_err("alg: skcipher%s: Result buffer corruption in chunk test %d on %s at page %u for %s: %u bytes:\n", __test_skcipher()
1568 printk(KERN_ERR "alg: skcipher: Failed to load transform for " alg_test_skcipher()
H A Dchainiv.c16 #include <crypto/internal/skcipher.h>
H A Deseqiv.c18 #include <crypto/internal/skcipher.h>
H A Dseqiv.c17 #include <crypto/internal/skcipher.h>
H A Dcrypto_user.c29 #include <crypto/internal/skcipher.h>
H A Dctr.c15 #include <crypto/internal/skcipher.h>
H A Dablkcipher.c16 #include <crypto/internal/skcipher.h>
H A Dauthenc.c15 #include <crypto/internal/skcipher.h>
H A Dauthencesn.c17 #include <crypto/internal/skcipher.h>
H A Dblkcipher.c17 #include <crypto/internal/skcipher.h>
H A Dccm.c14 #include <crypto/internal/skcipher.h>
H A Dgcm.c13 #include <crypto/internal/skcipher.h>
H A Dtcrypt.c1113 pr_err("tcrypt: skcipher: Failed to allocate request for %s\n", test_acipher_speed()
/linux-4.1.27/include/crypto/internal/
H A Dskcipher.h17 #include <crypto/skcipher.h>
/linux-4.1.27/drivers/crypto/
H A Dpicoxcell_crypto.c25 #include <crypto/internal/skcipher.h>
H A Dtalitos.c51 #include <crypto/skcipher.h>

Completed in 273 milliseconds