Home
last modified time | relevance | path

Searched defs:ks (Results 1 – 25 of 80) sorted by relevance

1234

/openbsd/lib/libssl/
H A Dtls_key_share.c48 struct tls_key_share *ks; in tls_key_share_new_internal() local
84 tls_key_share_free(struct tls_key_share *ks) in tls_key_share_free()
103 tls_key_share_group(struct tls_key_share *ks) in tls_key_share_group()
109 tls_key_share_nid(struct tls_key_share *ks) in tls_key_share_nid()
152 tls_key_share_generate_dhe(struct tls_key_share *ks) in tls_key_share_generate_dhe()
204 tls_key_share_generate_x25519(struct tls_key_share *ks) in tls_key_share_generate_x25519()
234 tls_key_share_generate(struct tls_key_share *ks) in tls_key_share_generate()
255 tls_key_share_params(struct tls_key_share *ks, CBB *cbb) in tls_key_share_params()
291 tls_key_share_public(struct tls_key_share *ks, CBB *cbb) in tls_key_share_public()
406 tls_key_share_derive_dhe(struct tls_key_share *ks, in tls_key_share_derive_dhe()
[all …]
/openbsd/sbin/isakmpd/
H A Dcrypto.c81 des3_init(struct keystate *ks, u_int8_t *key, u_int16_t len) in des3_init()
96 des3_encrypt(struct keystate *ks, u_int8_t *data, u_int16_t len) in des3_encrypt()
116 blf_init(struct keystate *ks, u_int8_t *key, u_int16_t len) in blf_init()
124 blf_encrypt(struct keystate *ks, u_int8_t *data, u_int16_t len) in blf_encrypt()
144 blf_decrypt(struct keystate *ks, u_int8_t *data, u_int16_t len) in blf_decrypt()
169 cast_init(struct keystate *ks, u_int8_t *key, u_int16_t len) in cast_init()
189 aes_init(struct keystate *ks, u_int8_t *key, u_int16_t len) in aes_init()
230 struct keystate *ks; in crypto_init() local
264 crypto_update_iv(struct keystate *ks) in crypto_update_iv()
277 crypto_init_iv(struct keystate *ks, u_int8_t *buf, size_t len) in crypto_init_iv()
[all …]
/openbsd/sys/dev/
H A Dkstat.c304 struct kstat *ks, key; in kstatioc_find_id() local
321 struct kstat *ks, key; in kstatioc_nfind_id() local
338 struct kstat *ks, key; in kstatioc_find_pv() local
358 struct kstat *ks, key; in kstatioc_nfind_pv() local
378 struct kstat *ks, key; in kstatioc_find_nm() local
398 struct kstat *ks, key; in kstatioc_nfind_nm() local
505 struct kstat *ks, *oks; in kstat_create() local
615 kstat_install(struct kstat *ks) in kstat_install()
630 kstat_remove(struct kstat *ks) in kstat_remove()
642 kstat_destroy(struct kstat *ks) in kstat_destroy()
[all …]
/openbsd/lib/libcrypto/des/
H A Dstr2key.c65 DES_key_schedule ks; in DES_string_to_key() local
105 DES_key_schedule ks; in DES_string_to_2keys() local
H A Ddes_enc.c65 DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc) in DES_encrypt1()
156 DES_encrypt2(DES_LONG *data, DES_key_schedule *ks, int enc) in DES_encrypt2()
H A Decb_enc.c65 DES_key_schedule *ks, int enc) in DES_ecb_encrypt()
H A Dfcrypt.c70 DES_key_schedule ks; in DES_fcrypt() local
/openbsd/regress/lib/libcrypto/des/
H A Ddestest.c319 DES_key_schedule ks,ks2,ks3; in main() local
789 DES_key_schedule ks; in cfb_test() local
818 DES_key_schedule ks; in cfb64_test() local
851 DES_key_schedule ks; in ede_cfb64_test() local
/openbsd/lib/libcrypto/sm4/
H A Dsm4.c153 struct sm4_key *ks = (struct sm4_key *)k; in SM4_set_key() local
215 struct sm4_key *ks = (struct sm4_key *)k; in SM4_encrypt() local
244 struct sm4_key *ks = (struct sm4_key *)k; in SM4_decrypt() local
/openbsd/usr.bin/x99token/
H A Dx99token.c38 DES_key_schedule ks; in main() local
179 predict(DES_key_schedule ks, const char *chal, int cnt) in predict()
/openbsd/gnu/usr.bin/texinfo/info/
H A Dinfomap.c96 FUNCTION_KEYSEQ *ks; in add_function_keyseq() local
139 FUNCTION_KEYSEQ *ks; in keymap_copy_keymap() local
182 FUNCTION_KEYSEQ *ks; in keymap_discard_keymap() local
217 FUNCTION_KEYSEQ *ks; in keymap_bind_keyseq() local
/openbsd/lib/libkeynote/
H A Denvironment.c385 struct keynote_session *ks; in keynote_find_session() local
400 keynote_add_session(struct keynote_session *ks) in keynote_add_session()
442 struct keynote_session *ks; in kn_cleanup_action_environment() local
470 struct keynote_session *ks; in kn_close() local
/openbsd/regress/sbin/isakmpd/crypto/
H A Dcryptotest.c80 struct keystate *ks; in special_test_blf() local
147 struct keystate *ks; in test_crypto() local
/openbsd/lib/libcrypto/idea/
H A Didea.c64 IDEA_KEY_SCHEDULE *ks, unsigned char *iv, int encrypt) in idea_cbc_encrypt()
244 IDEA_KEY_SCHEDULE *ks) in idea_ecb_encrypt()
346 idea_set_encrypt_key(const unsigned char *key, IDEA_KEY_SCHEDULE *ks) in idea_set_encrypt_key()
/openbsd/gnu/usr.bin/perl/win32/
H A Dfcrypt.c22 } ks; member
483 des_key_schedule ks; in des_fcrypt() local
546 des_key_schedule ks, in body()
/openbsd/lib/libcrypto/rc2/
H A Drc2_ecb.c72 RC2_ecb_encrypt(const unsigned char *in, unsigned char *out, RC2_KEY *ks, in RC2_ecb_encrypt()
/openbsd/lib/libcrypto/chacha/
H A Dchacha.h36 unsigned char ks[64]; member
/openbsd/sys/crypto/
H A Decb_enc.c54 des_encrypt2(u_int32_t *data, des_key_schedule ks, int encrypt) in des_encrypt2()
/openbsd/usr.bin/sort/
H A Dsort.c478 parse_pos(const char *s, struct key_specs *ks, bool *mef_flags, bool second) in parse_pos()
587 parse_k(const char *s, struct key_specs *ks) in parse_k()
1066 struct key_specs *ks; in main() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920611-2.c8 static int body(out0,out1,ks,Eswap0,Eswap1) in body() argument
/openbsd/lib/libcrypto/evp/
H A De_aes.c67 AES_KEY ks; member
76 AES_KEY ks; /* AES key schedule to use */ member
97 AES_KEY ks; /* AES key schedule to use */ member
2271 AES_KEY ks; member
2272 } ks; member
2467 AES_KEY ks; member
2468 } ks; member
H A De_rc4.c75 RC4_KEY ks; /* working key */ member
H A De_xcbc_d.c79 DES_key_schedule ks;/* key schedule */ member
/openbsd/sys/dev/hid/
H A Dhidcc.c692 const struct hidcc_keysym *ks; in hidcc_intr() local
959 const struct hidcc_keysym *ks; in hidcc_add_key() local
1022 hidcc_bit_to_sym(struct hidcc *sc, u_int bit, const struct hidcc_keysym **ks) in hidcc_bit_to_sym()
1031 hidcc_usage_to_sym(int32_t usage, const struct hidcc_keysym **ks) in hidcc_usage_to_sym()
/openbsd/lib/libcrypto/cast/
H A Dcast.c771 const CAST_KEY *ks, unsigned char *iv, int enc) in CAST_cbc_encrypt()
913 const CAST_KEY *ks, int enc) in CAST_ecb_encrypt()

1234