Home
last modified time | relevance | path

Searched refs:kf (Results 201 – 225 of 7205) sorted by relevance

12345678910>>...289

/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sun/security/pkcs11/rsa/
H A DTestKeyFactory.java81 PublicKey key2 = (PublicKey)kf.translateKey(key); in testPublic()
83 PublicKey key3 = kf.generatePublic(rsaSpec); in testPublic()
85 PublicKey key4 = kf.generatePublic(x509Spec); in testPublic()
87 PublicKey key5 = kf.generatePublic(x509Spec2); in testPublic()
99 PrivateKey key3 = kf.generatePrivate(rsaSpec); in testPrivate()
101 PrivateKey key4 = kf.generatePrivate(pkcs8Spec); in testPrivate()
103 PrivateKey key5 = kf.generatePrivate(pkcs8Spec2); in testPrivate()
125 testPublic(kf, (PublicKey)key); in test()
127 testPrivate(kf, (PrivateKey)key); in test()
139 KeyFactory kf = KeyFactory.getInstance("RSA", p); in main() local
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/sun/security/pkcs11/rsa/
H A DTestKeyFactory.java80 PublicKey key2 = (PublicKey)kf.translateKey(key); in testPublic()
82 PublicKey key3 = kf.generatePublic(rsaSpec); in testPublic()
84 PublicKey key4 = kf.generatePublic(x509Spec); in testPublic()
86 PublicKey key5 = kf.generatePublic(x509Spec2); in testPublic()
98 PrivateKey key3 = kf.generatePrivate(rsaSpec); in testPrivate()
100 PrivateKey key4 = kf.generatePrivate(pkcs8Spec); in testPrivate()
102 PrivateKey key5 = kf.generatePrivate(pkcs8Spec2); in testPrivate()
124 testPublic(kf, (PublicKey)key); in test()
126 testPrivate(kf, (PrivateKey)key); in test()
138 KeyFactory kf = KeyFactory.getInstance("RSA", p); in main() local
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/sun/security/pkcs11/rsa/
H A DTestKeyFactory.java80 PublicKey key2 = (PublicKey)kf.translateKey(key); in testPublic()
82 PublicKey key3 = kf.generatePublic(rsaSpec); in testPublic()
84 PublicKey key4 = kf.generatePublic(x509Spec); in testPublic()
86 PublicKey key5 = kf.generatePublic(x509Spec2); in testPublic()
98 PrivateKey key3 = kf.generatePrivate(rsaSpec); in testPrivate()
100 PrivateKey key4 = kf.generatePrivate(pkcs8Spec); in testPrivate()
102 PrivateKey key5 = kf.generatePrivate(pkcs8Spec2); in testPrivate()
124 testPublic(kf, (PublicKey)key); in test()
126 testPrivate(kf, (PrivateKey)key); in test()
138 KeyFactory kf = KeyFactory.getInstance("RSA", p); in main() local
[all …]
/dports/math/cvc4/CVC4-1.7/src/theory/
H A Dmktheorytraits89 echo "$kf:$lineno: error: \"builtin\" theory redefined" >&2
183 dir="$(dirname "$kf")/../../"
227 #line $lineno \"$kf\"
231 #line $lineno \"$kf\"
233 #line $lineno \"$kf\"
238 #line $lineno \"$kf\"
240 #line $lineno \"$kf\"
387 kf=$1
390 b=$(basename $(dirname "$kf"))
391 source "$kf"
[all …]
/dports/comms/direwolf/direwolf-1.6/src/
H A Dkiss_frame.c385 switch (kf->state) { in kiss_rec_byte()
398 kf->noise_len = 0; in kiss_rec_byte()
402 kf->kiss_msg[kf->kiss_len++] = ch; in kiss_rec_byte()
410 kf->noise[kf->noise_len++] = ch; in kiss_rec_byte()
415 kf->noise[kf->noise_len] = '\0'; in kiss_rec_byte()
446 kf->kiss_msg[kf->kiss_len++] = ch; in kiss_rec_byte()
449 if (kf->kiss_len == 1 && kf->kiss_msg[0] == FEND) { in kiss_rec_byte()
454 kf->kiss_msg[kf->kiss_len++] = ch; in kiss_rec_byte()
457 kiss_debug_print (FROM_CLIENT, NULL, kf->kiss_msg, kf->kiss_len); in kiss_rec_byte()
460 ulen = kiss_unwrap (kf->kiss_msg, kf->kiss_len, unwrapped); in kiss_rec_byte()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/security/pkcs11/ec/
H A DTestKeyFactory.java82 PublicKey key2 = (PublicKey)kf.translateKey(key); in testPublic()
84 PublicKey key3 = kf.generatePublic(keySpec); in testPublic()
86 PublicKey key4 = kf.generatePublic(x509Spec); in testPublic()
88 PublicKey key5 = kf.generatePublic(x509Spec2); in testPublic()
100 PrivateKey key3 = kf.generatePrivate(keySpec); in testPrivate()
102 PrivateKey key4 = kf.generatePrivate(pkcs8Spec); in testPrivate()
117 testPublic(kf, (PublicKey)key); in test()
119 testPrivate(kf, (PrivateKey)key); in test()
139 KeyFactory kf = KeyFactory.getInstance("EC", p); in main() local
145 test(kf, kp.getPrivate()); in main()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/security/pkcs11/ec/
H A DTestKeyFactory.java82 PublicKey key2 = (PublicKey)kf.translateKey(key); in testPublic()
84 PublicKey key3 = kf.generatePublic(keySpec); in testPublic()
86 PublicKey key4 = kf.generatePublic(x509Spec); in testPublic()
88 PublicKey key5 = kf.generatePublic(x509Spec2); in testPublic()
100 PrivateKey key3 = kf.generatePrivate(keySpec); in testPrivate()
102 PrivateKey key4 = kf.generatePrivate(pkcs8Spec); in testPrivate()
117 testPublic(kf, (PublicKey)key); in test()
119 testPrivate(kf, (PrivateKey)key); in test()
139 KeyFactory kf = KeyFactory.getInstance("EC", p); in main() local
145 test(kf, kp.getPrivate()); in main()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/security/pkcs11/ec/
H A DTestKeyFactory.java82 PublicKey key2 = (PublicKey)kf.translateKey(key); in testPublic()
84 PublicKey key3 = kf.generatePublic(keySpec); in testPublic()
86 PublicKey key4 = kf.generatePublic(x509Spec); in testPublic()
88 PublicKey key5 = kf.generatePublic(x509Spec2); in testPublic()
100 PrivateKey key3 = kf.generatePrivate(keySpec); in testPrivate()
102 PrivateKey key4 = kf.generatePrivate(pkcs8Spec); in testPrivate()
117 testPublic(kf, (PublicKey)key); in test()
119 testPrivate(kf, (PrivateKey)key); in test()
139 KeyFactory kf = KeyFactory.getInstance("EC", p); in main() local
145 test(kf, kp.getPrivate()); in main()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/security/pkcs11/ec/
H A DTestKeyFactory.java82 PublicKey key2 = (PublicKey)kf.translateKey(key); in testPublic()
84 PublicKey key3 = kf.generatePublic(keySpec); in testPublic()
86 PublicKey key4 = kf.generatePublic(x509Spec); in testPublic()
88 PublicKey key5 = kf.generatePublic(x509Spec2); in testPublic()
100 PrivateKey key3 = kf.generatePrivate(keySpec); in testPrivate()
102 PrivateKey key4 = kf.generatePrivate(pkcs8Spec); in testPrivate()
117 testPublic(kf, (PublicKey)key); in test()
119 testPrivate(kf, (PrivateKey)key); in test()
139 KeyFactory kf = KeyFactory.getInstance("EC", p); in main() local
145 test(kf, kp.getPrivate()); in main()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/security/pkcs11/ec/
H A DTestKeyFactory.java82 PublicKey key2 = (PublicKey)kf.translateKey(key); in testPublic()
84 PublicKey key3 = kf.generatePublic(keySpec); in testPublic()
86 PublicKey key4 = kf.generatePublic(x509Spec); in testPublic()
88 PublicKey key5 = kf.generatePublic(x509Spec2); in testPublic()
100 PrivateKey key3 = kf.generatePrivate(keySpec); in testPrivate()
102 PrivateKey key4 = kf.generatePrivate(pkcs8Spec); in testPrivate()
117 testPublic(kf, (PublicKey)key); in test()
119 testPrivate(kf, (PrivateKey)key); in test()
139 KeyFactory kf = KeyFactory.getInstance("EC", p); in main() local
145 test(kf, kp.getPrivate()); in main()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/security/pkcs11/ec/
H A DTestKeyFactory.java82 PublicKey key2 = (PublicKey)kf.translateKey(key); in testPublic()
84 PublicKey key3 = kf.generatePublic(keySpec); in testPublic()
86 PublicKey key4 = kf.generatePublic(x509Spec); in testPublic()
88 PublicKey key5 = kf.generatePublic(x509Spec2); in testPublic()
100 PrivateKey key3 = kf.generatePrivate(keySpec); in testPrivate()
102 PrivateKey key4 = kf.generatePrivate(pkcs8Spec); in testPrivate()
117 testPublic(kf, (PublicKey)key); in test()
119 testPrivate(kf, (PrivateKey)key); in test()
134 KeyFactory kf = KeyFactory.getInstance("EC", p); in main() local
140 test(kf, kp.getPrivate()); in main()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sun/security/pkcs11/ec/
H A DTestKeyFactory.java82 PublicKey key2 = (PublicKey)kf.translateKey(key); in testPublic()
84 PublicKey key3 = kf.generatePublic(keySpec); in testPublic()
86 PublicKey key4 = kf.generatePublic(x509Spec); in testPublic()
88 PublicKey key5 = kf.generatePublic(x509Spec2); in testPublic()
100 PrivateKey key3 = kf.generatePrivate(keySpec); in testPrivate()
102 PrivateKey key4 = kf.generatePrivate(pkcs8Spec); in testPrivate()
117 testPublic(kf, (PublicKey)key); in test()
119 testPrivate(kf, (PrivateKey)key); in test()
139 KeyFactory kf = KeyFactory.getInstance("EC", p); in main() local
145 test(kf, kp.getPrivate()); in main()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/security/pkcs11/ec/
H A DTestKeyFactory.java82 PublicKey key2 = (PublicKey)kf.translateKey(key); in testPublic()
84 PublicKey key3 = kf.generatePublic(keySpec); in testPublic()
86 PublicKey key4 = kf.generatePublic(x509Spec); in testPublic()
88 PublicKey key5 = kf.generatePublic(x509Spec2); in testPublic()
100 PrivateKey key3 = kf.generatePrivate(keySpec); in testPrivate()
102 PrivateKey key4 = kf.generatePrivate(pkcs8Spec); in testPrivate()
117 testPublic(kf, (PublicKey)key); in test()
119 testPrivate(kf, (PrivateKey)key); in test()
134 KeyFactory kf = KeyFactory.getInstance("EC", p); in main() local
140 test(kf, kp.getPrivate()); in main()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/sun/security/pkcs11/ec/
H A DTestKeyFactory.java81 PublicKey key2 = (PublicKey)kf.translateKey(key); in testPublic()
83 PublicKey key3 = kf.generatePublic(keySpec); in testPublic()
85 PublicKey key4 = kf.generatePublic(x509Spec); in testPublic()
87 PublicKey key5 = kf.generatePublic(x509Spec2); in testPublic()
99 PrivateKey key3 = kf.generatePrivate(keySpec); in testPrivate()
101 PrivateKey key4 = kf.generatePrivate(pkcs8Spec); in testPrivate()
116 testPublic(kf, (PublicKey)key); in test()
118 testPrivate(kf, (PrivateKey)key); in test()
138 KeyFactory kf = KeyFactory.getInstance("EC", p); in main() local
144 test(kf, kp.getPrivate()); in main()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/sun/security/pkcs11/ec/
H A DTestKeyFactory.java81 PublicKey key2 = (PublicKey)kf.translateKey(key); in testPublic()
83 PublicKey key3 = kf.generatePublic(keySpec); in testPublic()
85 PublicKey key4 = kf.generatePublic(x509Spec); in testPublic()
87 PublicKey key5 = kf.generatePublic(x509Spec2); in testPublic()
99 PrivateKey key3 = kf.generatePrivate(keySpec); in testPrivate()
101 PrivateKey key4 = kf.generatePrivate(pkcs8Spec); in testPrivate()
116 testPublic(kf, (PublicKey)key); in test()
118 testPrivate(kf, (PrivateKey)key); in test()
138 KeyFactory kf = KeyFactory.getInstance("EC", p); in main() local
144 test(kf, kp.getPrivate()); in main()
[all …]
/dports/x11-themes/lxappearance/lxappearance-0.6.3/src/
H A Dlxappearance.c124 ret = g_key_file_load_from_file(kf, fpath, 0, NULL); in verify_cursor_theme()
153 GKeyFile* kf; in save_cursor_theme_name() local
159 kf = g_key_file_new(); in save_cursor_theme_name()
186 g_key_file_free(kf); in save_cursor_theme_name()
446 GKeyFile* kf = g_key_file_new(); in lxappearance_save_lxsession() local
493 buf = g_key_file_to_data( kf, &len, NULL ); in lxappearance_save_lxsession()
494 g_key_file_free(kf); in lxappearance_save_lxsession()
560 GKeyFile* kf = g_key_file_new(); in settings_init() local
574 g_key_file_free(kf); in settings_init()
583 GKeyFile* kf = g_key_file_new(); in settings_init() local
[all …]
/dports/math/cvc4/CVC4-1.7/src/expr/
H A Dmkmetakind65 echo "$kf:$lineno: error: multiple theories defined in one file !?" >&2
74 echo "$kf:$lineno: error: \"builtin\" theory redefined" >&2
98 echo "$kf:$lineno: error: multiple theories defined in one file !?" >&2
283 #line $lineno \"$kf\"
288 #line $lineno \"$kf\"
295 #line $lineno \"$kf\"
314 #line $lineno \"$kf\"
384 kf=$1
387 b=$(basename $(dirname "$kf"))
394 source "$kf"
[all …]
H A Dmkkind86 echo "$kf:$lineno: error: multiple theories defined in one file !?" >&2
95 echo "$kf:$lineno: error: \"builtin\" theory redefined" >&2
124 echo "$kf:$lineno: error: multiple theories defined in one file !?" >&2
296 type_cardinalities="${type_cardinalities}#line $lineno \"$kf\"
326 type_wellfoundednesses="${type_wellfoundednesses}#line $lineno \"$kf\"
330 type_groundterms="${type_groundterms}#line $lineno \"$kf\"
334 type_groundterms="${type_groundterms}#line $lineno \"$kf\"
377 kf=$1
380 b=$(basename $(dirname "$kf"))
387 source "$kf"
[all …]
/dports/sysutils/kdebugsettings/kdebugsettings-21.12.3/data/groups/
H A DFull Debug Ruqola237 kf.attica.info=true
247 kf.baloo.info=true
537 kf.auth.info=true
689 kf.dav.info=true
879 kf.kded.info=true
2004 kf.configwidgets.cms.kf.kio.useragentdlg.info=true
2005 kf.configwidgets.cms.kf.kio.useragentdlg.warning=true
2006 kf.configwidgets.cms.kf.kio.useragentdlg.critical=true
2007 kf.configwidgets.cms.kf.kio.useragentdlg.debug=false
2315 kf.pty.info=true
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dedt_clustalpha.c25 int iz , ja , kf , lp ; in cluster_alphaindex_64() local
40 for( kf=1 ; kf < NFWHM && fw > fwhm[kf] ; kf++ ) ; /*nada */ in cluster_alphaindex_64()
41 if( kf == NFWHM ) return -1 ; in cluster_alphaindex_64()
42 fkf = (fwhm[kf]-fw) / (fwhm[kf]-fwhm[kf-1]) ; /* fractional step in kf */ in cluster_alphaindex_64()
53 ccpp = nx064[iz][ja][kf ][lp ] ; /* bi-linearly interpolate in */ in cluster_alphaindex_64()
54 ccpm = nx064[iz][ja][kf ][lp-1] ; /* the nx064 table in fw and pv */ in cluster_alphaindex_64()
55 ccmp = nx064[iz][ja][kf-1][lp ] ; /* to find the critical cluster */ in cluster_alphaindex_64()
56 ccmm = nx064[iz][ja][kf-1][lp-1] ; /* size at the ja-th alpha level */ in cluster_alphaindex_64()
/dports/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6/tests/twisted/account-storage/
H A Ddefault-keyring-storage.py103 kf = keyfile_read(new_key_file_name)
104 assert group in kf, kf
107 assert kf[group]['param-account'] == params['account'], kf
108 assert kf[group]['DisplayName'] == 'Work account', kf
109 assert kf[group]['Icon'] == 'im-jabber', kf
110 assert kf[group]['Nickname'] == 'Joe Bloggs', kf
117 assert kf[group]['param-password'] == params['password'], kf
143 kf = keyfile_read(new_key_file_name)
144 assert group not in kf, kf
193 kf = keyfile_read(new_key_file_name)
[all …]
/dports/x11-wm/lxsession/lxsession-0.5.4/lxsession-db/
H A Ddesktop-files-backend.vala126 KeyFile kf;
169 kf = new KeyFile();
175 kf.load_from_file(config_path, KeyFileFlags.NONE);
291 KeyFile kf = new KeyFile();
345 public string create_entry(KeyFile kf, string desktop_path)
358 tmp_name = kf.get_locale_string ("Desktop Entry", "Name");
367 tmp_icon = kf.get_value ("Desktop Entry", "Icon");
389 public string create_exec_string (KeyFile kf)
394 tmp_string = kf.get_value ("Desktop Entry", "Exec");
949 var str = kf.to_data (null);
[all …]
/dports/x11-fm/pcmanfm/pcmanfm-1.3.2/src/
H A Dapp-config.c39 GKeyFile *kf; member
61 fc->kf = g_key_file_new(); in fm_folder_config_open()
70 g_key_file_free(fc->kf); in fm_folder_config_open()
75 fc->kf = fc_cache; in fm_folder_config_open()
96 g_key_file_free(fc->kf); in fm_folder_config_close()
115 return !g_key_file_has_group(fc->kf, fc->group); in fm_folder_config_is_empty()
550 if (!g_key_file_has_group(kf, group)) in fm_app_config_load_desktop_config()
774 if (g_key_file_has_group(kf, "autorun")) in fm_app_config_load_from_key_file()
800 GKeyFile* kf = g_key_file_new(); in fm_app_config_load_from_profile() local
828 fm_app_config_load_from_key_file(cfg, kf); in fm_app_config_load_from_profile()
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/free-5.1.6/src/Control/Monad/Free/
H A DChurch.hs109 F f <*> F g = F (\kp kf -> f (\a -> g (kp . a) kf) kf)
113 empty = F (\_ kf -> kf empty)
114 F f <|> F g = F (\kp kf -> kf (pure (f kp kf) <|> pure (g kp kf)))
121 F m >>= f = F (\kp kf -> m (\a -> runF (f a) kp kf) kf)
152 mzero = F (\_ kf -> kf mzero)
153 F f `mplus` F g = F (\kp kf -> kf (return (f kp kf) `mplus` return (g kp kf)))
156 lift f = F (\kp kf -> kf (liftM kp f))
159 wrap f = F (\kp kf -> kf (fmap (\ (F m) -> m kp kf) f))
203 toF xs = F (\kp kf -> go kp kf xs) where
205 go kp kf (Free fma) = kf (fmap (go kp kf) fma)
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/free-5.1.6/src/Control/Monad/Free/
H A DChurch.hs109 F f <*> F g = F (\kp kf -> f (\a -> g (kp . a) kf) kf)
113 empty = F (\_ kf -> kf empty)
114 F f <|> F g = F (\kp kf -> kf (pure (f kp kf) <|> pure (g kp kf)))
121 F m >>= f = F (\kp kf -> m (\a -> runF (f a) kp kf) kf)
152 mzero = F (\_ kf -> kf mzero)
153 F f `mplus` F g = F (\kp kf -> kf (return (f kp kf) `mplus` return (g kp kf)))
156 lift f = F (\kp kf -> kf (liftM kp f))
159 wrap f = F (\kp kf -> kf (fmap (\ (F m) -> m kp kf) f))
203 toF xs = F (\kp kf -> go kp kf xs) where
205 go kp kf (Free fma) = kf (fmap (go kp kf) fma)
[all …]

12345678910>>...289