/nrf52832-nimble/rt-thread/components/libc/pthreads/ |
H A D | pthread_tls.c | 21 void *pthread_getspecific(pthread_key_t key) in pthread_getspecific() 38 int pthread_setspecific(pthread_key_t key, const void *value) in pthread_setspecific() 62 int pthread_key_create(pthread_key_t *key, void (*destructor)(void*)) in pthread_key_create() 88 int pthread_key_delete(pthread_key_t key) in pthread_key_delete()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/ |
H A D | multilink.c | 127 TDB_DATA key, pid, rec; in mp_join_bundle() local 277 TDB_DATA key; in mp_bundle_terminated() local 306 TDB_DATA key, rec; in make_bundle_links() local 346 TDB_DATA key, rec; in remove_bundle_link() local 376 TDB_DATA key, rec, pp; in iterate_bundle_links() local 407 parse_num(str, key, valp) in parse_num() argument 431 owns_unit(key, unit) in owns_unit() argument
|
H A D | pppcrypt.c | 55 void pppcrypt_56_to_64_bit_key(u_char *key, u_char * des_key) { in pppcrypt_56_to_64_bit_key()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/ |
H A D | multilink.c | 127 TDB_DATA key, pid, rec; in mp_join_bundle() local 277 TDB_DATA key; in mp_bundle_terminated() local 306 TDB_DATA key, rec; in make_bundle_links() local 346 TDB_DATA key, rec; in remove_bundle_link() local 376 TDB_DATA key, rec, pp; in iterate_bundle_links() local 407 parse_num(str, key, valp) in parse_num() argument 431 owns_unit(key, unit) in owns_unit() argument
|
H A D | pppcrypt.c | 55 void pppcrypt_56_to_64_bit_key(u_char *key, u_char * des_key) { in pppcrypt_56_to_64_bit_key()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_store.c | 26 ble_store_read(int obj_type, const union ble_store_key *key, in ble_store_read() 80 ble_store_delete(int obj_type, const union ble_store_key *key) in ble_store_delete() 253 ble_store_read_cccd(const struct ble_store_key_cccd *key, in ble_store_read_cccd() 278 ble_store_delete_cccd(const struct ble_store_key_cccd *key) in ble_store_delete_cccd() 335 union ble_store_key key; in ble_store_iterate() local 398 union ble_store_key key; in ble_store_clear() local
|
H A D | ble_store_util.c | 114 union ble_store_key key; in ble_store_util_delete_peer() local 151 ble_store_util_delete_all(int type, const union ble_store_key *key) in ble_store_util_delete_all()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/snmp/ |
H A D | snmpv3_mbedtls.c | 53 const u8_t* key, u8_t algo, u8_t* hmac_out) in snmpv3_auth() 109 const u8_t* key, const u8_t* priv_param, const u32_t engine_boots, in snmpv3_crypt() 232 u8_t *key) /* OUT - pointer to caller 16-octet buffer */ in snmpv3_password_to_key_md5() 285 u8_t *key) /* OUT - pointer to caller 20-octet buffer */ in snmpv3_password_to_key_sha()
|
H A D | snmp_msg.c | 770 u8_t key[20]; in snmp_parse_inbound_frame() local 809 u8_t key[20]; in snmp_parse_inbound_frame() local 1504 u8_t key[20]; in snmp_complete_outbound_frame() local 1522 u8_t key[20]; in snmp_complete_outbound_frame() local
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/ |
H A D | snmpv3_mbedtls.c | 53 const u8_t *key, snmpv3_auth_algo_t algo, u8_t *hmac_out) in snmpv3_auth() 109 const u8_t *key, const u8_t *priv_param, const u32_t engine_boots, in snmpv3_crypt() 243 u8_t *key) /* OUT - pointer to caller 16-octet buffer */ in snmpv3_password_to_key_md5() 296 u8_t *key) /* OUT - pointer to caller 20-octet buffer */ in snmpv3_password_to_key_sha()
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/nconf/ |
H A D | nconf.c | 303 function_key key; member 388 static void handle_f1(int *key, struct menu *current_item) in handle_f1() 396 static void handle_f2(int *key, struct menu *current_item) in handle_f2() 403 static void handle_f3(int *key, struct menu *current_item) in handle_f3() 412 static void handle_f4(int *key, struct menu *current_item) in handle_f4() 428 static void handle_f5(int *key, struct menu *current_item) in handle_f5() 435 static void handle_f6(int *key, struct menu *current_item) in handle_f6() 442 static void handle_f7(int *key, struct menu *current_item) in handle_f7() 449 static void handle_f8(int *key, struct menu *current_item) in handle_f8() 456 static void handle_f9(int *key, struct menu *current_item) in handle_f9() [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/src/ |
H A D | hmac.c | 37 static void rekey(uint8_t *key, const uint8_t *new_key, unsigned int key_size) in rekey() 52 int tc_hmac_set_key(TCHmacState_t ctx, const uint8_t *key, in tc_hmac_set_key()
|
/nrf52832-nimble/rt-thread/components/drivers/src/ |
H A D | waitqueue.c | 36 int __wqueue_default_wake(struct rt_wqueue_node *wait, void *key) in __wqueue_default_wake() 41 void rt_wqueue_wakeup(rt_wqueue_t *queue, void *key) in rt_wqueue_wakeup()
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/ |
H A D | chpms.c | 169 u_char *key, /* IN 7 octets */ in DesEncrypt() 200 u_char *key, /* IN 7 octets */ in DesEncrypt() 280 MakeKey( u_char *key, /* IN 56 bit DES key missing parity bits */ in MakeKey()
|
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/src/ |
H A D | cmd.h | 27 char *key; member
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/ |
H A D | hmac.h | 76 uint8_t key[2*TC_SHA256_BLOCK_SIZE]; member
|
H A D | ctr_prng.h | 75 struct tc_aes_key_sched_struct key; member
|
H A D | hmac_prng.h | 84 uint8_t key[TC_SHA256_DIGEST_SIZE]; member
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/store/ram/src/ |
H A D | ble_store_ram.c | 291 ble_store_ram_find_cccd(const struct ble_store_key_cccd *key) in ble_store_ram_find_cccd() 394 ble_store_ram_read(int obj_type, const union ble_store_key *key, in ble_store_ram_read() 461 ble_store_ram_delete(int obj_type, const union ble_store_key *key) in ble_store_ram_delete()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/store/config/src/ |
H A D | ble_store_config.c | 313 ble_store_config_find_cccd(const struct ble_store_key_cccd *key) in ble_store_config_find_cccd() 428 ble_store_config_read(int obj_type, const union ble_store_key *key, in ble_store_config_read() 495 ble_store_config_delete(int obj_type, const union ble_store_key *key) in ble_store_config_delete()
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_ecb.c | 79 void nrf_ecb_set_key(const uint8_t * key) in nrf_ecb_set_key()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_store_test.c | 30 union ble_store_key key; in ble_store_test_util_verify_peer_deleted() local 200 union ble_store_key key; in TEST_CASE() local
|
/nrf52832-nimble/rt-thread/components/drivers/wlan/ |
H A D | wlan_cfg.h | 29 struct rt_wlan_key key; member
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | settings.c | 100 u16_t key; member 313 struct net_key_val key; in net_key_set() local 383 struct app_key_val key; in app_key_set() local 1105 struct net_key_val key; in store_net_key() local 1132 struct app_key_val key; in store_app_key() local 1172 struct bt_mesh_app_key *key; in store_pending_keys() local 1200 const char *key, char *path, size_t path_len) in encode_mod_path() 1443 void bt_mesh_store_app_key(struct bt_mesh_app_key *key) in bt_mesh_store_app_key() 1512 void bt_mesh_clear_app_key(struct bt_mesh_app_key *key) in bt_mesh_clear_app_key()
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/lxdialog/ |
H A D | yesno.c | 44 int i, x, y, key = 0, button = 0; in dialog_yesno() local
|