Home
last modified time | relevance | path

Searched defs:ks (Results 126 – 150 of 9480) sorted by relevance

12345678910>>...380

/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnsdb/src/
H A Ddnssec-keystore.c290 dnssec_keystore *ks = &g_keystore; in dnssec_keystore_add_domain() local
308 dnssec_keystore *ks = &g_keystore; in dnssec_keystore_remove_domain_nolock() local
327 dnssec_keystore *ks = &g_keystore; in dnssec_keystore_remove_domain() local
453 dnssec_keystore *ks = &g_keystore; in dnssec_keystore_add_key() local
475 dnssec_keystore *ks = &g_keystore; in dnssec_keystore_replace_key() local
539 dnssec_keystore *ks = &g_keystore; in dnssec_keystore_remove_key() local
774 dnssec_keystore *ks = &g_keystore; in dnssec_keystore_acquire_key_from_fqdn_with_tag() local
797 dnssec_keystore *ks = &g_keystore; in dnssec_keystore_acquire_key_from_rdata() local
817 dnssec_keystore *ks = &g_keystore; in dnssec_keystore_acquire_key_from_fqdn_by_index() local
1086 dnssec_keystore *ks; member
[all …]
/dports/japanese/ne/ne/lib/
H A Dhash.c64 char *hash_get(hash_t *gvp, const char *ks) in hash_get()
76 void hash_set(hash_t *gvp, const char *ks,const char *vs) in hash_set()
96 void hash_defset(hash_t *gvp, const char *ks, const char *vs) in hash_defset()
114 bool hash_istrue(hash_t *gvp, const char *ks) in hash_istrue()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A Dfxkeyboard.cpp200 #define KEYDOWN(ks,vk) (((ks)[vk]&0x80)!=0) argument
201 #define KEYUP(ks,vk) (((ks)[vk]&0x80)==0) argument
202 #define KEYTOGGLED(ks,vk) (((ks)[vk]&0x01)!=0) argument
229 static FXbool wkbAltGrDown(PBYTE ks){ in wkbAltGrDown()
259 BYTE ks[256]; in fxmodifierkeys() local
291 BYTE ks[256]; in wkbMapKeyCode() local
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A Dfxkeyboard.cpp203 #define KEYDOWN(ks,vk) (((ks)[vk]&0x80)!=0) argument
204 #define KEYUP(ks,vk) (((ks)[vk]&0x80)==0) argument
205 #define KEYTOGGLED(ks,vk) (((ks)[vk]&0x01)!=0) argument
232 static FXbool wkbAltGrDown(PBYTE ks){ in wkbAltGrDown()
262 BYTE ks[256]; in fxmodifierkeys() local
294 BYTE ks[256]; in wkbMapKeyCode() local
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A Dfxkeyboard.cpp203 #define KEYDOWN(ks,vk) (((ks)[vk]&0x80)!=0) argument
204 #define KEYUP(ks,vk) (((ks)[vk]&0x80)==0) argument
205 #define KEYTOGGLED(ks,vk) (((ks)[vk]&0x01)!=0) argument
232 static FXbool wkbAltGrDown(PBYTE ks){ in wkbAltGrDown()
262 BYTE ks[256]; in fxmodifierkeys() local
294 BYTE ks[256]; in wkbMapKeyCode() local
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A Dfxkeyboard.cpp200 #define KEYDOWN(ks,vk) (((ks)[vk]&0x80)!=0) argument
201 #define KEYUP(ks,vk) (((ks)[vk]&0x80)==0) argument
202 #define KEYTOGGLED(ks,vk) (((ks)[vk]&0x01)!=0) argument
229 static FXbool wkbAltGrDown(PBYTE ks){ in wkbAltGrDown()
259 BYTE ks[256]; in fxmodifierkeys() local
291 BYTE ks[256]; in wkbMapKeyCode() local
/dports/security/s2n/s2n-tls-1.1.2/pq-crypto/bike_r3/
H A Daes.h30 _INLINE_ ret_t aes256_key_expansion(OUT aes256_ks_t *ks, in aes256_key_expansion()
49 IN const aes256_ks_t *ks) in aes256_enc()
58 _INLINE_ void aes256_free_ks(OUT aes256_ks_t *ks) in aes256_free_ks()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/security/pkcs11/rsa/
H A DGenKeyStore.java68 private static void addToKeyStore(KeyStore ks, KeyPair kp, String name) throws Exception { in addToKeyStore()
75 private static void generateKeyPair(KeyStore ks, int keyLength, String alias) throws Exception { in generateKeyPair()
83 static KeyStore ks; field in GenKeyStore
88 KeyStore ks = KeyStore.getInstance("JKS"); in main() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/security/rsa/
H A DGenKeyStore.java68 private static void addToKeyStore(KeyStore ks, KeyPair kp, String name) throws Exception { in addToKeyStore()
75 private static void generateKeyPair(KeyStore ks, int keyLength, String alias) throws Exception { in generateKeyPair()
83 static KeyStore ks; field in GenKeyStore
88 KeyStore ks = KeyStore.getInstance("JKS"); in main() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/security/pkcs11/rsa/
H A DGenKeyStore.java68 private static void addToKeyStore(KeyStore ks, KeyPair kp, String name) throws Exception { in addToKeyStore()
75 private static void generateKeyPair(KeyStore ks, int keyLength, String alias) throws Exception { in generateKeyPair()
83 static KeyStore ks; field in GenKeyStore
88 KeyStore ks = KeyStore.getInstance("JKS"); in main() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/security/rsa/
H A DGenKeyStore.java68 private static void addToKeyStore(KeyStore ks, KeyPair kp, String name) throws Exception { in addToKeyStore()
75 private static void generateKeyPair(KeyStore ks, int keyLength, String alias) throws Exception { in generateKeyPair()
83 static KeyStore ks; field in GenKeyStore
88 KeyStore ks = KeyStore.getInstance("JKS"); in main() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/security/rsa/
H A DGenKeyStore.java68 private static void addToKeyStore(KeyStore ks, KeyPair kp, String name) throws Exception { in addToKeyStore()
75 private static void generateKeyPair(KeyStore ks, int keyLength, String alias) throws Exception { in generateKeyPair()
83 static KeyStore ks; field in GenKeyStore
88 KeyStore ks = KeyStore.getInstance("JKS"); in main() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/security/rsa/
H A DGenKeyStore.java68 private static void addToKeyStore(KeyStore ks, KeyPair kp, String name) throws Exception { in addToKeyStore()
75 private static void generateKeyPair(KeyStore ks, int keyLength, String alias) throws Exception { in generateKeyPair()
83 static KeyStore ks; field in GenKeyStore
88 KeyStore ks = KeyStore.getInstance("JKS"); in main() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/security/pkcs11/rsa/
H A DGenKeyStore.java68 private static void addToKeyStore(KeyStore ks, KeyPair kp, String name) throws Exception { in addToKeyStore()
75 private static void generateKeyPair(KeyStore ks, int keyLength, String alias) throws Exception { in generateKeyPair()
83 static KeyStore ks; field in GenKeyStore
88 KeyStore ks = KeyStore.getInstance("JKS"); in main() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/security/pkcs11/rsa/
H A DGenKeyStore.java68 private static void addToKeyStore(KeyStore ks, KeyPair kp, String name) throws Exception { in addToKeyStore()
75 private static void generateKeyPair(KeyStore ks, int keyLength, String alias) throws Exception { in generateKeyPair()
83 static KeyStore ks; field in GenKeyStore
88 KeyStore ks = KeyStore.getInstance("JKS"); in main() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/security/rsa/
H A DGenKeyStore.java68 private static void addToKeyStore(KeyStore ks, KeyPair kp, String name) throws Exception { in addToKeyStore()
75 private static void generateKeyPair(KeyStore ks, int keyLength, String alias) throws Exception { in generateKeyPair()
83 static KeyStore ks; field in GenKeyStore
88 KeyStore ks = KeyStore.getInstance("JKS"); in main() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/security/pkcs11/rsa/
H A DGenKeyStore.java68 private static void addToKeyStore(KeyStore ks, KeyPair kp, String name) throws Exception { in addToKeyStore()
75 private static void generateKeyPair(KeyStore ks, int keyLength, String alias) throws Exception { in generateKeyPair()
83 static KeyStore ks; field in GenKeyStore
88 KeyStore ks = KeyStore.getInstance("JKS"); in main() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/security/rsa/
H A DInvalidBitString.java68 "gY0AMIGJAoGBAKZ7C6bC8AJmXIRNwuPJcgIPW1ygN3rE5PIKPAkeK/dYnPmUJNuiSxOFPJCrLMuL\n" + in addToKeyStore()
76 // normalCertStr without the initial zero at the beginning of signature
83 "pJyrdeWV77eBvqE9OiCsMTP8WgHI9zLvAgMBAAGjQjBAMB0GA1UdDgQWBBTtIKqCHnL9QeFn+YrX\n" +
88 "-----END CERTIFICATE-----\n"; in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/security/pkcs11/rsa/
H A DGenKeyStore.java68 private static void addToKeyStore(KeyStore ks, KeyPair kp, String name) throws Exception { in addToKeyStore()
75 private static void generateKeyPair(KeyStore ks, int keyLength, String alias) throws Exception { in generateKeyPair()
83 static KeyStore ks; field in GenKeyStore
88 KeyStore ks = KeyStore.getInstance("JKS"); in main() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sun/security/pkcs11/rsa/
H A DGenKeyStore.java68 private static void addToKeyStore(KeyStore ks, KeyPair kp, String name) throws Exception { in addToKeyStore()
75 private static void generateKeyPair(KeyStore ks, int keyLength, String alias) throws Exception { in generateKeyPair()
83 static KeyStore ks; field in GenKeyStore
88 KeyStore ks = KeyStore.getInstance("JKS"); in main() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sun/security/rsa/
H A DGenKeyStore.java68 private static void addToKeyStore(KeyStore ks, KeyPair kp, String name) throws Exception { in addToKeyStore()
75 private static void generateKeyPair(KeyStore ks, int keyLength, String alias) throws Exception { in generateKeyPair()
83 static KeyStore ks; field in GenKeyStore
88 KeyStore ks = KeyStore.getInstance("JKS"); in main() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/security/rsa/
H A DGenKeyStore.java68 private static void addToKeyStore(KeyStore ks, KeyPair kp, String name) throws Exception { in addToKeyStore()
75 private static void generateKeyPair(KeyStore ks, int keyLength, String alias) throws Exception { in generateKeyPair()
83 static KeyStore ks; field in GenKeyStore
88 KeyStore ks = KeyStore.getInstance("JKS"); in main() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/security/pkcs11/rsa/
H A DGenKeyStore.java68 private static void addToKeyStore(KeyStore ks, KeyPair kp, String name) throws Exception { in addToKeyStore()
75 private static void generateKeyPair(KeyStore ks, int keyLength, String alias) throws Exception { in generateKeyPair()
83 static KeyStore ks; field in GenKeyStore
88 KeyStore ks = KeyStore.getInstance("JKS"); in main() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/sun/security/pkcs11/rsa/
H A DGenKeyStore.java68 private static void addToKeyStore(KeyStore ks, KeyPair kp, String name) throws Exception { in addToKeyStore()
75 private static void generateKeyPair(KeyStore ks, int keyLength, String alias) throws Exception { in generateKeyPair()
83 static KeyStore ks; field in GenKeyStore
88 KeyStore ks = KeyStore.getInstance("JKS"); in main() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/sun/security/rsa/
H A DGenKeyStore.java68 private static void addToKeyStore(KeyStore ks, KeyPair kp, String name) throws Exception { in addToKeyStore()
75 private static void generateKeyPair(KeyStore ks, int keyLength, String alias) throws Exception { in generateKeyPair()
83 static KeyStore ks; field in GenKeyStore
88 KeyStore ks = KeyStore.getInstance("JKS"); in main() local

12345678910>>...380