/btstack/3rd-party/lwip/core/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()
|
/btstack/test/mesh/ |
H A D | mesh_crypto.py | 20 def aes128(key, n): argument 25 def aes_cmac(key, n): argument 30 def aes_ccm_encrypt(key, nonce, message, additional_data, mac_len): argument 36 def aes_ccm_decrypt(key, nonce, message, additional_data, mac_len, mac_tag): argument
|
H A D | dump_mesh_pklg.py | 209 def __init__(self, key, value): argument 223 def add_property(self, key, value): argument 421 def mesh_set_device_key(key): argument
|
/btstack/3rd-party/lwip/core/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()
|
H A D | snmp_msg.c | 1036 u8_t key[20]; in snmp_parse_inbound_frame() local 1100 u8_t key[20]; in snmp_parse_inbound_frame() local 1814 u8_t key[20]; in snmp_complete_outbound_frame() local 1832 u8_t key[20]; in snmp_complete_outbound_frame() local
|
/btstack/port/archive/wiced-h5/ |
H A D | btstack_aes128_wiced.c | 48 void btstack_aes128_calc(uint8_t * key, uint8_t * plaintext, uint8_t * result){ in btstack_aes128_calc() 62 void btstack_aes128_calc(uint8_t * key, uint8_t * plaintext, uint8_t * result){ in btstack_aes128_calc()
|
/btstack/src/mesh/ |
H A D | mesh_keys.c | 122 mesh_network_key_t * key = it->key; in mesh_network_key_nid_iterator_get_next() local 200 mesh_transport_key_t * key = it->key; in mesh_transport_key_iterator_get_next() local 232 mesh_transport_key_t * key = it->key; in mesh_transport_key_aid_iterator_get_next() local
|
H A D | mesh_keys.h | 87 mesh_network_key_t * key; member 104 uint8_t key[16]; member 125 mesh_transport_key_t * key; member
|
/btstack/chipset/csr/ |
H A D | convert_psr.py | 47 def write_key(fout, key, value): argument 75 key = int(parts[0].strip().replace('&','0x'), 16) variable
|
H A D | btstack_chipset_csr.c | 115 uint16_t key = little_endian_read_16(hci_cmd_buffer, 14); in update_init_script_command() local
|
/btstack/src/ |
H A D | btstack_crypto.c | 176 void btstack_aes128_calc(const uint8_t * key, const uint8_t * plaintext, uint8_t * ciphertext){ in btstack_aes128_calc() 280 static void btstack_crypto_aes128_start(const sm_key_t key, const sm_key_t plaintext){ in btstack_crypto_aes128_start() 1196 void btstack_crypto_aes128_encrypt(btstack_crypto_aes128_t * request, const uint8_t * key, const ui… in btstack_crypto_aes128_encrypt() 1207 …ypto_aes128_cmac_generator(btstack_crypto_aes128_cmac_t * request, const uint8_t * key, uint16_t s… in btstack_crypto_aes128_cmac_generator() 1219 void btstack_crypto_aes128_cmac_message(btstack_crypto_aes128_cmac_t * request, const uint8_t * key… in btstack_crypto_aes128_cmac_message() 1302 void btstack_crypto_ccm_init(btstack_crypto_ccm_t * request, const uint8_t * key, const uint8_t * n… in btstack_crypto_ccm_init()
|
H A D | btstack_crypto.h | 82 const uint8_t * key; member 89 const uint8_t * key; member 120 const uint8_t * key; member
|
/btstack/3rd-party/rijndael/ |
H A D | rijndael.c | 718 int rijndaelSetupEncrypt(uint32_t *rk, const uint8_t *key, int keybits) in rijndaelSetupEncrypt() 823 int rijndaelSetupDecrypt(uint32_t *rk, const uint8_t *key, int keybits) in rijndaelSetupDecrypt()
|
/btstack/test/crypto/ |
H A D | aes_cmac_test.py | 9 def aes_cmac(key, n): argument
|
H A D | aestest.c | 24 uint8_t key[16]; in main() local
|
H A D | mock.c | 53 uint8_t key[16]; in hci_send_cmd() local
|
H A D | aes_cmac.c | 35 void aes_cmac(sm_key_t aes_cmac, const sm_key_t key, const uint8_t * data, int sm_cmac_message_len){ in aes_cmac()
|
H A D | aes_cmac_test.c | 128 sm_key_t key; in validate_message() local 230 sm_key_t key, k0, k1, k2, zero; in main() local
|
H A D | aes_ccm.c | 20 static int bt_encrypt_be(const uint8_t * key, const uint8_t * plain, uint8_t * cipher) { in bt_encrypt_be()
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/ |
H A D | stm32wbxx_ll_hsem.h | 270 __STATIC_INLINE void LL_HSEM_SetKey(HSEM_TypeDef *HSEMx, uint32_t key) in LL_HSEM_SetKey() 296 __STATIC_INLINE void LL_HSEM_ResetAllLock(HSEM_TypeDef *HSEMx, uint32_t key, uint32_t core) in LL_HSEM_ResetAllLock()
|
/btstack/3rd-party/lwip/core/src/netif/ppp/polarssl/ |
H A D | arc4.c | 48 void arc4_setup( arc4_context *ctx, unsigned char *key, int keylen ) in arc4_setup()
|
/btstack/tool/metrics/ |
H A D | metrics_ccsm.py | 45 def histogram_add_data(key, value): argument
|
/btstack/tool/ |
H A D | python_generator.py | 212 def python_define_string(key): argument
|
H A D | java_binding.py | 234 def java_define_string(key): argument
|