Searched refs:ctr_crypt (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/x86/crypto/ |
H A D | sm4_aesni_avx2_glue.c | 50 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 124 .encrypt = ctr_crypt, 125 .decrypt = ctr_crypt,
|
H A D | sm4_aesni_avx_glue.c | 369 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 443 .encrypt = ctr_crypt, 444 .decrypt = ctr_crypt,
|
H A D | aesni-intel_glue.c | 509 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() function 1091 .encrypt = ctr_crypt, 1092 .decrypt = ctr_crypt,
|
/openbmc/linux/arch/sparc/crypto/ |
H A 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,
|
/openbmc/qemu/crypto/ |
H A D | cipher-nettle.c.inc | 146 ctr_crypt(&ctx->key, ENCRYPT, BLEN, ctx->iv, len, out, in); \
|