Searched refs:pKeyLen (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/net/third_party/nss/ssl/ |
D | sslcon.c | 1794 int * pKeyLen) /* out: sym key size in bytes. */ in ssl2_ChooseSessionCypher() argument 1848 *pKeyLen = (((hs[1] << 8) | hs[2]) + 7) >> 3; in ssl2_ChooseSessionCypher() 1893 *pKeyLen = (bestRealKeySize + 7) >> 3; in ssl2_ChooseSessionCypher()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cmsccoll.c | 2722 int32_t pKeyLen = 0; in TestPartialSortKeyTermination() local 2730 pKeyLen = ucol_nextSortKeyPart(coll, &iter, state, key, 256, &status); in TestPartialSortKeyTermination() 2731 (void)pKeyLen; /* Suppress set but not used warning. */ in TestPartialSortKeyTermination()
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | cmsccoll.c | 4020 int32_t pKeyLen = 0; in TestPartialSortKeyTermination() local 4028 pKeyLen = ucol_nextSortKeyPart(coll, &iter, state, key, 256, &status); in TestPartialSortKeyTermination() 4029 (void)pKeyLen; /* Suppress set but not used warning. */ in TestPartialSortKeyTermination()
|