]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86_64/crypto/aes.c
[CRYPTO] Allow AES C/ASM implementations to coexist
[linux-2.6-omap-h63xx.git] / arch / x86_64 / crypto / aes.c
index 19996854b490fc80a44792be6a33e3a024b5d377..fb1b961a2e2f185143fbbea09e2e6a43606b72fb 100644 (file)
@@ -289,6 +289,8 @@ extern void aes_decrypt(void *ctx_arg, u8 *out, const u8 *in);
 
 static struct crypto_alg aes_alg = {
        .cra_name               =       "aes",
+       .cra_driver_name        =       "aes-x86_64",
+       .cra_priority           =       200,
        .cra_flags              =       CRYPTO_ALG_TYPE_CIPHER,
        .cra_blocksize          =       AES_BLOCK_SIZE,
        .cra_ctxsize            =       sizeof(struct aes_ctx),