Home
last modified time | relevance | path

Searched refs:known_key (Results 1 – 25 of 51) sorted by relevance

123

/dports/devel/arcanist-lib/arcanist-b2e715f/src/future/exec/
H A DPhutilExecutableFuture.php143 foreach ($known_keys as $known_key) {
144 $value = getenv($known_key);
146 $default_env[$known_key] = $value;
/dports/devel/arcanist/arcanist-b2e715f/src/future/exec/
H A DPhutilExecutableFuture.php143 foreach ($known_keys as $known_key) {
144 $value = getenv($known_key);
146 $default_env[$known_key] = $value;
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/subzero/
H A Dintent.py37 for known_key in self.store[kind].keys():
39 data = self.store[kind].get(known_key, {})
49 if known_key == key and not timed_out:
/dports/ftp/py-pycurl/pycurl-7.44.1/tests/
H A Dssh_key_cb_test.py33 def keyfunction(known_key, found_key, match): argument
47 def keyfunction(known_key, found_key, match): argument
62 def keyfunction(known_key, found_key, match): argument
/dports/ftp/py-pycurl/pycurl-7.44.1/examples/
H A Dssh_keyfunction.py9 def keyfunction(known_key, found_key, match): argument
/dports/sysutils/usermin/usermin-1.830/ssh/ulang/
H A Dru54 known_key=Цифры ключа
H A Dur.auto59 known_key=کلیدی تار
H A Dfa.auto59 known_key=رشته اصلی
H A Duk.auto59 known_key=Ключовий рядок
H A Dja.auto59 known_key=キーストリング
H A Dko.auto59 known_key=키 문자열
H A Del.auto59 known_key=Σειρά κλειδιού
H A Dhe.auto59 known_key=מחרוזת מקשים
H A Dth.auto59 known_key=สายอักขระคีย์
H A Dzh.auto59 known_key=钥匙串
H A Dar.auto59 known_key=سلسلة مفاتيح
H A Dbe.auto59 known_key=Ключавая радок
H A Dbg.auto59 known_key=Ключов низ
H A Dzh_TW.auto59 known_key=鑰匙串
H A Dtr46 known_key=Şifre rakamları
H A Deu.auto59 known_key=Giltza-katea
/dports/net-im/tox/c-toxcore-0.2.13/auto_tests/
H A Dencryptsave_test.c24 static unsigned char known_key[TOX_PASS_KEY_LENGTH] = {0x29, 0x36, 0x1c, 0x9e, 0x65, 0xbb, 0x46, 0x… variable
54 ck_assert_msg(memcmp(out, known_key, CRYPTO_SHARED_KEY_SIZE) == 0, "derived key is wrong"); in test_known_kdf()
/dports/security/keepassxc/keepassxc-2.6.6/src/sshagent/
H A DSSHAgent.cpp478 bool known_key = m_addedKeys.contains(key); in databaseUnlocked() local
479 if (!addIdentity(key, settings, db->uuid()) && !known_key) { in databaseUnlocked()
/dports/security/gnutls/gnutls-3.6.16/lib/
H A Dcrypto-selftests-pk.c703 static const uint8_t known_key[] = { in test_ecdh() local
768 if (sizeof(known_key) != out.size) { in test_ecdh()
774 if (memcmp(out.data, known_key, out.size) != 0) { in test_ecdh()
/dports/ftp/py-pycurl/pycurl-7.44.1/doc/
H A Dcallbacks.rst358 .. function:: SSH_KEYFUNCTION(known_key, found_key, match) -> int
363 *known_key* and *found_key* are instances of ``KhKey`` class which is a
372 *known_key* may be ``None`` when there is no known matching host key.

123