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

/external/chromium_org/net/third_party/nss/ssl/
H A Dsslcon.c1779 ** If successful, stores the master key size (bytes) in *pKeyLen.
1794 int * pKeyLen) /* out: sym key size in bytes. */
1848 *pKeyLen = (((hs[1] << 8) | hs[2]) + 7) >> 3;
1893 *pKeyLen = (bestRealKeySize + 7) >> 3;
1791 ssl2_ChooseSessionCypher(sslSocket *ss, int hc, PRUint8 * hs, int * pKeyLen) argument
/external/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c2722 int32_t pKeyLen = 0; local
2730 pKeyLen = ucol_nextSortKeyPart(coll, &iter, state, key, 256, &status);
2731 (void)pKeyLen; /* Suppress set but not used warning. */
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c4020 int32_t pKeyLen = 0; local
4028 pKeyLen = ucol_nextSortKeyPart(coll, &iter, state, key, 256, &status);
4029 (void)pKeyLen; /* Suppress set but not used warning. */

Completed in 74 milliseconds