Home
last modified time | relevance | path

Searched refs:arr_ptr (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/dh/
Dcc_dh_kg.c65 static uint32_t DhKgAddValueToMsbLsbBytesArray(uint32_t *arr_ptr, uint32_t val, uint32_t sizeBytes) in DhKgAddValueToMsbLsbBytesArray() argument
68 uint32_t *ptr = (uint32_t*)arr_ptr; in DhKgAddValueToMsbLsbBytesArray()
109 static uint32_t DhKgGetSizeInBitsOfMsbLsbBytesArray(uint8_t *arr_ptr, in DhKgGetSizeInBitsOfMsbLsbBytesArray() argument
121 uint8_t msbVal = arr_ptr[0], mask = 0x80; in DhKgGetSizeInBitsOfMsbLsbBytesArray()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffc_domain/
Dcc_ffc_domain.c246 uint32_t FfcGetSizeInBitsOfMsbLsbBytesArray(uint8_t *arr_ptr, in FfcGetSizeInBitsOfMsbLsbBytesArray() argument
258 uint8_t msbVal = arr_ptr[0], mask = 0x80; in FfcGetSizeInBitsOfMsbLsbBytesArray()