Searched refs:len1 (Results 1 - 25 of 95) sorted by path

1234

/macosx-10.10/CommonCrypto-60061/test/CommonCrypto/
H A DCommonDHtest.c30 size_t len1 = 4096, len2 = 4096; local
31 int ret1 = CCDHGenerateKey(dh1, pubkey1, &len1);
40 int sret2 = CCDHComputeKey(sharedkey2, &slen2, pubkey1, len1, dh2);
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dcert.c1815 size_t len1, len2; local
1824 len1 = c->u.rfc822Name.length;
1827 if (len1 > len2)
1829 if (memcmp(s + 1 + len2 - len1, c->u.rfc822Name.data, len1) != 0)
1831 if (len1 < len2 && s[len2 - len1 + 1] != '.')
H A Dsel.c102 size_t len1 = strlen(s1); local
105 if (len1 < len2)
107 ret = strcmp(s1 + (len1 - len2), s2) == 0;
/macosx-10.10/Heimdal-398.1.2/lib/kadm5/
H A Dkadm5-private.h627 _kadm5_exists_keys_hist(Key *keys1, unsigned len1, HDB_Ext_KeySet *hist_keys);
H A Dkeys.c68 * return 1 if any key in `keys1, len1' exists in `keys2, len2'
71 _kadm5_exists_keys(Key *keys1, unsigned len1, Key *keys2, unsigned len2) argument
75 for (i = 0; i < len1; ++i) {
117 * return 1 if any key in `keys1, len1' exists in hist_keys
120 _kadm5_exists_keys_hist(Key *keys1, unsigned len1, HDB_Ext_KeySet *hist_keys) argument
125 if (_kadm5_exists_keys(keys1, len1,
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dunisetspan.cpp828 int32_t len1=0; local
829 U16_FWD_1(s16, len1, overlap);
830 overlap-=len1; // Length of the string minus the first code point.
1174 int32_t len1=0; local
1175 U8_FWD_1(s8, len1, overlap);
1176 overlap-=len1; // Length of the string minus the first code point.
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcapitst.c217 int32_t len1 = 0, len2=0;
230 binColData = (uint8_t*)ucol_cloneRuleData(coll, &len1, &status);
252 if(len1 != len2){
255 if(memcmp(binColData, binResult, len1) != 0){
H A Dcnumtst.c2186 int32_t len1, len2; local
2204 len1 = unum_formatInt64(fmt, 1997, result1, 1024, NULL, &status);
2205 result1[len1]=0;
2229 len1 = unum_formatInt64(fmt, 1997, result1, 1024, NULL, &status);
2236 len1 = unum_formatInt64(fmt, 97, result1, 1024, NULL, &status);
2237 result1[len1]=0;
H A Dcreststn.c1499 int32_t len1=0; local
1539 result1= tres_getString(test1, -1, "string_in_Root_te_te_IN", &len1, &err);
1541 if (U_FAILURE(err) || len1==0 || len2==0) {
H A Dcustrtst.c428 int32_t len1, len2, r1, r2; local
444 len1=u_strlen(strings[i]);
448 u_strCompare(strings[i], len1, strings[i+1], -1, TRUE)>=0 ||
449 u_strCompare(strings[i], len1, strings[i+1], len2, TRUE)>=0
462 uiter_setString(&iter1, strings[i], len1);
H A Didnatest.c726 int32_t len1 = LENGTHOF(ul1)-1/*remove the null termination*/; local
762 destLen = uidna_toASCII(ul1, len1, dest, destLen, UIDNA_DEFAULT, &ps, &status);
769 len1 = -1;
770 destLen = uidna_toASCII(ul1, len1, dest, destLen, UIDNA_DEFAULT, &ps, &status);
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dregcoll.cpp1228 int32_t len1, len2; local
1230 len1 = calcKeyIncremental(coll, text1[i], -1, key1, sizeof(key1), status);
1241 if (len1 == len2 && uprv_memcmp(key1, key2, len1) == 0) {
1242 errln(UnicodeString("Failed: Identical key\n") + " text1: " + text1[i] + "\n" + " text2: " + text2[i] + "\n" + " key : " + TestUtility::hex(key1, len1));
1244 logln(UnicodeString("Keys produced -\n") + " text1: " + text1[i] + "\n" + " key1 : " + TestUtility::hex(key1, len1) + "\n" + " text2: " + text2[i] + "\n" + " key2 : "
/macosx-10.10/Libc-1044.1.2/secure/
H A Dstrcat_chk.c33 size_t len1 = strlen(dest); local
36 if (__builtin_expect (dstlen < len1 + len2 + 1, 0))
40 __chk_overlap(dest, len1 + len2 + 1, append, len2 + 1);
42 memcpy(dest + len1, append, len2 + 1);
H A Dstrncat_chk.c32 size_t len1 = strlen(dest); local
35 if (__builtin_expect (dstlen < len1 + len2 + 1, 0))
39 __chk_overlap(dest, len1 + len2 + 1, append, len2 + 1);
42 memcpy(dest + len1, append, len2);
43 dest[len1 + len2] = '\0';
/macosx-10.10/NFS-82/nfsd/
H A Dmountd.c1959 int len1, len2, rv; local
1960 len1 = strlen(s1);
1962 if (len1 > len2)
1964 else if (strncmp(s1, s2, len1))
1966 else if (len1 == len2)
1968 else if ((s2[len1] == '/') || (len1 == 1))
/macosx-10.10/NFS-82/rpc.lockd/
H A Dlockd_lock.c225 int regions_overlap(const u_int64_t start1, const u_int64_t len1,
229 u_int64_t *start1, u_int64_t *len1, u_int64_t *start2, u_int64_t *len2);
517 regions_overlap(start1, len1, start2, len2)
518 const u_int64_t start1, len1, start2, len2;
524 start1, len1, start2, len2);
526 result = region_compare(start1, len1, start2, len2,
549 start1, len1, start2, len2)
551 u_int64_t *start1, *len1, *start2, *len2;
577 *len1 = startu - starte;
612 *len1
986 u_int64_t start1, len1, start2, len2; local
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dtls_g.c622 int len1 = 0, len2 = 0; local
667 len1 = strlen(name);
670 len2 = len1 - (domain-name);
687 if ((len1 == altnamesize) && !strncasecmp(name, altname, len1)) {
747 if ( !len1 ) len1 = strlen( name );
748 if ( len1 == altnamesize && strncasecmp(name, altname, altnamesize) == 0 ) {
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dbconfig.c6108 int len1, len2; local
6126 len1 = ptr1 - rdn.bv_val;
6129 if ( rdn.bv_len - len1 != op->orr_newrdn.bv_len - len2 ||
6130 strncmp( ptr1, ptr2, rdn.bv_len - len1 )) {
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dt1_lib.c406 const size_t len1 = sizeof(kSafariExtensionsBlock); local
409 if (data + len1 + len2 != d+n)
411 if (memcmp(data, kSafariExtensionsBlock, len1) != 0)
413 if (memcmp(data + len1, kSafariTLS12ExtensionsBlock, len2) != 0)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_x509_cl/lib/
H A DDecodedExtensions.cpp106 uint8 len1 = *lp;
107 if((len1 & 0x80) == 0) {
109 tv->value.Length = len1;
114 unsigned numLenBytes = len1 & 0x7f;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/libDER/libDER/
H A DDER_Decode.c68 DERByte len1; /* first length byte */ local
109 len1 = *derPtr++;
111 if(len1 & 0x80) {
116 len1 &= 0x7f;
117 if((len1 > sizeof(DERSize)) || (len1 > derLen)) {
121 for(dex=0; dex<len1; dex++) {
134 /* short length form, len1 is the length */
135 if(len1 > derLen) {
140 decoded->content.length = len1;
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dsearchcursor.js165 var len1 = orig.slice(0, pos1).toLowerCase().length;
166 if (len1 < pos) ++pos1;
167 else if (len1 > pos) --pos1;
/macosx-10.10/apache-793/httpd/modules/dav/fs/
H A Drepos.c863 apr_size_t len1 = strlen(ctx1->pathname); local
872 return (len2 > len1
873 && memcmp(ctx1->pathname, ctx2->pathname, len1) == 0
874 && ctx2->pathname[len1] == '/');
/macosx-10.10/apache-793/httpd/server/
H A Dutil.c2073 apr_size_t len1, len2; local
2076 len1 = strlen(src1);
2081 path = (char *)apr_palloc(a, len1 + len2 + 3);
2082 if (len1 == 0) {
2088 memcpy(path, src1, len1);
2089 next = path + len1;
/macosx-10.10/apr-32/apr/apr/build/
H A Djlibtool.c1826 size_t len1, len2; local
1827 len1 = strlen(cmd_data->arglist->vals[cmd_data->arglist->num - 1]);
1832 tmp = malloc(len1 + len2 + 2);
1834 snprintf(tmp, len1 + len2 + 2, "%s/%s",

Completed in 411 milliseconds

1234