/components/libc/posix/pthreads/ |
A D | pthread_tls.c | 49 void *pthread_getspecific(pthread_key_t key) in pthread_getspecific() 100 int pthread_setspecific(pthread_key_t key, const void *value) in pthread_setspecific() 156 int pthread_key_create(pthread_key_t *key, void (*destructor)(void*)) in pthread_key_create() 205 int pthread_key_delete(pthread_key_t key) in pthread_key_delete()
|
/components/lwp/ |
A D | lwp_futex_table.c | 15 rt_err_t futex_global_table_add(struct shared_futex_key *key, rt_futex_t futex) in futex_global_table_add() 26 rt_err_t futex_global_table_find(struct shared_futex_key *key, rt_futex_t *futex) in futex_global_table_find() 48 rt_err_t futex_global_table_delete(struct shared_futex_key *key) in futex_global_table_delete()
|
A D | lwp_avl.c | 81 avl_key_t key = node_to_delete->avl_key; in lwp_avl_remove() local 137 avl_key_t key = new_node->avl_key; in lwp_avl_insert() local 161 struct lwp_avl_struct *lwp_avl_find(avl_key_t key, struct lwp_avl_struct *ptree) in lwp_avl_find()
|
A D | lwp_shm.c | 29 size_t key; member 109 static int _lwp_shmget(size_t key, size_t size, int create) in _lwp_shmget() 193 int lwp_shmget(size_t key, size_t size, int create) in lwp_shmget()
|
/components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
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
|
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()
|
/components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
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
|
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()
|
/components/net/lwip/lwip-2.0.3/src/apps/snmp/ |
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()
|
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
|
/components/net/lwip/lwip-2.1.2/src/apps/snmp/ |
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()
|
A D | snmp_msg.c | 1012 u8_t key[20]; in snmp_parse_inbound_frame() local 1076 u8_t key[20]; in snmp_parse_inbound_frame() local 1786 u8_t key[20]; in snmp_complete_outbound_frame() local 1804 u8_t key[20]; in snmp_complete_outbound_frame() local
|
/components/drivers/ipc/ |
A D | waitqueue.c | 65 int __wqueue_default_wake(struct rt_wqueue_node *wait, void *key) in __wqueue_default_wake() 80 void rt_wqueue_wakeup(rt_wqueue_t *queue, void *key) in rt_wqueue_wakeup() 136 void rt_wqueue_wakeup_all(rt_wqueue_t *queue, void *key) in rt_wqueue_wakeup_all()
|
/components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
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()
|
/components/drivers/hwcrypto/ |
A D | hw_gcm.c | 115 const rt_uint8_t *key, rt_uint32_t bitlen) in rt_hwcrypto_gcm_setkey() 130 rt_uint8_t *key, rt_uint32_t bitlen) in rt_hwcrypto_gcm_getkey()
|
A D | hw_symmetric.c | 95 rt_err_t rt_hwcrypto_symmetric_setkey(struct rt_hwcrypto_ctx *ctx, const rt_uint8_t *key, rt_uint32… in rt_hwcrypto_symmetric_setkey() 122 int rt_hwcrypto_symmetric_getkey(struct rt_hwcrypto_ctx *ctx, rt_uint8_t *key, rt_uint32_t bitlen) in rt_hwcrypto_symmetric_getkey()
|
A D | hw_symmetric.h | 62 rt_uint8_t key[RT_HWCRYPTO_KEYBIT_MAX_SIZE >> 3]; /**< The crypto key */ member
|
/components/mm/ |
A D | avl_adpt.c | 99 struct rt_varea *_aspace_bst_search(struct rt_aspace *aspace, void *key) in _aspace_bst_search() 154 rt_ubase_t key = (rt_ubase_t)varea->start; in _aspace_bst_insert() local
|
/components/drivers/wlan/ |
A D | dev_wlan_cfg.h | 29 struct rt_wlan_key key; member
|
/components/net/lwip/lwip-2.1.2/src/netif/ppp/polarssl/ |
A D | arc4.c | 48 void arc4_setup( arc4_context *ctx, unsigned char *key, int keylen ) in arc4_setup()
|
/components/net/lwip/lwip-2.0.3/src/netif/ppp/polarssl/ |
A D | arc4.c | 48 void arc4_setup( arc4_context *ctx, unsigned char *key, int keylen ) in arc4_setup()
|
/components/drivers/include/ipc/ |
A D | waitqueue.h | 31 rt_uint32_t key; member
|
/components/drivers/usb/cherryusb/platform/lvgl/ |
A D | usbh_hid_lvgl.c | 332 static char usb_hid_get_keyboard_char(uint8_t key, uint8_t shift) in usb_hid_get_keyboard_char() 383 char key = 0; in usbh_hid_keyboard_callback() local
|
/components/libc/cplusplus/cpp11/armclang/ |
A D | thread.cpp | 98 pthread_key_t key; in __ARM_TPL_tls_create() local
|
/components/utilities/libadt/uthash/ |
A D | uthash.h | 586 #define HASH_BER(key,keylen,hashv) \ argument 601 #define HASH_SAX(key,keylen,hashv) \ argument 611 #define HASH_FNV(key,keylen,hashv) \ argument 622 #define HASH_OAT(key,keylen,hashv) \ argument 650 #define HASH_JEN(key,keylen,hashv) \ argument 702 #define HASH_SFH(key,keylen,hashv) \ argument 1135 const void *key; /* ptr to enclosing struct's key */ member
|