Home
last modified time | relevance | path

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

/optee_test/host/xtest/adbg/src/
A Dsecurity_utils_hex.c143 const size_t DestinationLength in SecUtil_BufferToHex() argument
154 if (DestinationLength > 1) in SecUtil_BufferToHex()
195 if (UsedDestLength < DestinationLength) { in SecUtil_BufferToHex()
199 DestinationLength - UsedDestLength); in SecUtil_BufferToHex()
207 if (UsedDestLength < DestinationLength) { in SecUtil_BufferToHex()
215 if (UsedDestLength < DestinationLength) { in SecUtil_BufferToHex()
223 if (UsedDestLength < DestinationLength) { in SecUtil_BufferToHex()
227 DestinationLength - UsedDestLength); in SecUtil_BufferToHex()
A Dsecurity_utils_hex.h116 const size_t DestinationLength);

Completed in 3 milliseconds