Home
last modified time | relevance | path

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

/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp8874 size_t cipherStringLen = strlen(noSSLv2); local
8884 if (cipherStringLen + 1 < cipherStringLen) {
8889 cipherStringLen += 1; /* For the separating colon */
8891 if (cipherStringLen + c.size() < cipherStringLen) {
8896 cipherStringLen += c.size();
8899 if (cipherStringLen + 1 < cipherStringLen) {
8904 cipherStringLen += 1; /* For final NUL. */
8906 UniquePtr<char[]> cipherString(new char[cipherStringLen]);
8925 if (j != cipherStringLen) {