Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/keystore/
H A DKeyStore.cpp322 FormatCaData(const char *aCaData, int aCaDataLength, in FormatCaData() argument
327 strlen(aName) * 2 + aCaDataLength + aCaDataLength/CA_LINE_SIZE in FormatCaData()
348 while (aCaDataLength > 0) { in FormatCaData()
349 copySize = (aCaDataLength > CA_LINE_SIZE) ? CA_LINE_SIZE : aCaDataLength; in FormatCaData()
354 aCaDataLength -= copySize; in FormatCaData()
H A DKeyStore.h39 void FormatCaData(const uint8_t *aCaData, int aCaDataLength,