Lines Matching +full:random +full:- +full:mac +full:- +full:address

4  * SPDX-License-Identifier: Apache-2.0
27 /* Configuration Pre-Lock Writable Registers */
34 * ctrid valid entries are [0x0-0xF]
40 * keyid valid entries are [0x0-0xF]
46 * zoneid valid entries are [0x0-0xF]
52 * crtid valid entries are [0x0-0xF] characters
57 * Small Zone Memory Address
58 * Pre-Small Zone Lock Writable
64 * keynum valid entries are [0-F] characters
123 for (j = 7; j >= 0; j--) { in ataes132a_atmel_crc()
211 * used in the CCM MAC generation and authorization processes.
216 /** MAC Count value */
222 * used in the CCM MAC generation and authorization processes.
226 * in the MAC calculation
230 * number in the MAC calculation
234 * in the MAC calculation
257 * input and MAC buffer. In Client Decryption Mode it can decrypt buffers
263 * - The encryption key id must be known.
264 * - The nonce used by the encryption device must be known or synchronized
266 * - The expected output length must be identical to the original length of
268 * - The MAC Count of the encryption device must be known.
269 * - The MAC Mode must be identical between encrypt and decrypt calls.
270 * - If the encryption was performed with a randomly generated nonce
272 * - If the encryption was performed with a given nonce, the given nonce
278 * to decrypt and authenticate the buffer and MAC.
282 included during MAC authentication. The values
289 must be included during MAC authentication. The
297 * to the 16 bytes MAC buffer that requires to be authenticated
304 * authentication. If the buffer was encrypted using a random
322 * encrypts the data and generates an integrity MAC.
327 * If the encryption key is configured to require a random nonce then the
333 * to encrypt and generate the buffer and MAC.
336 * items must be included during MAC generation. The values
339 * the MAC calculation.
343 * MAC (it must have space reserved to hold 16 bytes) and the
348 * @param non_buf 12 bytes nonce buffer. If encryption key requires random
353 * @param mac_count Reference a 1 byte variable to return the MAC counter
354 * value if the mac value is indicated in the MAC mode.