Home
last modified time | relevance | path

Searched refs:tkey (Results 1 – 25 of 1371) sorted by relevance

12345678910>>...55

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8192e/
H A Drtllib_crypt_tkip.c287 tkip_mixing_phase1(tkey->tx_ttak, tkey->key, hdr->addr2, in rtllib_tkip_encrypt()
291 tkip_mixing_phase2(rc4key, tkey->key, tkey->tx_ttak, in rtllib_tkip_encrypt()
392 (iv32 == tkey->rx_iv32 && iv16 <= tkey->rx_iv16)) && in rtllib_tkip_decrypt()
405 if (iv32 != tkey->rx_iv32 || !tkey->rx_phase1_done) { in rtllib_tkip_decrypt()
406 tkip_mixing_phase1(tkey->rx_ttak, tkey->key, in rtllib_tkip_decrypt()
410 tkip_mixing_phase2(rc4key, tkey->key, tkey->rx_ttak, iv16); in rtllib_tkip_decrypt()
535 if (michael_mic(tkey->tx_tfm_michael, &tkey->key[16], tkey->tx_hdr, in rtllib_michael_mic_add()
580 if (michael_mic(tkey->rx_tfm_michael, &tkey->key[24], tkey->rx_hdr, in rtllib_michael_mic_verify()
604 tkey->rx_iv32 = tkey->rx_iv32_new; in rtllib_michael_mic_verify()
605 tkey->rx_iv16 = tkey->rx_iv16_new; in rtllib_michael_mic_verify()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8192e/
H A Drtllib_crypt_tkip.c287 tkip_mixing_phase1(tkey->tx_ttak, tkey->key, hdr->addr2, in rtllib_tkip_encrypt()
291 tkip_mixing_phase2(rc4key, tkey->key, tkey->tx_ttak, in rtllib_tkip_encrypt()
392 (iv32 == tkey->rx_iv32 && iv16 <= tkey->rx_iv16)) && in rtllib_tkip_decrypt()
405 if (iv32 != tkey->rx_iv32 || !tkey->rx_phase1_done) { in rtllib_tkip_decrypt()
406 tkip_mixing_phase1(tkey->rx_ttak, tkey->key, in rtllib_tkip_decrypt()
410 tkip_mixing_phase2(rc4key, tkey->key, tkey->rx_ttak, iv16); in rtllib_tkip_decrypt()
535 if (michael_mic(tkey->tx_tfm_michael, &tkey->key[16], tkey->tx_hdr, in rtllib_michael_mic_add()
580 if (michael_mic(tkey->rx_tfm_michael, &tkey->key[24], tkey->rx_hdr, in rtllib_michael_mic_verify()
604 tkey->rx_iv32 = tkey->rx_iv32_new; in rtllib_michael_mic_verify()
605 tkey->rx_iv16 = tkey->rx_iv16_new; in rtllib_michael_mic_verify()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8192e/
H A Drtllib_crypt_tkip.c287 tkip_mixing_phase1(tkey->tx_ttak, tkey->key, hdr->addr2, in rtllib_tkip_encrypt()
291 tkip_mixing_phase2(rc4key, tkey->key, tkey->tx_ttak, in rtllib_tkip_encrypt()
392 (iv32 == tkey->rx_iv32 && iv16 <= tkey->rx_iv16)) && in rtllib_tkip_decrypt()
405 if (iv32 != tkey->rx_iv32 || !tkey->rx_phase1_done) { in rtllib_tkip_decrypt()
406 tkip_mixing_phase1(tkey->rx_ttak, tkey->key, in rtllib_tkip_decrypt()
410 tkip_mixing_phase2(rc4key, tkey->key, tkey->rx_ttak, iv16); in rtllib_tkip_decrypt()
535 if (michael_mic(tkey->tx_tfm_michael, &tkey->key[16], tkey->tx_hdr, in rtllib_michael_mic_add()
580 if (michael_mic(tkey->rx_tfm_michael, &tkey->key[24], tkey->rx_hdr, in rtllib_michael_mic_verify()
604 tkey->rx_iv32 = tkey->rx_iv32_new; in rtllib_michael_mic_verify()
605 tkey->rx_iv16 = tkey->rx_iv16_new; in rtllib_michael_mic_verify()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/wireless/
H A Dlib80211_crypt_tkip.c299 tkip_mixing_phase1(tkey->tx_ttak, tkey->key, hdr->addr2, in lib80211_tkip_hdr()
303 tkip_mixing_phase2(rc4key, tkey->key, tkey->tx_ttak, tkey->tx_iv16); in lib80211_tkip_hdr()
318 tkey->tx_iv16++; in lib80211_tkip_hdr()
424 hdr->addr2, tkey->rx_iv32, tkey->rx_iv16, in lib80211_tkip_decrypt()
431 if (iv32 != tkey->rx_iv32 || !tkey->rx_phase1_done) { in lib80211_tkip_decrypt()
435 tkip_mixing_phase2(rc4key, tkey->key, tkey->rx_ttak, iv16); in lib80211_tkip_decrypt()
556 if (michael_mic(tkey->tx_tfm_michael, &tkey->key[16], tkey->tx_hdr, in lib80211_michael_mic_add()
594 if (michael_mic(tkey->rx_tfm_michael, &tkey->key[24], tkey->rx_hdr, in lib80211_michael_mic_verify()
612 tkey->rx_iv32 = tkey->rx_iv32_new; in lib80211_michael_mic_verify()
613 tkey->rx_iv16 = tkey->rx_iv16_new; in lib80211_michael_mic_verify()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/wireless/
H A Dlib80211_crypt_tkip.c299 tkip_mixing_phase1(tkey->tx_ttak, tkey->key, hdr->addr2, in lib80211_tkip_hdr()
303 tkip_mixing_phase2(rc4key, tkey->key, tkey->tx_ttak, tkey->tx_iv16); in lib80211_tkip_hdr()
318 tkey->tx_iv16++; in lib80211_tkip_hdr()
424 hdr->addr2, tkey->rx_iv32, tkey->rx_iv16, in lib80211_tkip_decrypt()
431 if (iv32 != tkey->rx_iv32 || !tkey->rx_phase1_done) { in lib80211_tkip_decrypt()
435 tkip_mixing_phase2(rc4key, tkey->key, tkey->rx_ttak, iv16); in lib80211_tkip_decrypt()
556 if (michael_mic(tkey->tx_tfm_michael, &tkey->key[16], tkey->tx_hdr, in lib80211_michael_mic_add()
594 if (michael_mic(tkey->rx_tfm_michael, &tkey->key[24], tkey->rx_hdr, in lib80211_michael_mic_verify()
612 tkey->rx_iv32 = tkey->rx_iv32_new; in lib80211_michael_mic_verify()
613 tkey->rx_iv16 = tkey->rx_iv16_new; in lib80211_michael_mic_verify()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_tkip.c287 tkip_mixing_phase1(tkey->tx_ttak, tkey->key, hdr->addr2, in ieee80211_tkip_encrypt()
291 tkip_mixing_phase2(rc4key, tkey->key, tkey->tx_ttak, tkey->tx_iv16); in ieee80211_tkip_encrypt()
384 (iv32 == tkey->rx_iv32 && iv16 <= tkey->rx_iv16)) { in ieee80211_tkip_decrypt()
389 tkey->rx_iv32, tkey->rx_iv16, iv32, iv16); in ieee80211_tkip_decrypt()
395 if (iv32 != tkey->rx_iv32 || !tkey->rx_phase1_done) { in ieee80211_tkip_decrypt()
399 tkip_mixing_phase2(rc4key, tkey->key, tkey->rx_ttak, iv16); in ieee80211_tkip_decrypt()
528 if (michael_mic(tkey->tx_tfm_michael, &tkey->key[16], tkey->tx_hdr, in ieee80211_michael_mic_add()
575 if (michael_mic(tkey->rx_tfm_michael, &tkey->key[24], tkey->rx_hdr, in ieee80211_michael_mic_verify()
595 tkey->rx_iv32 = tkey->rx_iv32_new; in ieee80211_michael_mic_verify()
596 tkey->rx_iv16 = tkey->rx_iv16_new; in ieee80211_michael_mic_verify()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_tkip.c287 tkip_mixing_phase1(tkey->tx_ttak, tkey->key, hdr->addr2, in ieee80211_tkip_encrypt()
291 tkip_mixing_phase2(rc4key, tkey->key, tkey->tx_ttak, tkey->tx_iv16); in ieee80211_tkip_encrypt()
384 (iv32 == tkey->rx_iv32 && iv16 <= tkey->rx_iv16)) { in ieee80211_tkip_decrypt()
389 tkey->rx_iv32, tkey->rx_iv16, iv32, iv16); in ieee80211_tkip_decrypt()
395 if (iv32 != tkey->rx_iv32 || !tkey->rx_phase1_done) { in ieee80211_tkip_decrypt()
399 tkip_mixing_phase2(rc4key, tkey->key, tkey->rx_ttak, iv16); in ieee80211_tkip_decrypt()
528 if (michael_mic(tkey->tx_tfm_michael, &tkey->key[16], tkey->tx_hdr, in ieee80211_michael_mic_add()
575 if (michael_mic(tkey->rx_tfm_michael, &tkey->key[24], tkey->rx_hdr, in ieee80211_michael_mic_verify()
595 tkey->rx_iv32 = tkey->rx_iv32_new; in ieee80211_michael_mic_verify()
596 tkey->rx_iv16 = tkey->rx_iv16_new; in ieee80211_michael_mic_verify()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/wireless/
H A Dlib80211_crypt_tkip.c299 tkip_mixing_phase1(tkey->tx_ttak, tkey->key, hdr->addr2, in lib80211_tkip_hdr()
303 tkip_mixing_phase2(rc4key, tkey->key, tkey->tx_ttak, tkey->tx_iv16); in lib80211_tkip_hdr()
318 tkey->tx_iv16++; in lib80211_tkip_hdr()
424 hdr->addr2, tkey->rx_iv32, tkey->rx_iv16, in lib80211_tkip_decrypt()
431 if (iv32 != tkey->rx_iv32 || !tkey->rx_phase1_done) { in lib80211_tkip_decrypt()
435 tkip_mixing_phase2(rc4key, tkey->key, tkey->rx_ttak, iv16); in lib80211_tkip_decrypt()
556 if (michael_mic(tkey->tx_tfm_michael, &tkey->key[16], tkey->tx_hdr, in lib80211_michael_mic_add()
594 if (michael_mic(tkey->rx_tfm_michael, &tkey->key[24], tkey->rx_hdr, in lib80211_michael_mic_verify()
612 tkey->rx_iv32 = tkey->rx_iv32_new; in lib80211_michael_mic_verify()
613 tkey->rx_iv16 = tkey->rx_iv16_new; in lib80211_michael_mic_verify()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_tkip.c287 tkip_mixing_phase1(tkey->tx_ttak, tkey->key, hdr->addr2, in ieee80211_tkip_encrypt()
291 tkip_mixing_phase2(rc4key, tkey->key, tkey->tx_ttak, tkey->tx_iv16); in ieee80211_tkip_encrypt()
384 (iv32 == tkey->rx_iv32 && iv16 <= tkey->rx_iv16)) { in ieee80211_tkip_decrypt()
389 tkey->rx_iv32, tkey->rx_iv16, iv32, iv16); in ieee80211_tkip_decrypt()
395 if (iv32 != tkey->rx_iv32 || !tkey->rx_phase1_done) { in ieee80211_tkip_decrypt()
399 tkip_mixing_phase2(rc4key, tkey->key, tkey->rx_ttak, iv16); in ieee80211_tkip_decrypt()
528 if (michael_mic(tkey->tx_tfm_michael, &tkey->key[16], tkey->tx_hdr, in ieee80211_michael_mic_add()
575 if (michael_mic(tkey->rx_tfm_michael, &tkey->key[24], tkey->rx_hdr, in ieee80211_michael_mic_verify()
595 tkey->rx_iv32 = tkey->rx_iv32_new; in ieee80211_michael_mic_verify()
596 tkey->rx_iv16 = tkey->rx_iv16_new; in ieee80211_michael_mic_verify()
[all …]
/dports/devel/monotone/monotone-1.1/test/func/changing_passphrase_of_a_private_key/
H A D__driver__.lua4 tkey = "happy@bogus.com"
7 check(mtn("genkey", tkey), 0, false, false, string.rep(tkey.."\n", 2))
10 check(mtn("passphrase", tkey), 1, false, false)
16 check(mtn("passphrase", tkey), 1, false, false,
17 tkey.."\n"..tkey.."-new\nbad\n\nnew\nbad")
20 check(mtn("passphrase", tkey), 0, false, false,
21 tkey.."\n"..string.rep(tkey.."-new\n", 2))
24 check(mtn("passphrase", tkey), 0, false, false,
25 tkey.."-new\n"..string.rep(tkey.."\n",2))
28 check(mtn("passphrase", tkey), 0, false, false,
[all …]
/dports/dns/bind-tools/bind-9.16.27/lib/dns/rdata/generic/
H A Dtkey_249.c364 REQUIRE(tkey != NULL); in fromstruct_tkey()
404 RETERR(mem_tobuffer(target, tkey->key, tkey->keylen)); in fromstruct_tkey()
414 return (mem_tobuffer(target, tkey->other, tkey->otherlen)); in fromstruct_tkey()
424 REQUIRE(tkey != NULL); in tostruct_tkey()
476 tkey->key = mem_maybedup(mctx, sr.base, tkey->keylen); in tostruct_tkey()
492 tkey->other = mem_maybedup(mctx, sr.base, tkey->otherlen); in tostruct_tkey()
497 tkey->mctx = mctx; in tostruct_tkey()
520 dns_name_free(&tkey->algorithm, tkey->mctx); in freestruct_tkey()
522 isc_mem_free(tkey->mctx, tkey->key); in freestruct_tkey()
525 isc_mem_free(tkey->mctx, tkey->other); in freestruct_tkey()
[all …]
/dports/dns/bind916/bind-9.16.27/lib/dns/rdata/generic/
H A Dtkey_249.c364 REQUIRE(tkey != NULL); in fromstruct_tkey()
404 RETERR(mem_tobuffer(target, tkey->key, tkey->keylen)); in fromstruct_tkey()
414 return (mem_tobuffer(target, tkey->other, tkey->otherlen)); in fromstruct_tkey()
424 REQUIRE(tkey != NULL); in tostruct_tkey()
476 tkey->key = mem_maybedup(mctx, sr.base, tkey->keylen); in tostruct_tkey()
492 tkey->other = mem_maybedup(mctx, sr.base, tkey->otherlen); in tostruct_tkey()
497 tkey->mctx = mctx; in tostruct_tkey()
520 dns_name_free(&tkey->algorithm, tkey->mctx); in freestruct_tkey()
522 isc_mem_free(tkey->mctx, tkey->key); in freestruct_tkey()
525 isc_mem_free(tkey->mctx, tkey->other); in freestruct_tkey()
[all …]
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/rdata/generic/
H A Dtkey_249.c362 REQUIRE(tkey != NULL); in fromstruct_tkey()
402 RETERR(mem_tobuffer(target, tkey->key, tkey->keylen)); in fromstruct_tkey()
412 return (mem_tobuffer(target, tkey->other, tkey->otherlen)); in fromstruct_tkey()
422 REQUIRE(tkey != NULL); in tostruct_tkey()
474 tkey->key = mem_maybedup(mctx, sr.base, tkey->keylen); in tostruct_tkey()
490 tkey->other = mem_maybedup(mctx, sr.base, tkey->otherlen); in tostruct_tkey()
495 tkey->mctx = mctx; in tostruct_tkey()
518 dns_name_free(&tkey->algorithm, tkey->mctx); in freestruct_tkey()
520 isc_mem_free(tkey->mctx, tkey->key); in freestruct_tkey()
523 isc_mem_free(tkey->mctx, tkey->other); in freestruct_tkey()
[all …]
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/dns/rdata/generic/
H A Dtkey_249.c362 REQUIRE(tkey != NULL); in fromstruct_tkey()
402 RETERR(mem_tobuffer(target, tkey->key, tkey->keylen)); in fromstruct_tkey()
412 return (mem_tobuffer(target, tkey->other, tkey->otherlen)); in fromstruct_tkey()
422 REQUIRE(tkey != NULL); in tostruct_tkey()
474 tkey->key = mem_maybedup(mctx, sr.base, tkey->keylen); in tostruct_tkey()
490 tkey->other = mem_maybedup(mctx, sr.base, tkey->otherlen); in tostruct_tkey()
495 tkey->mctx = mctx; in tostruct_tkey()
518 dns_name_free(&tkey->algorithm, tkey->mctx); in freestruct_tkey()
520 isc_mem_free(tkey->mctx, tkey->key); in freestruct_tkey()
523 isc_mem_free(tkey->mctx, tkey->other); in freestruct_tkey()
[all …]
/dports/dns/bind911/bind-9.11.37/lib/dns/rdata/generic/
H A Dtkey_249.c350 tkey = source; in fromstruct_tkey()
388 RETERR(mem_tobuffer(target, tkey->key, tkey->keylen)); in fromstruct_tkey()
398 return (mem_tobuffer(target, tkey->other, tkey->otherlen)); in fromstruct_tkey()
411 tkey = target; in tostruct_tkey()
462 tkey->key = mem_maybedup(mctx, sr.base, tkey->keylen); in tostruct_tkey()
477 tkey->other = mem_maybedup(mctx, sr.base, tkey->otherlen); in tostruct_tkey()
481 tkey->mctx = mctx; in tostruct_tkey()
503 dns_name_free(&tkey->algorithm, tkey->mctx); in freestruct_tkey()
505 isc_mem_free(tkey->mctx, tkey->key); in freestruct_tkey()
507 isc_mem_free(tkey->mctx, tkey->other); in freestruct_tkey()
[all …]
/dports/devel/monotone/monotone-1.1/test/func/generating_and_extracting_keys_and_certs/
H A D__driver__.lua4 tkey = "happy@bogus.com"
7 check(mtn("genkey", tkey .. ".empty"), 0, false, false)
10 check(mtn("genkey", tkey), 1, false, false, tkey .. "\n" .. "\n" .. "\n" .. tkey .. "\n" .. tkey ..…
13 check(mtn("genkey", tkey), 0, false, true, tkey .. "\n" .. tkey .. "\n")
15 check(qgrep("key '" .. tkey .. "' has hash '[[:xdigit:]]{40}'", "stderr"))
19 check(qgrep(tkey, "stdout"))
23 check(qgrep(tkey, "stdout"))
27 check(not qgrep(tkey, "stdout"))
37 check(mtn("--key", tkey, "cert", tsha, "color", "pink"), 0, false, false)
41 check(mtn("--key", tkey, "cert", tsha, "color"), 0, false, false, "yellow\n")
/dports/devel/spark/spark-2.1.1/sql/hive/src/test/resources/ql/src/test/queries/clientpositive/
H A Dppd_transform.q8 USING 'cat' AS (tkey, tvalue)
9 CLUSTER BY tkey
11 SELECT tmap.tkey, tmap.tvalue WHERE tmap.tkey < 100;
16 USING 'cat' AS (tkey, tvalue)
17 CLUSTER BY tkey
19 SELECT tmap.tkey, tmap.tvalue WHERE tmap.tkey < 100;
27 USING 'cat' AS (tkey, tvalue)
28 CLUSTER BY tkey
30 SELECT tmap.tkey, tmap.tvalue WHERE tmap.tkey < 100;
36 CLUSTER BY tkey
[all …]
/dports/security/dropbear/dropbear-2020.81/libtomcrypt/src/modes/f8/
H A Df8_start.c37 unsigned char tkey[MAXBLOCKSIZE]; in f8_start() local
61 zeromem(tkey, sizeof(tkey)); in f8_start()
62 for (x = 0; x < keylen && x < (int)sizeof(tkey); x++) { in f8_start()
63 tkey[x] = key[x]; in f8_start()
65 for (x = 0; x < skeylen && x < (int)sizeof(tkey); x++) { in f8_start()
66 tkey[x] ^= salt_key[x]; in f8_start()
68 for (; x < keylen && x < (int)sizeof(tkey); x++) { in f8_start()
69 tkey[x] ^= 0x55; in f8_start()
73 if ((err = cipher_descriptor[cipher].setup(tkey, keylen, num_rounds, &f8->key)) != CRYPT_OK) { in f8_start()
82 zeromem(tkey, sizeof(tkey)); in f8_start()
/dports/security/libtomcrypt/libtomcrypt-1.18.2/src/modes/f8/
H A Df8_start.c37 unsigned char tkey[MAXBLOCKSIZE]; in f8_start() local
61 zeromem(tkey, sizeof(tkey)); in f8_start()
62 for (x = 0; x < keylen && x < (int)sizeof(tkey); x++) { in f8_start()
63 tkey[x] = key[x]; in f8_start()
65 for (x = 0; x < skeylen && x < (int)sizeof(tkey); x++) { in f8_start()
66 tkey[x] ^= salt_key[x]; in f8_start()
68 for (; x < keylen && x < (int)sizeof(tkey); x++) { in f8_start()
69 tkey[x] ^= 0x55; in f8_start()
73 if ((err = cipher_descriptor[cipher].setup(tkey, keylen, num_rounds, &f8->key)) != CRYPT_OK) { in f8_start()
82 zeromem(tkey, sizeof(tkey)); in f8_start()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/ext/crypto/libtomcrypt/src/modes/f8/
H A Df8_start.c39 unsigned char tkey[MAXBLOCKSIZE]; in f8_start() local
63 zeromem(tkey, sizeof(tkey)); in f8_start()
64 for (x = 0; x < keylen && x < (int)sizeof(tkey); x++) { in f8_start()
65 tkey[x] = key[x]; in f8_start()
67 for (x = 0; x < skeylen && x < (int)sizeof(tkey); x++) { in f8_start()
68 tkey[x] ^= salt_key[x]; in f8_start()
70 for (; x < keylen && x < (int)sizeof(tkey); x++) { in f8_start()
71 tkey[x] ^= 0x55; in f8_start()
75 if ((err = cipher_descriptor[cipher].setup(tkey, keylen, num_rounds, &f8->key)) != CRYPT_OK) { in f8_start()
84 zeromem(tkey, sizeof(tkey)); in f8_start()
/dports/textproc/p5-XML-TreePP/XML-TreePP-0.43/t/
H A D25_text_node_key.t13 foreach my $tkey ( @$tnode_keys ) {
15 my $text = "$hello $rand $tkey";
21 $tkey => $text,
25 $tkey => \$text,
29 $tpp->set( text_node_key => $tkey );
34 is( $back->{root}->{text}->{-attr}, $text, "attribute1 for $tkey" );
35 is( $back->{root}->{text}->{$tkey}, $text, "text node for $tkey" );
36 is( $back->{root}->{cdata}->{-attr}, $text, "attribute2 for $tkey" );
37 my $ref = $back->{root}->{cdata}->{$tkey};
38 is( $$ref, $text, "cdata node for $tkey (content)" ) if ref $ref;
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/tests/
H A Dload-pgp.cpp459 pgp_transferable_key_t tkey = {}; in TEST_F() local
749 pgp_transferable_key_t tkey = {}; in TEST_F() local
768 assert_true(tkey.subkeys.empty()); in TEST_F()
769 assert_true(tkey.signatures.empty()); in TEST_F()
770 assert_true(tkey.userids.empty()); in TEST_F()
783 assert_true(tkey.subkeys.empty()); in TEST_F()
784 assert_true(tkey.signatures.empty()); in TEST_F()
802 assert_true(tkey.subkeys.empty()); in TEST_F()
803 assert_true(tkey.signatures.empty()); in TEST_F()
822 assert_true(tkey.signatures.empty()); in TEST_F()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/pmix/pmix2x/pmix/test/
H A Dpmi2_client.c326 const char *tkey = "sharedFilename"; in test_item5() local
353 const char *tkey = __func__; in test_item6() local
377 char tkey[PMI2_MAX_VALLEN]; in test_item7() local
380 sprintf(tkey, "KEY-%d", rank); in test_item7()
395 log_fatal("PMI2_KVS_Get [%s=?] %d\n", tkey, rc); in test_item7()
411 char tkey[PMI2_MAX_VALLEN]; in test_item8() local
417 sprintf(tkey, "KEY-%d", i); in test_item8()
433 sprintf(tkey, "KEY-%d", i); in test_item8()
453 char tkey[PMI2_MAX_VALLEN]; in test_item9() local
459 sprintf(tkey, "KEY-%d", i); in test_item9()
[all …]
/dports/net/openmpi/openmpi-4.1.1/opal/mca/pmix/pmix3x/pmix/test/
H A Dpmi2_client.c326 const char *tkey = "sharedFilename"; in test_item5() local
353 const char *tkey = __func__; in test_item6() local
377 char tkey[PMI2_MAX_VALLEN]; in test_item7() local
380 sprintf(tkey, "KEY-%d", rank); in test_item7()
395 log_fatal("PMI2_KVS_Get [%s=?] %d\n", tkey, rc); in test_item7()
411 char tkey[PMI2_MAX_VALLEN]; in test_item8() local
417 sprintf(tkey, "KEY-%d", i); in test_item8()
433 sprintf(tkey, "KEY-%d", i); in test_item8()
453 char tkey[PMI2_MAX_VALLEN]; in test_item9() local
459 sprintf(tkey, "KEY-%d", i); in test_item9()
[all …]
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dstringbuf.cc44 const char *StringBuf::find( const char *tkey ) in find() argument
48 if ( tkey == NULL ) return NULL; in find()
50 pe1 = buf.findToFront( tkey ); in find()
57 int StringBuf::findValue( const char *tkey, int *return_value ) in findValue() argument
61 if ( tkey == NULL ) return 1; in findValue()
63 pe1 = buf.findToFront( tkey ); in findValue()
71 int StringBuf::find( const char *tkey, const char **return_str, int *return_value ) in find() argument
75 if ( tkey == NULL ) return 1; in find()
77 pe1 = buf.findToFront( tkey ); in find()
86 void StringBuf::add( const char *tkey, const char *tstr, int tv ) in add() argument
[all …]

12345678910>>...55