| /NextBSD/crypto/openssl/crypto/ec/ |
| HD | ec_key.c | 363 int EC_KEY_set_public_key_affine_coordinates(EC_KEY *key, BIGNUM *x, in EC_KEY_set_public_key_affine_coordinates() 441 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key) in EC_KEY_get0_group() 446 int EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group) in EC_KEY_set_group() 454 const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key) in EC_KEY_get0_private_key() 459 int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *priv_key) in EC_KEY_set_private_key() 467 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key) in EC_KEY_get0_public_key() 472 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub_key) in EC_KEY_set_public_key() 480 unsigned int EC_KEY_get_enc_flags(const EC_KEY *key) in EC_KEY_get_enc_flags() 485 void EC_KEY_set_enc_flags(EC_KEY *key, unsigned int flags) in EC_KEY_set_enc_flags() 490 point_conversion_form_t EC_KEY_get_conv_form(const EC_KEY *key) in EC_KEY_get_conv_form() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | ThreadSafeSTLMap.h | 59 Erase (const _Key& key) in Erase() 66 EraseNoLock (const _Key& key) in EraseNoLock() 72 GetValueForKey (const _Key& key, _Tp &value) const in GetValueForKey() 81 GetValueForKeyNoLock (const _Key& key, _Tp &value) const in GetValueForKeyNoLock() 93 GetFirstKeyForValue (const _Tp &value, _Key& key) const in GetFirstKeyForValue() 100 GetFirstKeyForValueNoLock (const _Tp &value, _Key& key) const in GetFirstKeyForValueNoLock() 115 LowerBound (const _Key& key, in LowerBound() 125 LowerBoundNoLock (const _Key& key, in LowerBoundNoLock() 146 lower_bound_unsafe (const _Key& key) in lower_bound_unsafe() 152 SetValueForKey (const _Key& key, const _Tp &value) in SetValueForKey() [all …]
|
| /NextBSD/contrib/ntp/sntp/ |
| HD | crypto.h | 19 struct key { struct 20 struct key *next; argument 21 int key_id; argument 22 int key_len; argument 24 char key_seq[64]; argument 27 int auth_init(const char *keyfile, struct key **keys); argument
|
| /NextBSD/contrib/libreadline/ |
| HD | vi_mode.c | 153 _rl_vi_set_last (key, repeat, sign) in _rl_vi_set_last() argument 164 rl_vi_start_inserting (key, repeat, sign) in rl_vi_start_inserting() argument 233 rl_vi_undo (count, key) in rl_vi_undo() argument 241 rl_vi_yank_arg (count, key) in rl_vi_yank_arg() argument 282 rl_vi_search_again (count, key) in rl_vi_search_again() argument 300 rl_vi_search (count, key) in rl_vi_search() argument 324 rl_vi_complete (ignore, key) in rl_vi_complete() argument 351 rl_vi_tilde_expand (ignore, key) in rl_vi_tilde_expand() argument 361 rl_vi_prev_word (count, key) in rl_vi_prev_word() argument 383 rl_vi_next_word (count, key) in rl_vi_next_word() argument [all …]
|
| HD | text.c | 253 rl_forward_byte (count, key) in rl_forward_byte() argument 286 rl_forward_char (count, key) in rl_forward_char() argument 319 rl_forward_char (count, key) in rl_forward_char() argument 328 rl_forward (count, key) in rl_forward() argument 336 rl_backward_byte (count, key) in rl_backward_byte() argument 362 rl_backward_char (count, key) in rl_backward_char() argument 395 rl_backward_char (count, key) in rl_backward_char() argument 404 rl_backward (count, key) in rl_backward() argument 412 rl_beg_of_line (count, key) in rl_beg_of_line() argument 421 rl_end_of_line (count, key) in rl_end_of_line() argument [all …]
|
| HD | misc.c | 123 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 444 rl_beginning_of_history (count, key) in rl_beginning_of_history() argument 452 rl_end_of_history (count, key) in rl_end_of_history() argument 463 rl_get_next_history (count, key) in rl_get_next_history() argument 502 rl_get_previous_history (count, key) in rl_get_previous_history() argument 557 rl_vi_editing_mode (count, key) in rl_vi_editing_mode() argument 570 rl_emacs_editing_mode (count, key) in rl_emacs_editing_mode() argument 594 rl_overwrite_mode (count, key) in rl_overwrite_mode() argument
|
| /NextBSD/contrib/apr/threadproc/unix/ |
| HD | threadpriv.c | 24 APR_DECLARE(apr_status_t) apr_threadkey_private_create(apr_threadkey_t **key, in apr_threadkey_private_create() 41 apr_threadkey_t *key) in apr_threadkey_private_get() 53 apr_threadkey_t *key) in apr_threadkey_private_set() 65 APR_DECLARE(apr_status_t) apr_threadkey_private_delete(apr_threadkey_t *key) in apr_threadkey_private_delete() 80 APR_DECLARE(apr_status_t) apr_threadkey_data_get(void **data, const char *key, in apr_threadkey_data_get() 86 APR_DECLARE(apr_status_t) apr_threadkey_data_set(void *data, const char *key, in apr_threadkey_data_set() 94 apr_threadkey_t *key) in apr_os_threadkey_get() 100 APR_DECLARE(apr_status_t) apr_os_threadkey_put(apr_threadkey_t **key, in apr_os_threadkey_put()
|
| /NextBSD/crypto/openssl/crypto/des/ |
| HD | set_key.c | 103 void DES_set_odd_parity(DES_cblock *key) in DES_set_odd_parity() 111 int DES_check_key_parity(const_DES_cblock *key) in DES_check_key_parity() 154 int DES_is_weak_key(const_DES_cblock *key) in DES_is_weak_key() 336 int DES_set_key(const_DES_cblock *key, DES_key_schedule *schedule) in DES_set_key() 351 int DES_set_key_checked(const_DES_cblock *key, DES_key_schedule *schedule) in DES_set_key_checked() 361 void DES_set_key_unchecked(const_DES_cblock *key, DES_key_schedule *schedule) in DES_set_key_unchecked() 368 void private_DES_set_key_unchecked(const_DES_cblock *key, in private_DES_set_key_unchecked() 436 int DES_key_sched(const_DES_cblock *key, DES_key_schedule *schedule) in DES_key_sched()
|
| /NextBSD/sys/crypto/des/ |
| HD | des_setkey.c | 70 void des_set_odd_parity(des_cblock *key) in des_set_odd_parity() 78 int des_check_key_parity(des_cblock *key) in des_check_key_parity() 120 int des_is_weak_key(des_cblock *key) in des_is_weak_key() 145 int des_set_key(des_cblock *key, des_key_schedule schedule) in des_set_key() 162 int des_set_key_checked(des_cblock *key, des_key_schedule schedule) in des_set_key_checked() 172 void des_set_key_unchecked(des_cblock *key, des_key_schedule schedule) in des_set_key_unchecked() 228 int des_key_sched(des_cblock *key, des_key_schedule schedule) in des_key_sched() 233 void des_fixup_key_parity(des_cblock *key) in des_fixup_key_parity()
|
| /NextBSD/lib/libxpc/ |
| HD | xpc_dictionary.c | 39 nv_release_entry(nvlist_t *nv, const char *key) in nv_release_entry() 54 const char *key; in nv2xpc() local 133 xpc2nv_primitive(nvlist_t *nv, const char *key, xpc_object_t value) in xpc2nv_primitive() 213 char *key; in xpc2nv() local 266 xpc_dictionary_set_mach_recv(xpc_object_t xdict, const char *key, mach_port_t port) in xpc_dictionary_set_mach_recv() 279 xpc_dictionary_set_mach_send(xpc_object_t xdict, const char *key, mach_port_t port) in xpc_dictionary_set_mach_send() 291 xpc_dictionary_copy_mach_send(xpc_object_t xdict, const char *key) in xpc_dictionary_copy_mach_send() 309 xpc_dictionary_set_value(xpc_object_t xdict, const char *key, xpc_object_t value) in xpc_dictionary_set_value() 334 xpc_dictionary_get_value(xpc_object_t xdict, const char *key) in xpc_dictionary_get_value() 361 xpc_dictionary_set_bool(xpc_object_t xdict, const char *key, bool value) in xpc_dictionary_set_bool() [all …]
|
| /NextBSD/crypto/openssl/crypto/evp/ |
| HD | evp_pkey.c | 171 int EVP_PKEY_get_attr_count(const EVP_PKEY *key) in EVP_PKEY_get_attr_count() 176 int EVP_PKEY_get_attr_by_NID(const EVP_PKEY *key, int nid, int lastpos) in EVP_PKEY_get_attr_by_NID() 181 int EVP_PKEY_get_attr_by_OBJ(const EVP_PKEY *key, ASN1_OBJECT *obj, in EVP_PKEY_get_attr_by_OBJ() 187 X509_ATTRIBUTE *EVP_PKEY_get_attr(const EVP_PKEY *key, int loc) in EVP_PKEY_get_attr() 192 X509_ATTRIBUTE *EVP_PKEY_delete_attr(EVP_PKEY *key, int loc) in EVP_PKEY_delete_attr() 197 int EVP_PKEY_add1_attr(EVP_PKEY *key, X509_ATTRIBUTE *attr) in EVP_PKEY_add1_attr() 204 int EVP_PKEY_add1_attr_by_OBJ(EVP_PKEY *key, in EVP_PKEY_add1_attr_by_OBJ() 213 int EVP_PKEY_add1_attr_by_NID(EVP_PKEY *key, in EVP_PKEY_add1_attr_by_NID() 222 int EVP_PKEY_add1_attr_by_txt(EVP_PKEY *key, in EVP_PKEY_add1_attr_by_txt()
|
| /NextBSD/contrib/wpa/src/crypto/ |
| HD | crypto_internal-rsa.c | 22 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()
|
| /NextBSD/lib/libstdthreads/ |
| HD | tss.c | 37 tss_create(tss_t *key, tss_dtor_t dtor) in tss_create() 46 tss_delete(tss_t key) in tss_delete() 53 tss_get(tss_t key) in tss_get() 60 tss_set(tss_t key, void *val) in tss_set()
|
| /NextBSD/usr.sbin/bluetooth/hcsecd/ |
| HD | parser.y | 58 static link_key_p key = NULL; variable 230 link_key_p key = NULL; in clean_config() local 242 link_key_p key = NULL, defkey = NULL; in get_key() local 262 link_key_p key = NULL; in dump_config() local 294 link_key_t *key = NULL; in read_keys_file() local 355 link_key_p key = NULL; in dump_keys_file() local 399 free_key(link_key_p key) in free_key()
|
| /NextBSD/sys/geom/eli/ |
| HD | g_eli_key_cache.c | 76 g_eli_key_fill(struct g_eli_softc *sc, struct g_eli_key *key, uint64_t keyno) in g_eli_key_fill() 105 struct g_eli_key *key, *ekey, keysearch; in g_eli_key_allocate() local 136 struct g_eli_key *key; in g_eli_key_find_last() local 149 g_eli_key_replace(struct g_eli_softc *sc, struct g_eli_key *key, uint64_t keyno) in g_eli_key_replace() 167 g_eli_key_remove(struct g_eli_softc *sc, struct g_eli_key *key) in g_eli_key_remove() 244 struct g_eli_key *key; in g_eli_key_destroy() local 262 struct g_eli_key *key, keysearch; in g_eli_key_hold() local 321 struct g_eli_key *key = (struct g_eli_key *)rawkey; in g_eli_key_drop() local
|
| /NextBSD/contrib/wpa/wpa_supplicant/dbus/ |
| HD | dbus_dict_helpers.c | 102 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 char value) in wpa_dbus_dict_append_byte() 236 const char *key, const dbus_bool_t value) in wpa_dbus_dict_append_bool() 254 const char *key, in wpa_dbus_dict_append_int16() 273 const char *key, in wpa_dbus_dict_append_uint16() 292 const char *key, in wpa_dbus_dict_append_int32() 311 const char *key, in wpa_dbus_dict_append_uint32() [all …]
|
| /NextBSD/lib/libthr/thread/ |
| HD | thr_spec.c | 53 _pthread_key_create(pthread_key_t *key, void (*destructor)(void *)) in _pthread_key_create() 84 int key, ret; in _pthread_key_delete() local 107 int i, key; in _thread_cleanupspecific() local 169 pthread_key_t key; in _pthread_setspecific() local 200 pthread_key_t key; in _pthread_getspecific() local 228 int key; in _thr_tsd_unload() local
|
| /NextBSD/crypto/heimdal/lib/krb5/ |
| HD | crypto-des.c | 41 krb5_keyblock *key) in krb5_DES_random_key() 53 struct _krb5_key_data *key) in krb5_DES_schedule_old() 60 krb5_keyblock *key, in krb5_DES_random_to_key() 101 struct _krb5_key_data *key, in CRC32_checksum() 120 struct _krb5_key_data *key, in RSA_MD4_checksum() 133 struct _krb5_key_data *key, in RSA_MD4_DES_checksum() 144 struct _krb5_key_data *key, in RSA_MD4_DES_verify() 155 struct _krb5_key_data *key, in RSA_MD5_DES_checksum() 166 struct _krb5_key_data *key, in RSA_MD5_DES_verify() 217 struct _krb5_key_data *key, in evp_des_encrypt_null_ivec() [all …]
|
| /NextBSD/usr.sbin/iovctl/ |
| HD | parse.c | 49 report_config_error(const char *key, const ucl_object_t *obj, const char *type) in report_config_error() 61 add_bool_config(const char *key, const ucl_object_t *obj, nvlist_t *config) in add_bool_config() 76 add_string_config(const char *key, const ucl_object_t *obj, nvlist_t *config) in add_string_config() 91 add_uint_config(const char *key, const ucl_object_t *obj, nvlist_t *config, in add_uint_config() 116 add_unicast_mac_config(const char *key, const ucl_object_t *obj, nvlist_t *config) in add_unicast_mac_config() 171 add_config(const char *key, const ucl_object_t *obj, nvlist_t *config, in add_config() 209 const char *key; in parse_device_config() local 264 const char *errmsg, *key; in parse_config_file() local 341 const char *key, *device; in find_pf_device() local 377 const char *errmsg, *key; in find_device() local
|
| /NextBSD/libexec/revnetgroup/ |
| HD | hash.c | 56 const u_char *key; in hash() local 104 hashkey(char *key) in hashkey() 114 lookup(struct group_entry *table[], char *key) in lookup() 147 store(struct group_entry *table[], char *key, char *data) in store() 176 mstore(struct member_entry *table[], char *key, char *data, char *domain) in mstore()
|
| /NextBSD/lib/libc/db/test/btree.tests/ |
| HD | main.c | 275 DBT key, data; local 305 DBT data, key; local 345 DBT key; local 380 DBT data, key; local 403 DBT data, key; local 445 DBT key, data; local 475 DBT key, data; local 506 DBT data, key; local 535 DBT data, key; local 563 DBT data, key; local [all …]
|
| /NextBSD/lib/libnv/tests/ |
| HD | dnv_tests.cc | 40 const char *key; in ATF_TEST_CASE_BODY() local 59 const char *key; in ATF_TEST_CASE_BODY() local 79 const char *key; in ATF_TEST_CASE_BODY() local 98 const char *key; in ATF_TEST_CASE_BODY() local 117 const char *key; in ATF_TEST_CASE_BODY() local 138 const char *key; in ATF_TEST_CASE_BODY() local 162 const char *key; in ATF_TEST_CASE_BODY() local 183 const char *key; in ATF_TEST_CASE_BODY() local 232 const char *key; in ATF_TEST_CASE_BODY() local 273 const char *key; in ATF_TEST_CASE_BODY() local [all …]
|
| /NextBSD/crypto/heimdal/lib/hx509/ |
| HD | env.c | 57 const char *key, const char *value) in hx509_env_add() 108 const char *key, hx509_env list) in hx509_env_add_binding() 155 const char *key, size_t len) in hx509_env_lfind() 179 hx509_env_find(hx509_context context, hx509_env env, const char *key) in hx509_env_find() 204 const char *key) in hx509_env_find_binding()
|
| /NextBSD/contrib/jemalloc/src/ |
| HD | ckh.c | 53 ckh_bucket_search(ckh_t *ckh, size_t bucket, const void *key) in ckh_bucket_search() 71 ckh_isearch(ckh_t *ckh, const void *key) in ckh_isearch() 92 ckh_try_bucket_insert(ckh_t *ckh, size_t bucket, const void *key, in ckh_try_bucket_insert() 127 const void *key, *data, *tkey, *tdata; in ckh_evict_reloc_insert() local 197 const void *key = *argkey; in ckh_try_insert() local 226 const void *key, *data; in ckh_rebuild() local 439 ckh_iter(ckh_t *ckh, size_t *tabind, void **key, void **data) in ckh_iter() 459 ckh_insert(tsd_t *tsd, ckh_t *ckh, const void *key, const void *data) in ckh_insert() 483 ckh_remove(tsd_t *tsd, ckh_t *ckh, const void *searchkey, void **key, in ckh_remove() 515 ckh_search(ckh_t *ckh, const void *searchkey, void **key, void **data) in ckh_search() [all …]
|
| /NextBSD/contrib/gcc/config/ |
| HD | vxlib.c | 164 #define KEY_VALID_P(key) !(tls_keys.generation[key] & 1) argument 194 __gthread_key_t key; in tls_delete_hook() local 263 __gthread_key_t key; in __gthread_key_create() local 290 __gthread_key_delete (__gthread_key_t key) in __gthread_key_delete() 321 __gthread_getspecific (__gthread_key_t key) in __gthread_getspecific() 349 __gthread_setspecific (__gthread_key_t key, void *value) in __gthread_setspecific()
|