Searched refs:origCount (Results 1 - 1 of 1) sorted by relevance

/external/conscrypt/common/src/jni/main/cpp/
H A DNativeCrypto.cpp3652 const int origCount = count; local
3656 for (int i = 0, j = 0; i < origCount; i++, j++) {
3689 x509, type, origCount);
3691 } else if (origCount != count) {
3693 origCount, count);

Completed in 71 milliseconds