Lines Matching +full:in +full:- +full:masks
1 /* SPDX-License-Identifier: GPL-2.0-only */
84 /* Fixed part of request message header length in bytes. Just FMD. */
89 /* FMD ctrl0 field masks */
113 /* FMD ctrl1 field masks */
120 #define SPU2_HASH_KEY_LEN 0xFF00 /* len of hash key in bytes.
124 #define SPU2_CIPH_KEY_LEN 0xFF00000 /* len of cipher key in bytes */
127 #define SPU2_HASH_IV 0x20000000 /* 1: IV incl in hash */
128 #define SPU2_RET_IV 0x40000000 /* 1: return IV in output msg
131 #define SPU2_RET_IV_LEN 0xF00000000 /* length in bytes of IV returned.
137 #define SPU2_IV_LEN 0x1F0000000000 /* length of input IV in bytes */
139 #define SPU2_HASH_TAG_LEN 0x7F000000000000 /* hash tag length in bytes */
149 /* FMD ctrl2 field masks */
151 #define SPU2_AAD1_LEN 0xFF000 /* length of AAD1 in bytes */
158 /* FMD ctrl3 field masks */
159 #define SPU2_PL_LEN 0xFFFFFFFF /* payload length in bytes */
166 * Max value that can be represented in the Payload Length field of the
171 /* Error values returned in STATUS field of response messages */