Home
last modified time | relevance | path

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

12

/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dmultilink.c127 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 Dpppcrypt.c55 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 Dmesh_crypto.py20 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 Ddump_mesh_pklg.py209 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 Dsnmpv3_mbedtls.c53 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 Dsnmp_msg.c1036 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 Dbtstack_aes128_wiced.c48 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 Dmesh_keys.c122 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 Dmesh_keys.h87 mesh_network_key_t * key; member
104 uint8_t key[16]; member
125 mesh_transport_key_t * key; member
/btstack/chipset/csr/
H A Dconvert_psr.py47 def write_key(fout, key, value): argument
75 key = int(parts[0].strip().replace('&','0x'), 16) variable
H A Dbtstack_chipset_csr.c115 uint16_t key = little_endian_read_16(hci_cmd_buffer, 14); in update_init_script_command() local
/btstack/src/
H A Dbtstack_crypto.c176 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 Dbtstack_crypto.h82 const uint8_t * key; member
89 const uint8_t * key; member
120 const uint8_t * key; member
/btstack/3rd-party/rijndael/
H A Drijndael.c718 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 Daes_cmac_test.py9 def aes_cmac(key, n): argument
H A Daestest.c24 uint8_t key[16]; in main() local
H A Dmock.c53 uint8_t key[16]; in hci_send_cmd() local
H A Daes_cmac.c35 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 Daes_cmac_test.c128 sm_key_t key; in validate_message() local
230 sm_key_t key, k0, k1, k2, zero; in main() local
H A Daes_ccm.c20 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 Dstm32wbxx_ll_hsem.h270 __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 Darc4.c48 void arc4_setup( arc4_context *ctx, unsigned char *key, int keylen ) in arc4_setup()
/btstack/tool/metrics/
H A Dmetrics_ccsm.py45 def histogram_add_data(key, value): argument
/btstack/tool/
H A Dpython_generator.py212 def python_define_string(key): argument
H A Djava_binding.py234 def java_define_string(key): argument

12