Home
last modified time | relevance | path

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

/arch/s390/crypto/
Dcrypt_s390.h39 CRYPT_S390_KMCTR = 0x0600 enumerator
92 KMCTR_QUERY = CRYPT_S390_KMCTR | 0x0,
93 KMCTR_DEA_ENCRYPT = CRYPT_S390_KMCTR | 0x1,
94 KMCTR_DEA_DECRYPT = CRYPT_S390_KMCTR | 0x1 | 0x80,
95 KMCTR_TDEA_128_ENCRYPT = CRYPT_S390_KMCTR | 0x2,
96 KMCTR_TDEA_128_DECRYPT = CRYPT_S390_KMCTR | 0x2 | 0x80,
97 KMCTR_TDEA_192_ENCRYPT = CRYPT_S390_KMCTR | 0x3,
98 KMCTR_TDEA_192_DECRYPT = CRYPT_S390_KMCTR | 0x3 | 0x80,
99 KMCTR_AES_128_ENCRYPT = CRYPT_S390_KMCTR | 0x12,
100 KMCTR_AES_128_DECRYPT = CRYPT_S390_KMCTR | 0x12 | 0x80,
[all …]