Searched refs:ctr_crypt (Results 1 - 14 of 14) sorted by relevance

/linux-4.1.27/arch/sparc/crypto/
H A Daes_glue.c46 void (*ctr_crypt)(const u64 *key, const u64 *input, u64 *output, member in struct:aes_ops
136 .ctr_crypt = aes_sparc64_ctr_crypt_128,
148 .ctr_crypt = aes_sparc64_ctr_crypt_192,
160 .ctr_crypt = aes_sparc64_ctr_crypt_256,
352 static int ctr_crypt(struct blkcipher_desc *desc, ctr_crypt() function
369 ctx->ops->ctr_crypt(&ctx->key[0], ctr_crypt()
458 .encrypt = ctr_crypt,
459 .decrypt = ctr_crypt,
/linux-4.1.27/arch/x86/crypto/
H A Dblowfish_glue.c336 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, ctr_crypt() function
431 .encrypt = ctr_crypt,
432 .decrypt = ctr_crypt,
H A Dcamellia_aesni_avx_glue.c184 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, ctr_crypt() function
391 .encrypt = ctr_crypt,
392 .decrypt = ctr_crypt,
H A Dcast5_avx_glue.c312 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, ctr_crypt() function
397 .encrypt = ctr_crypt,
398 .decrypt = ctr_crypt,
H A Ddes3_ede_glue.c337 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, ctr_crypt() function
458 .encrypt = ctr_crypt,
459 .decrypt = ctr_crypt,
H A Dserpent_avx2_glue.c166 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, ctr_crypt() function
368 .encrypt = ctr_crypt,
369 .decrypt = ctr_crypt,
H A Dtwofish_glue_3way.c180 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, ctr_crypt() function
390 .encrypt = ctr_crypt,
391 .decrypt = ctr_crypt,
H A Dcamellia_aesni_avx2_glue.c180 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, ctr_crypt() function
399 .encrypt = ctr_crypt,
400 .decrypt = ctr_crypt,
H A Dcast6_avx_glue.c187 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, ctr_crypt() function
428 .encrypt = ctr_crypt,
429 .decrypt = ctr_crypt,
H A Dserpent_avx_glue.c200 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, ctr_crypt() function
434 .encrypt = ctr_crypt,
435 .decrypt = ctr_crypt,
H A Dserpent_sse2_glue.c168 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, ctr_crypt() function
443 .encrypt = ctr_crypt,
444 .decrypt = ctr_crypt,
H A Dtwofish_avx_glue.c201 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, ctr_crypt() function
396 .encrypt = ctr_crypt,
397 .decrypt = ctr_crypt,
H A Daesni-intel_glue.c504 static int ctr_crypt(struct blkcipher_desc *desc, ctr_crypt() function
1386 .encrypt = ctr_crypt,
1387 .decrypt = ctr_crypt,
H A Dcamellia_glue.c1402 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, ctr_crypt() function
1634 .encrypt = ctr_crypt,
1635 .decrypt = ctr_crypt,

Completed in 239 milliseconds