Searched refs:Destination_p (Results 1 – 2 of 2) sorted by relevance
142 char *const Destination_p, in SecUtil_BufferToHex() argument155 Destination_p[0] = '\0'; in SecUtil_BufferToHex()200 memcpy(Destination_p + UsedDestLength - 1, BytePrefix_p, in SecUtil_BufferToHex()202 Destination_p[UsedDestLength - 1 + CopyLength] = '\0'; in SecUtil_BufferToHex()208 Destination_p[UsedDestLength - in SecUtil_BufferToHex()210 Destination_p[UsedDestLength] = '\0'; in SecUtil_BufferToHex()216 Destination_p[UsedDestLength - in SecUtil_BufferToHex()218 Destination_p[UsedDestLength] = '\0'; in SecUtil_BufferToHex()228 memcpy(Destination_p + UsedDestLength - 1, Separator_p, in SecUtil_BufferToHex()230 Destination_p[UsedDestLength - 1 + CopyLength] = '\0'; in SecUtil_BufferToHex()
115 char *const Destination_p,
Completed in 2 milliseconds