| .. | .. |
|---|
| 1 | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
|---|
| 2 | 2 | /* |
|---|
| 3 | | - * zcrypt 2.1.0 |
|---|
| 4 | | - * |
|---|
| 5 | 3 | * Copyright IBM Corp. 2001, 2006 |
|---|
| 6 | 4 | * Author(s): Robert Burroughs |
|---|
| 7 | 5 | * Eric Rossman (edrossma@us.ibm.com) |
|---|
| .. | .. |
|---|
| 14 | 12 | #define _ZCRYPT_CEX2A_H_ |
|---|
| 15 | 13 | |
|---|
| 16 | 14 | /** |
|---|
| 17 | | - * The type 50 message family is associated with a CEX2A card. |
|---|
| 15 | + * The type 50 message family is associated with CEXxA cards. |
|---|
| 18 | 16 | * |
|---|
| 19 | 17 | * The four members of the family are described below. |
|---|
| 20 | 18 | * |
|---|
| .. | .. |
|---|
| 111 | 109 | } __packed; |
|---|
| 112 | 110 | |
|---|
| 113 | 111 | /** |
|---|
| 114 | | - * The type 80 response family is associated with a CEX2A card. |
|---|
| 112 | + * The type 80 response family is associated with a CEXxA cards. |
|---|
| 115 | 113 | * |
|---|
| 116 | 114 | * Note that all unsigned char arrays are right-justified and left-padded |
|---|
| 117 | 115 | * with zeroes. |
|---|