Home
last modified time | relevance | path

Searched refs:keyl (Results 1 – 25 of 83) sorted by relevance

1234

/dports/biology/molden/molden5.8/
H A Dplanky.f194 ival = reada(keyl,i,len(keyl))
236 r1 = reada(keyl,i,len(keyl))
240 r2 = reada(keyl,i,len(keyl))
244 r3 = reada(keyl,i,len(keyl))
269 r(l) = reada(keyl,i,len(keyl))
294 i1 = reada(keyl,i,len(keyl))
298 i2 = reada(keyl,i,len(keyl))
302 i3 = reada(keyl,i,len(keyl))
324 i1 = reada(keyl,i,len(keyl))
328 i2 = reada(keyl,i,len(keyl))
[all …]
/dports/archivers/rpm4/rpm-4.16.1.3/lib/backend/ndb/
H A Drpmidx.c321 if (keyl && keyl < 255) { in encodekeyl()
322 p[0] = keyl; in encodekeyl()
325 p[1] = keyl; in encodekeyl()
326 p[2] = keyl >> 8; in encodekeyl()
331 p[3] = keyl; in encodekeyl()
332 p[4] = keyl >> 8; in encodekeyl()
340 return keyl && keyl < 255 ? 1 : keyl < 65535 ? 3 : 7; in keylsize()
349 if (keyl && keyl < 255) { in equalkey()
350 if (*p != keyl) in equalkey()
362 if (keyl && memcmp(key, p, keyl)) in equalkey()
[all …]
H A Drpmidx.h12 int rpmidxGet(rpmidxdb idxdb, const unsigned char *key, unsigned int keyl, unsigned int **pkgidxlis…
13 int rpmidxPut(rpmidxdb idxdb, const unsigned char *key, unsigned int keyl, unsigned int pkgidx, uns…
14 int rpmidxDel(rpmidxdb idxdb, const unsigned char *key, unsigned int keyl, unsigned int pkgidx, uns…
/dports/net/trafshow/trafshow-5.2.3/
H A Dhashtab.c161 word hfind( t, key, keyl ) in hfind() argument
164 ub4 keyl; /* key length */
167 ub4 x = lookup(key,keyl,0);
172 (keyl == h->keyl) &&
173 !memcmp(key, h->key, keyl))
187 word hadd( t, key, keyl, stuff) in hadd() argument
190 ub4 keyl; /* key length */
200 (keyl == h->keyl) &&
222 h->keyl = keyl;
341 walk->keyl = j;
[all …]
H A Dhashtab.h43 ub4 keyl; /* length of key */ member
106 #define hkeyl(t) ((t)->ipos->keyl)
120 word hfind(htab *t, ub1 *key, ub4 keyl);
133 word hadd(htab *t, ub1 *key, ub4 keyl, void *stuff);
H A Dnetstat.c111 ub4 keyl; local
116 keyl = sizeof(ns->ns_hdr);
117 if ((op = hadd(ht, key, keyl, 0)) < 0)
213 ub4 keyl; local
225 keyl = sizeof(ns->ns_hdr);
226 if (hfind(ht, key, keyl) && (found = hstuff(ht)) != 0) {
/dports/net/jose/jose-11/lib/openssl/
H A Dhmac.c104 size_t keyl = 0; in hmac() local
113 keyl = jose_b64_dec(json_object_get(jwk, "k"), NULL, 0); in hmac()
114 if (keyl == SIZE_MAX) { in hmac()
120 if (keyl < (size_t) EVP_MD_size(md)) { in hmac()
126 if (keyl > KEYMAX) { in hmac()
131 if (jose_b64_dec(json_object_get(jwk, "k"), key, sizeof(key)) != keyl) { in hmac()
141 if (HMAC_Init_ex(hctx, key, keyl, md, NULL) <= 0) in hmac()
/dports/misc/libsolv/libsolv-0.7.19/ext/
H A Drepo_rpmmd.c533 if (keyl < 4 || keyl > 256) in put_in_cshash()
537 h = hashkey(key, keyl) & hm; in put_in_cshash()
544 if (d[-1] == keyl - 1 && !memcmp(key, d, keyl)) in put_in_cshash()
552 d[0] = keyl - 1; in put_in_cshash()
553 memcpy(d + 1, key, keyl); in put_in_cshash()
554 memcpy(d + 1 + keyl, &id, sizeof(Id)); in put_in_cshash()
555 pd->ncsdata += 1 + keyl + sizeof(Id); in put_in_cshash()
571 if (keyl < 4 || keyl > 256) in lookup_cshash()
577 h = hashkey(key, keyl) & hm; in lookup_cshash()
582 if (d[-1] == keyl - 1 && !memcmp(key, d, keyl)) in lookup_cshash()
[all …]
/dports/editors/yudit/yudit-3.0.7/mytool/
H A DProcessFile.cpp86 int keyl=0; in processUNI() local
174 sectCommSize, valuew, keyw, valuel, keyl); in processUNI()
183 sectCommSize, keyw, valuew, keyl, valuel); in processUNI()
292 int keyl=0; in processMYS() local
369 keyl=0; in processMYS()
427 keyl = strtol (&line[strlen(TOK_KEYL)], &chr, 16); in processMYS()
428 if (count != 0 || keyl<0 || keyl>3) in processMYS()
476 sectCommSize, valuew, keyw, valuel, keyl); in processMYS()
485 sectCommSize, keyw, valuew, keyl, valuel); in processMYS()
/dports/deskutils/calibre/calibre-src-5.34.0/recipes/
H A Dwindows_star.recipe104 ans = [(keyl, articles[key]) for keyl in ans if keyl in articles]
H A Dpoche.recipe52 ans = [(keyl, articles[keyl]) for keyl in articles.keys()]
/dports/net/openradius/openradius-0.9.12c/common/
H A Dmisc.c375 void hmac_md5(char *out, char *in, META_ORD inl, char *key, META_ORD keyl) in hmac_md5() argument
381 if (keyl > 64) { in hmac_md5()
383 md5_append(&mds, key, keyl); in hmac_md5()
385 key = inner; keyl = 16; in hmac_md5()
388 while(keyl--) { *ip++ ^= *key; *op++ ^= *key++; } in hmac_md5()
/dports/archivers/rpm4/rpm-4.16.1.3/lib/backend/
H A Dbdb_ro.c265 static int hash_lookup(struct bdb_cur *cur, const unsigned char *key, unsigned int keyl) in hash_lookup() argument
270 for (bucket = 0, i = 0; i < keyl; i++) in hash_lookup()
529 static int cur_lookup(struct bdb_cur *cur, const unsigned char *key, unsigned int keyl) in cur_lookup() argument
533 r = hash_lookup(cur, key, keyl); in cur_lookup()
535 r = btree_lookup(cur, key, keyl); in cur_lookup()
540 if (keyl == cur->key.len && !memcmp(key, cur->key.kv, keyl)) in cur_lookup()
548 static int cur_lookup_ge(struct bdb_cur *cur, const unsigned char *key, unsigned int keyl) in cur_lookup_ge() argument
552 r = btree_lookup(cur, key, keyl); in cur_lookup_ge()
558 int cmp = memcmp(cur->key.kv, key, keyl < ekeyl ? keyl : ekeyl); in cur_lookup_ge()
559 if (cmp > 0 || (cmp == 0 && ekeyl >= keyl)) in cur_lookup_ge()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/python/dune/ufl/
H A Dlinear.py161 def _productIndices(self, keyl, keyr): argument
162 if len(keyl) > 0:
163 indices = self._productIndices(keyl[1:], keyr[1:])
164 if keyl[0] is not None:
165 key = keys(keyl[0].ufl_shape)
/dports/emulators/jzintv/jzintv-20200712-src/examples/spacepat/game/
H A Dgameover.asm78 @@keyl CALL MENUINP
86 BNOV @@keyl
90 BEQ @@keyl
/dports/security/pecl-mcrypt/mcrypt-1.0.4/
H A Dmcrypt_filter.c152 int encrypt = 1, iv_len, key_len, keyl, result; in php_mcrypt_filter_create() local
216 keyl = mcrypt_enc_get_key_size(mcrypt_module); in php_mcrypt_filter_create()
217 if (keyl < key_len) { in php_mcrypt_filter_create()
218 key_len = keyl; in php_mcrypt_filter_create()
/dports/textproc/py-license-expression/license-expression-0.99/src/license_expression/
H A D__init__.py1269 keyl = key.lower()
1272 if keyl in seen_keys:
1276 if keyl in KEYWORDS_STRINGS:
1280 seen_keys.add(keyl)
1297 aliases.add(keyl)
1305 if aliased_key and aliased_key != keyl:
1312 seen_aliases[alias] = keyl
1315 if keyl in seen_exceptions:
1316 dupe_exceptions.add(keyl)
1318 seen_exceptions.add(keyl)
/dports/security/p5-Crypt-PWSafe3/Crypt-PWSafe3-1.22/lib/Crypt/
H A DPWSafe3.pm191 $this->keyl( $crypt->decrypt( $this->b3() ) . $crypt->decrypt( $this->b4() ));
197 $this->{hmacer} = Digest::HMAC->new($this->keyl, "Crypt::PWSafe3::SHA256");
254 $this->keyl($crypt->decrypt($this->b3) . $crypt->decrypt($this->b4));
259 $this->{hmacer} = Digest::HMAC->new($this->keyl, "Crypt::PWSafe3::SHA256");
403 $this->keyl($crypt->decrypt($this->b3) . $crypt->decrypt($this->b4));
407 $this->{hmacer} = Digest::HMAC->new($this->keyl, "Crypt::PWSafe3::SHA256");
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/lastfm/
H A Dlastfm.c417 int keyl = strlen (key); in lfm_add_keyvalue_uri_encoded() local
418 if (*outl <= keyl+1) { in lfm_add_keyvalue_uri_encoded()
422 memcpy (*out, key, keyl); in lfm_add_keyvalue_uri_encoded()
423 (*out)[keyl] = '='; in lfm_add_keyvalue_uri_encoded()
424 *out += keyl+1; in lfm_add_keyvalue_uri_encoded()
425 *outl -= keyl+1; in lfm_add_keyvalue_uri_encoded()
/dports/emulators/fs-uae/fs-uae-3.1.35/libfsemu/src/emu/
H A Dinput.c395 char *keyl = g_ascii_strdown(*key, -1); in map_custom_keyboard_actions() local
396 map_custom_key_action(keyl, k, "", -1); in map_custom_keyboard_actions()
397 map_custom_key_action(keyl, k, "ctrl_", FS_ML_KEY_MOD_CTRL); in map_custom_keyboard_actions()
398 map_custom_key_action(keyl, k, "ctrl_shift_", in map_custom_keyboard_actions()
400 map_custom_key_action(keyl, k, "ctrl_shift_alt_", in map_custom_keyboard_actions()
402 map_custom_key_action(keyl, k, "ctrl_alt_", FS_ML_KEY_MOD_CTRL | in map_custom_keyboard_actions()
404 map_custom_key_action(keyl, k, "shift_", FS_ML_KEY_MOD_SHIFT); in map_custom_keyboard_actions()
405 map_custom_key_action(keyl, k, "shift_alt_", FS_ML_KEY_MOD_SHIFT | in map_custom_keyboard_actions()
407 map_custom_key_action(keyl, k, "alt_", FS_ML_KEY_MOD_ALT); in map_custom_keyboard_actions()
408 map_custom_key_action(keyl, k, "mod_", FS_ML_KEY_MOD_SPECIAL); in map_custom_keyboard_actions()
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBlowfish.php359 $keyl = count($key);
364 if (++$j >= $keyl) {
/dports/net/ssldump/ssldump-0.9b3/common/lib/
H A Dr_assoc.c345 int r_assoc_iter(iter,key,keyl,val) in r_assoc_iter() argument
348 int *keyl;
359 *keyl=ret->key_len;
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/phpseclib/phpseclib/phpseclib/Crypt/
H A DBlowfish.php376 $keyl = count($key);
381 if (++$j >= $keyl) {
/dports/deskutils/egroupware/egroupware/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBlowfish.php360 $keyl = count($key);
365 if (++$j >= $keyl) {
/dports/www/phpmyfaq/phpmyfaq/src/libs/phpseclib/Crypt/
H A DBlowfish.php360 $keyl = count($key);
365 if (++$j >= $keyl) {

1234