Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 1030) sorted by relevance

12345678910>>...42

/dflybsd-src/sys/opencrypto/
H A Dxform.c453 null_encrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in null_encrypt()
458 null_decrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in null_decrypt()
463 null_setkey(void *sched, u_int8_t *key, int len) in null_setkey()
469 des1_encrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in des1_encrypt()
478 des1_decrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in des1_decrypt()
487 des1_setkey(void *sched, u_int8_t *key, int len) in des1_setkey()
493 des3_encrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in des3_encrypt()
502 des3_decrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in des3_decrypt()
511 des3_setkey(void *sched, u_int8_t *key, int len) in des3_setkey()
525 blf_encrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in blf_encrypt()
[all …]
/dflybsd-src/crypto/libressl/crypto/ec/
H A Dec_key.c379 EC_KEY_set_public_key_affine_coordinates(EC_KEY * key, BIGNUM * x, BIGNUM * y) in EC_KEY_set_public_key_affine_coordinates()
432 EC_KEY_get0_group(const EC_KEY * key) in EC_KEY_get0_group()
438 EC_KEY_set_group(EC_KEY * key, const EC_GROUP * group) in EC_KEY_set_group()
449 EC_KEY_get0_private_key(const EC_KEY * key) in EC_KEY_get0_private_key()
455 EC_KEY_set_private_key(EC_KEY * key, const BIGNUM * priv_key) in EC_KEY_set_private_key()
466 EC_KEY_get0_public_key(const EC_KEY * key) in EC_KEY_get0_public_key()
472 EC_KEY_set_public_key(EC_KEY * key, const EC_POINT * pub_key) in EC_KEY_set_public_key()
483 EC_KEY_get_enc_flags(const EC_KEY * key) in EC_KEY_get_enc_flags()
489 EC_KEY_set_enc_flags(EC_KEY * key, unsigned int flags) in EC_KEY_set_enc_flags()
495 EC_KEY_get_conv_form(const EC_KEY * key) in EC_KEY_get_conv_form()
[all …]
H A Dec_kmeth.c112 EC_KEY_get_method(const EC_KEY *key) in EC_KEY_get_method()
118 EC_KEY_set_method(EC_KEY *key, const EC_KEY_METHOD *meth) in EC_KEY_set_method()
209 int (*init)(EC_KEY *key), in EC_KEY_METHOD_set_init()
210 void (*finish)(EC_KEY *key), in EC_KEY_METHOD_set_init()
212 int (*set_group)(EC_KEY *key, const EC_GROUP *grp), in EC_KEY_METHOD_set_init()
213 int (*set_private)(EC_KEY *key, const BIGNUM *priv_key), in EC_KEY_METHOD_set_init()
214 int (*set_public)(EC_KEY *key, const EC_POINT *pub_key)) in EC_KEY_METHOD_set_init()
225 EC_KEY_METHOD_set_keygen(EC_KEY_METHOD *meth, int (*keygen)(EC_KEY *key)) in EC_KEY_METHOD_set_keygen()
268 int (**pinit)(EC_KEY *key), in EC_KEY_METHOD_get_init()
269 void (**pfinish)(EC_KEY *key), in EC_KEY_METHOD_get_init()
[all …]
/dflybsd-src/contrib/gdb-7/readline/
H A Dvi_mode.c165 _rl_vi_set_last (key, repeat, sign) in _rl_vi_set_last() argument
176 rl_vi_start_inserting (key, repeat, sign) in rl_vi_start_inserting() argument
263 rl_vi_undo (count, key) in rl_vi_undo() argument
271 rl_vi_yank_arg (count, key) in rl_vi_yank_arg() argument
312 rl_vi_search_again (count, key) in rl_vi_search_again() argument
330 rl_vi_search (count, key) in rl_vi_search() argument
354 rl_vi_complete (ignore, key) in rl_vi_complete() argument
381 rl_vi_tilde_expand (ignore, key) in rl_vi_tilde_expand() argument
391 rl_vi_prev_word (count, key) in rl_vi_prev_word() argument
413 rl_vi_next_word (count, key) in rl_vi_next_word() argument
[all …]
H A Dtext.c260 rl_forward_byte (count, key) in rl_forward_byte() argument
320 rl_forward_char (count, key) in rl_forward_char() argument
351 rl_forward_char (count, key) in rl_forward_char() argument
360 rl_forward (count, key) in rl_forward() argument
368 rl_backward_byte (count, key) in rl_backward_byte() argument
394 rl_backward_char (count, key) in rl_backward_char() argument
427 rl_backward_char (count, key) in rl_backward_char() argument
436 rl_backward (count, key) in rl_backward() argument
444 rl_beg_of_line (count, key) in rl_beg_of_line() argument
453 rl_end_of_line (count, key) in rl_end_of_line() argument
[all …]
H A Dmisc.c123 int key, r; local
232 rl_digit_argument (ignore, key) in rl_digit_argument() argument
253 rl_universal_argument (count, key) in rl_universal_argument() argument
494 rl_beginning_of_history (count, key) in rl_beginning_of_history() argument
502 rl_end_of_history (count, key) in rl_end_of_history() argument
513 rl_get_next_history (count, key) in rl_get_next_history() argument
552 rl_get_previous_history (count, key) in rl_get_previous_history() argument
607 rl_vi_editing_mode (count, key) in rl_vi_editing_mode() argument
620 rl_emacs_editing_mode (count, key) in rl_emacs_editing_mode() argument
644 rl_overwrite_mode (count, key) in rl_overwrite_mode() argument
H A Dkill.c201 rl_kill_word (count, key) in rl_kill_word() argument
316 rl_unix_word_rubout (count, key) in rl_unix_word_rubout() argument
349 rl_unix_filename_rubout (count, key) in rl_unix_filename_rubout() argument
393 rl_unix_line_discard (count, key) in rl_unix_line_discard() argument
482 rl_copy_forward_word (count, key) in rl_copy_forward_word() argument
492 rl_copy_backward_word (count, key) in rl_copy_backward_word() argument
522 rl_yank_pop (count, key) in rl_yank_pop() argument
622 rl_yank_last_arg (count, key) in rl_yank_last_arg() argument
664 rl_paste_from_clipboard (count, key) in rl_paste_from_clipboard() argument
/dflybsd-src/crypto/libressl/crypto/evp/
H A Devp_pkey.c145 EVP_PKEY_get_attr_count(const EVP_PKEY *key) in EVP_PKEY_get_attr_count()
151 EVP_PKEY_get_attr_by_NID(const EVP_PKEY *key, int nid, int lastpos) in EVP_PKEY_get_attr_by_NID()
157 EVP_PKEY_get_attr_by_OBJ(const EVP_PKEY *key, const ASN1_OBJECT *obj, in EVP_PKEY_get_attr_by_OBJ()
164 EVP_PKEY_get_attr(const EVP_PKEY *key, int loc) in EVP_PKEY_get_attr()
170 EVP_PKEY_delete_attr(EVP_PKEY *key, int loc) in EVP_PKEY_delete_attr()
176 EVP_PKEY_add1_attr(EVP_PKEY *key, X509_ATTRIBUTE *attr) in EVP_PKEY_add1_attr()
184 EVP_PKEY_add1_attr_by_OBJ(EVP_PKEY *key, const ASN1_OBJECT *obj, int type, in EVP_PKEY_add1_attr_by_OBJ()
193 EVP_PKEY_add1_attr_by_NID(EVP_PKEY *key, int nid, int type, in EVP_PKEY_add1_attr_by_NID()
202 EVP_PKEY_add1_attr_by_txt(EVP_PKEY *key, const char *attrname, int type, in EVP_PKEY_add1_attr_by_txt()
/dflybsd-src/crypto/libressl/crypto/gost/
H A Dgostr341001_key.c112 GOST_KEY_check_key(const GOST_KEY *key) in GOST_KEY_check_key()
181 GOST_KEY_set_public_key_affine_coordinates(GOST_KEY *key, BIGNUM *x, BIGNUM *y) in GOST_KEY_set_public_key_affine_coordinates()
234 GOST_KEY_get0_group(const GOST_KEY *key) in GOST_KEY_get0_group()
240 GOST_KEY_set_group(GOST_KEY *key, const EC_GROUP *group) in GOST_KEY_set_group()
248 GOST_KEY_get0_private_key(const GOST_KEY *key) in GOST_KEY_get0_private_key()
254 GOST_KEY_set_private_key(GOST_KEY *key, const BIGNUM *priv_key) in GOST_KEY_set_private_key()
262 GOST_KEY_get0_public_key(const GOST_KEY *key) in GOST_KEY_get0_public_key()
268 GOST_KEY_set_public_key(GOST_KEY *key, const EC_POINT *pub_key) in GOST_KEY_set_public_key()
276 GOST_KEY_get_digest(const GOST_KEY *key) in GOST_KEY_get_digest()
281 GOST_KEY_set_digest(GOST_KEY *key, int digest_nid) in GOST_KEY_set_digest()
H A Dgost2814789.c72 const GOST2814789_KEY *key) in Gost2814789_encrypt()
106 const GOST2814789_KEY *key) in Gost2814789_decrypt()
140 GOST2814789_KEY *key) in Gost2814789_mac()
171 GOST2814789_KEY *key, const int enc) in Gost2814789_ecb_encrypt()
185 Gost2814789_encrypt_mesh(unsigned char *iv, GOST2814789_KEY *key) in Gost2814789_encrypt_mesh()
198 GOST2814789_KEY *key) in Gost2814789_mac_mesh()
210 size_t len, GOST2814789_KEY *key, unsigned char *ivec, int *num, in Gost2814789_cfb64_encrypt()
324 GOST2814789_KEY *key) in Gost2814789_cnt_next()
354 GOST2814789_KEY *key, unsigned char *ivec, unsigned char *cnt_buf, int *num) in Gost2814789_cnt_encrypt()
456 const unsigned char *key, const unsigned char *iv) in GOST2814789IMIT()
/dflybsd-src/sys/crypto/des/
H A Ddes_setkey.c67 void des_set_odd_parity(des_cblock *key) in des_set_odd_parity()
75 int des_check_key_parity(des_cblock *key) in des_check_key_parity()
117 int des_is_weak_key(des_cblock *key) in des_is_weak_key()
142 int des_set_key(des_cblock *key, des_key_schedule schedule) in des_set_key()
159 int des_set_key_checked(des_cblock *key, des_key_schedule schedule) in des_set_key_checked()
169 void des_set_key_unchecked(des_cblock *key, des_key_schedule schedule) in des_set_key_unchecked()
225 int des_key_sched(des_cblock *key, des_key_schedule schedule) in des_key_sched()
230 void des_fixup_key_parity(des_cblock *key) in des_fixup_key_parity()
/dflybsd-src/usr.sbin/installer/libaura/
H A Ddict.c150 hashpjw(const void *key, size_t key_size, size_t table_size) { in hashpjw()
170 aura_bucket_new(const void *key, size_t key_size, const void *data, size_t data_size) in aura_bucket_new()
192 aura_dict_locate_hash(struct aura_dict *d, const void *key, size_t key_size, in aura_dict_locate_hash()
207 aura_dict_locate_list(struct aura_dict *d, const void *key, size_t key_size, in aura_dict_locate_list()
221 aura_dict_fetch_hash(struct aura_dict *d, const void *key, size_t key_size, in aura_dict_fetch_hash()
237 aura_dict_store_hash(struct aura_dict *d, const void *key, size_t key_size, in aura_dict_store_hash()
261 aura_dict_fetch_list(struct aura_dict *d, const void *key, size_t key_size, in aura_dict_fetch_list()
277 aura_dict_store_list(struct aura_dict *d, const void *key, size_t key_size, in aura_dict_store_list()
300 keycmp(const void *key, size_t key_size, struct aura_bucket *b) in keycmp()
316 aura_dict_store_list_sorted(struct aura_dict *d, const void *key, size_t key_size, in aura_dict_store_list_sorted()
[all …]
/dflybsd-src/contrib/wpa_supplicant/src/crypto/
H A Dcrypto_internal-rsa.c22 struct crypto_public_key * crypto_public_key_import(const u8 *key, size_t len) in crypto_public_key_import()
38 struct crypto_private_key * crypto_private_key_import(const u8 *key, in crypto_private_key_import()
72 int crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key, in crypto_public_key_encrypt_pkcs1_v15()
81 int crypto_private_key_decrypt_pkcs1_v15(struct crypto_private_key *key, in crypto_private_key_decrypt_pkcs1_v15()
90 int crypto_private_key_sign_pkcs1(struct crypto_private_key *key, in crypto_private_key_sign_pkcs1()
99 void crypto_public_key_free(struct crypto_public_key *key) in crypto_public_key_free()
105 void crypto_private_key_free(struct crypto_private_key *key) in crypto_private_key_free()
111 int crypto_public_key_decrypt_pkcs1(struct crypto_public_key *key, in crypto_public_key_decrypt_pkcs1()
H A Dcrypto_linux.c57 static int linux_af_alg_hash_vector(const char *alg, const u8 *key, in linux_af_alg_hash_vector()
171 int hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_md5_vector()
179 int hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_md5()
186 int hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha1_vector()
194 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1()
201 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha256_vector()
209 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256()
216 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha384_vector()
224 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384()
239 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init()
[all …]
H A Dcrypto_gnutls.c48 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt()
101 static int gnutls_hmac_vector(int algo, const u8 *key, size_t key_len, in gnutls_hmac_vector()
128 int hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_md5_vector()
136 int hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_md5()
143 int hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha1_vector()
151 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1()
160 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha256_vector()
168 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256()
179 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha384_vector()
187 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384()
[all …]
/dflybsd-src/crypto/libressl/crypto/des/
H A Dset_key.c89 void DES_set_odd_parity(DES_cblock *key) in DES_set_odd_parity()
97 int DES_check_key_parity(const_DES_cblock *key) in DES_check_key_parity()
140 DES_is_weak_key(const_DES_cblock *key) in DES_is_weak_key()
307 int DES_set_key(const_DES_cblock *key, DES_key_schedule *schedule) in DES_set_key()
324 int DES_set_key_checked(const_DES_cblock *key, DES_key_schedule *schedule) in DES_set_key_checked()
334 void DES_set_key_unchecked(const_DES_cblock *key, DES_key_schedule *schedule) in DES_set_key_unchecked()
390 int DES_key_sched(const_DES_cblock *key, DES_key_schedule *schedule) in DES_key_sched()
/dflybsd-src/lib/libc/db/test/btree.tests/
H A Dmain.c265 DBT key, data; in append() local
293 DBT data, key; in cursor() local
329 DBT key; in delete() local
360 DBT data, key; in first() local
381 DBT data, key; in get() local
419 DBT key, data; in iafter() local
447 DBT key, data; in ibefore() local
476 DBT data, key; in icursor() local
503 DBT data, key; in insert() local
529 DBT data, key; in last() local
[all …]
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/dbus/
H A Ddbus_dict_helpers.c102 const char *key, const int value_type) in _wpa_dbus_add_dict_entry_start()
126 const char *key, in _wpa_dbus_add_dict_entry_basic()
154 DBusMessageIter *iter_dict, const char *key, in _wpa_dbus_add_dict_entry_byte_array()
198 const char *key, const char *value) in wpa_dbus_dict_append_string()
218 const char *key, const dbus_bool_t value) in wpa_dbus_dict_append_bool()
236 const char *key, in wpa_dbus_dict_append_int16()
255 const char *key, in wpa_dbus_dict_append_uint16()
274 const char *key, in wpa_dbus_dict_append_int32()
293 const char *key, in wpa_dbus_dict_append_uint32()
312 const char *key, in wpa_dbus_dict_append_object_path()
[all …]
/dflybsd-src/usr.bin/top/
H A Dhash.c124 string_hash(hash_table *ht, char *key) in string_hash()
323 hash_add_uint(hash_table *ht, unsigned int key, void *value) in hash_add_uint()
386 hash_replace_uint(hash_table *ht, unsigned int key, void *value) in hash_replace_uint()
438 hash_lookup_uint(hash_table *ht, unsigned int key) in hash_lookup_uint()
476 hash_remove_uint(hash_table *ht, unsigned int key) in hash_remove_uint()
618 unsigned int key; in hash_remove_pos_uint() local
661 hash_add_pid(hash_table *ht, pid_t key, void *value) in hash_add_pid()
724 hash_replace_pid(hash_table *ht, pid_t key, void *value) in hash_replace_pid()
776 hash_lookup_pid(hash_table *ht, pid_t key) in hash_lookup_pid()
814 hash_remove_pid(hash_table *ht, pid_t key) in hash_remove_pid()
[all …]
/dflybsd-src/libexec/revnetgroup/
H A Dhash.c53 const u_char *key; in hash() local
101 hashkey(char *key) in hashkey()
111 lookup(struct group_entry *table[], char *key) in lookup()
144 store(struct group_entry *table[], char *key, char *data) in store()
173 mstore(struct member_entry *table[], char *key, char *data, char *domain) in mstore()
/dflybsd-src/usr.sbin/ypserv/
H A Dyp_dblookup.c74 char *key; member
196 DBT key = { NULL, 0 }, data = { NULL, 0 }; in yp_setflags() local
311 yp_find_db(const char *name, const char *key, const int size) in yp_find_db()
343 yp_open_db_cache(const char *domain, const char *map, const char *key, in yp_open_db_cache()
444 yp_get_record(DB *dbp, const DBT *key, DBT *data, int allow) in yp_get_record()
509 yp_first_record(const DB *dbp, DBT *key, DBT *data, int allow) in yp_first_record()
561 yp_next_record(const DB *dbp, DBT *key, DBT *data, int all, int allow) in yp_next_record()
654 yp_select_map(char *map, char *domain, keydat *key, int allow) in yp_select_map()
668 yp_getbykey(keydat *key, valdat *val) in yp_getbykey()
688 yp_firstbykey(keydat *key, valdat *val) in yp_firstbykey()
[all …]
/dflybsd-src/contrib/gcc-4.7/libgcc/config/
H A Dvxlib-tls.c126 #define KEY_VALID_P(key) !(tls_keys.generation[key] & 1) argument
156 __gthread_key_t key; in tls_delete_hook() local
233 __gthread_key_t key; in __gthread_key_create() local
260 __gthread_key_delete (__gthread_key_t key) in __gthread_key_delete()
291 __gthread_getspecific (__gthread_key_t key) in __gthread_getspecific()
319 __gthread_setspecific (__gthread_key_t key, void *value) in __gthread_setspecific()
/dflybsd-src/contrib/bmake/
H A Dhash.c87 Hash_String(const char *key, const char **out_keyEnd) in Hash_String()
102 Hash_Substring(Substring key) in Hash_Substring()
114 HashTable_Find(HashTable *t, Substring key, unsigned int h) in HashTable_Find()
182 HashTable_FindEntry(HashTable *t, const char *key) in HashTable_FindEntry()
191 HashTable_FindValue(HashTable *t, const char *key) in HashTable_FindValue()
202 HashTable_FindValueBySubstringHash(HashTable *t, Substring key, unsigned int h) in HashTable_FindValueBySubstringHash()
250 HashTable_CreateEntry(HashTable *t, const char *key, bool *out_isNew) in HashTable_CreateEntry()
280 HashTable_Set(HashTable *t, const char *key, void *value) in HashTable_Set()
/dflybsd-src/lib/libthread_xu/thread/
H A Dthr_spec.c47 _pthread_key_create(pthread_key_t *key, void (*destructor) (void *)) in _pthread_key_create()
78 _pthread_key_delete(pthread_key_t key) in _pthread_key_delete()
105 int key; in _thread_cleanupspecific() local
190 _pthread_setspecific(pthread_key_t key, const void *value) in _pthread_setspecific()
224 _pthread_getspecific(pthread_key_t key) in _pthread_getspecific()
/dflybsd-src/sys/netproto/802_11/wlan/
H A Dieee80211_crypto.c103 cipher_detach(struct ieee80211_key *key) in cipher_detach()
109 cipher_attach(struct ieee80211vap *vap, struct ieee80211_key *key) in cipher_attach()
119 struct ieee80211_key *key, in dev_key_alloc()
127 const struct ieee80211_key *key) in dev_key_delete()
133 dev_key_set(struct ieee80211vap *vap, const struct ieee80211_key *key) in dev_key_set()
264 int cipher, int flags, struct ieee80211_key *key) in ieee80211_crypto_newkey()
422 _ieee80211_crypto_delkey(struct ieee80211vap *vap, struct ieee80211_key *key) in _ieee80211_crypto_delkey()
456 ieee80211_crypto_delkey(struct ieee80211vap *vap, struct ieee80211_key *key) in ieee80211_crypto_delkey()
488 ieee80211_crypto_setkey(struct ieee80211vap *vap, struct ieee80211_key *key) in ieee80211_crypto_setkey()

12345678910>>...42