Searched refs:ctr_crypt (Results 1 – 4 of 4) sorted by relevance
/linux/arch/x86/crypto/ |
H A D | sm4_aesni_avx2_glue.c | 41 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 94 .encrypt = ctr_crypt, 95 .decrypt = ctr_crypt,
|
H A D | sm4_aesni_avx_glue.c | 257 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 310 .encrypt = ctr_crypt, 311 .decrypt = ctr_crypt,
|
H A D | aesni-intel_glue.c | 655 ctr_crypt(struct skcipher_request *req, in ctr_crypt() function 773 return ctr_crypt(req, aes_ctr64_crypt_##suffix); \
|
/linux/arch/sparc/crypto/ |
H A D | aes_glue.c | 47 void (*ctr_crypt)(const u64 *key, const u64 *input, u64 *output, member 137 .ctr_crypt = aes_sparc64_ctr_crypt_128, 149 .ctr_crypt = aes_sparc64_ctr_crypt_192, 161 .ctr_crypt = aes_sparc64_ctr_crypt_256, 333 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 347 ctx->ops->ctr_crypt(&ctx->key[0], walk.src.virt.addr, in ctr_crypt() 421 .encrypt = ctr_crypt, 422 .decrypt = ctr_crypt,
|