summaryrefslogtreecommitdiffstats
path: root/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/witherspoon-ipmi-config/cipher_list.json
blob: 0f13b1e73c26fdf7c3fd873a81030339962949b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
    "a":{
        "cipher":1,
        "authentication":1,
        "integrity":0,
        "confidentiality":0
    },
    "b":{
        "cipher":2,
        "authentication":1,
        "integrity":1,
        "confidentiality":0
    },
    "c":{
        "cipher":3,
        "authentication":1,
        "integrity":1,
        "confidentiality":1
    },
    "d":{
        "cipher":15,
        "authentication":3,
        "integrity":0,
        "confidentiality":0
    },
    "e":{
        "cipher":16,
        "authentication":3,
        "integrity":4,
        "confidentiality":0
    },
    "f":{
        "cipher":17,
        "authentication":3,
        "integrity":4,
        "confidentiality":1
    }
}
OpenPOWER on IntegriCloud