Searched refs:array (Results 1 – 12 of 12) sorted by relevance
17 #define ARRAY_LENGTH(array) (sizeof(array) / sizeof(*(array))) argument
105 def ReverseBytesInBytesArray(array, size): argument112 revArray[4*i + j] = array[4*i + 3 - j]
26 def tempReverseBytesInBytesArray(array, size): argument33 revArray[4*i + j] = array[4*i + 3 - j]
26 #define ARRAY_LENGTH(array) (sizeof(array) / sizeof(*(array))) argument
44 - TF-M Crypto service maintains a key handle array. When a key is stored in46 array. When a caller requests to access a key, TF-M Crypto service validates157 This patch intended to optimize TF-M Crypto service key handle array and
97 #define SIZEOF_C_ARRAY(array,type) (sizeof(array)/sizeof(type))
76 The ``io_size`` array contains the sizes of the up to ``PSA_MAX_IOVEC`` (4)79 The ``payload`` array then contains the invec data packed contiguously in order.
29 MCUBoot code contains a compile-time built-in key array which can store any
66 array of memory areas defined in the linker script. Two chains are available to
712 to put such variable size elements in an array. The solution here is putting
123 * of the system. The value of the claim is an array of CBOR map
100 of the claim is an array of CBOR map entries, with one entry per software