Searched refs:array (Results 1 – 10 of 10) sorted by relevance
218 #define ARRAY_LENGTH(array) (sizeof((array))/sizeof((array)[0])) 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]
25 #define ARRAY_LENGTH(array) (sizeof(array) / sizeof(*(array))) argument
25 #define ARRAY_LENGTH( array ) ( sizeof( array ) / sizeof( *( array ) ) )
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
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
100 of the claim is an array of CBOR map entries, with one entry per software