Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/dh/
Dcc_dh_kg.c121 uint8_t msbVal = arr_ptr[0], mask = 0x80; in DhKgGetSizeInBitsOfMsbLsbBytesArray() local
128 if (msbVal & mask) { in DhKgGetSizeInBitsOfMsbLsbBytesArray()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffc_domain/
Dcc_ffc_domain.c258 uint8_t msbVal = arr_ptr[0], mask = 0x80; in FfcGetSizeInBitsOfMsbLsbBytesArray() local
265 if (msbVal & mask) { in FfcGetSizeInBitsOfMsbLsbBytesArray()