/arch/sparc/crypto/ |
D | aes_glue.c | 48 void (*ctr_crypt)(const u64 *key, const u64 *input, u64 *output, member 138 .ctr_crypt = aes_sparc64_ctr_crypt_128, 150 .ctr_crypt = aes_sparc64_ctr_crypt_192, 162 .ctr_crypt = aes_sparc64_ctr_crypt_256, 334 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 348 ctx->ops->ctr_crypt(&ctx->key[0], walk.src.virt.addr, in ctr_crypt() 422 .encrypt = ctr_crypt, 423 .decrypt = ctr_crypt,
|
/arch/x86/crypto/ |
D | serpent_sse2_glue.c | 155 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 201 .encrypt = ctr_crypt, 202 .decrypt = ctr_crypt,
|
D | twofish_glue_3way.c | 167 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 210 .encrypt = ctr_crypt, 211 .decrypt = ctr_crypt,
|
D | serpent_avx2_glue.c | 155 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 221 .encrypt = ctr_crypt, 222 .decrypt = ctr_crypt,
|
D | camellia_aesni_avx2_glue.c | 168 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 232 .encrypt = ctr_crypt, 233 .decrypt = ctr_crypt,
|
D | twofish_avx_glue.c | 192 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 256 .encrypt = ctr_crypt, 257 .decrypt = ctr_crypt,
|
D | cast6_avx_glue.c | 162 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 250 .encrypt = ctr_crypt, 251 .decrypt = ctr_crypt,
|
D | camellia_aesni_avx_glue.c | 170 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 254 .encrypt = ctr_crypt, 255 .decrypt = ctr_crypt,
|
D | serpent_avx_glue.c | 197 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 263 .encrypt = ctr_crypt, 264 .decrypt = ctr_crypt,
|
D | cast5_avx_glue.c | 276 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 344 .encrypt = ctr_crypt, 345 .decrypt = ctr_crypt,
|
D | blowfish_glue.c | 318 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 399 .encrypt = ctr_crypt, 400 .decrypt = ctr_crypt,
|
D | des3_ede_glue.c | 321 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 443 .encrypt = ctr_crypt, 444 .decrypt = ctr_crypt,
|
D | camellia_glue.c | 1385 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 1448 .encrypt = ctr_crypt, 1449 .decrypt = ctr_crypt,
|
D | aesni-intel_glue.c | 493 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 952 .encrypt = ctr_crypt, 953 .decrypt = ctr_crypt,
|