Searched defs:valLen (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
H A Dsslinfo.c342 unsigned int valLen, i; local
363 valLen = SSL3_RANDOM_LENGTH * 2;
365 valLen += 2 /* PRUint16 length */ + contextLen;
367 val = PORT_Alloc(valLen);
386 PORT_Assert(i == valLen);
397 valLen, out, outLen);
403 PORT_ZFree(val, valLen);
H A Dssl3con.c9980 unsigned int labelLen, const unsigned char *val, unsigned int valLen,
10001 rv |= PK11_DigestOp(prf_context, val, valLen);
10018 inData.len = valLen;
9979 ssl3_TLSPRFWithMasterSecret(ssl3CipherSpec *spec, const char *label, unsigned int labelLen, const unsigned char *val, unsigned int valLen, unsigned char *out, unsigned int outLen) argument
/external/chromium_org/third_party/icu/source/common/
H A Duloc.c58 char *values, int32_t valuesCapacity, int32_t *valLen,
645 char *values, int32_t valuesCapacity, int32_t *valLen,
812 if(valLen) {
813 *valLen = valuesLen;
826 char *values, int32_t valuesCapacity, int32_t *valLen,
830 values, valuesCapacity, valLen, valuesToo,
642 _getKeywords(const char *localeID, char prev, char *keywords, int32_t keywordCapacity, char *values, int32_t valuesCapacity, int32_t *valLen, UBool valuesToo, const char* addKeyword, const char* addValue, UErrorCode *status) argument
823 locale_getKeywords(const char *localeID, char prev, char *keywords, int32_t keywordCapacity, char *values, int32_t valuesCapacity, int32_t *valLen, UBool valuesToo, UErrorCode *status) argument
/external/icu4c/common/
H A Duloc.cpp58 char *values, int32_t valuesCapacity, int32_t *valLen,
630 char *values, int32_t valuesCapacity, int32_t *valLen,
783 if(valLen) {
784 *valLen = valuesLen;
797 char *values, int32_t valuesCapacity, int32_t *valLen,
801 values, valuesCapacity, valLen, valuesToo,
627 _getKeywords(const char *localeID, char prev, char *keywords, int32_t keywordCapacity, char *values, int32_t valuesCapacity, int32_t *valLen, UBool valuesToo, const char* addKeyword, const char* addValue, UErrorCode *status) argument
794 locale_getKeywords(const char *localeID, char prev, char *keywords, int32_t keywordCapacity, char *values, int32_t valuesCapacity, int32_t *valLen, UBool valuesToo, UErrorCode *status) argument

Completed in 201 milliseconds