Whamcloud - gitweb
LU-3289 gss: Add userspace support for GSS null and sk
[fs/lustre-release.git] / lustre / ptlrpc / gss / gss_sk_mech.c
index 75b80fe..dbcb1ee 100644 (file)
@@ -60,8 +60,8 @@ struct sk_ctx {
 };
 
 static struct sk_crypt_type sk_crypt_types[] = {
-       [SK_CRYPT_AES_CTR] = {
-               .sct_name = "ctr(aes)",
+       [SK_CRYPT_AES256_CTR] = {
+               .sct_name = "ctr(aes256)",
                .sct_bytes = 32,
        },
 };