Home
last modified time | relevance | path

Searched refs:ctr_crypt (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/crypto/
H A Dsm4_aesni_avx2_glue.c42 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function
98 .encrypt = ctr_crypt,
99 .decrypt = ctr_crypt,
H A Dsm4_aesni_avx_glue.c257 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function
313 .encrypt = ctr_crypt,
314 .decrypt = ctr_crypt,
H A Daesni-intel_glue.c396 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function
734 .encrypt = ctr_crypt,
735 .decrypt = ctr_crypt,
/linux/arch/sparc/crypto/
H A Daes_glue.c48 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,