Searched refs:algorithm (Results 1 – 14 of 14) sorted by relevance
/subsys/demand_paging/eviction/ |
A D | Kconfig | 13 bool "Custom eviction algorithm" 16 This option is chosen when the eviction algorithm will be implemented 20 bool "Not Recently Used (NRU) page eviction algorithm" 22 This implements a Not Recently Used page eviction algorithm. 24 When a page frame needs to be evicted, the algorithm will prefer to 33 bool "Least Recently Used (LRU) page eviction algorithm" 36 This implements a Least Recently Used page eviction algorithm. 40 algorithm: all operations are O(1), the accessed flag is cleared on
|
/subsys/bluetooth/mesh/ |
A D | crypto.c | 593 int bt_mesh_prov_salt(uint8_t algorithm, in bt_mesh_prov_salt() argument 599 uint8_t size = algorithm ? 32 : 16; in bt_mesh_prov_salt() 613 if (algorithm == BT_MESH_PROV_AUTH_HMAC_SHA256_AES_CCM && in bt_mesh_prov_conf_salt() 619 if (algorithm == BT_MESH_PROV_AUTH_CMAC_AES128_AES_CCM && in bt_mesh_prov_conf_salt() 628 int bt_mesh_prov_conf_key(uint8_t algorithm, const uint8_t *k_input, in bt_mesh_prov_conf_key() argument 631 if (algorithm == BT_MESH_PROV_AUTH_HMAC_SHA256_AES_CCM && in bt_mesh_prov_conf_key() 637 if (algorithm == BT_MESH_PROV_AUTH_CMAC_AES128_AES_CCM && in bt_mesh_prov_conf_key() 646 int bt_mesh_prov_conf(uint8_t algorithm, const uint8_t *conf_key, in bt_mesh_prov_conf() argument 649 uint8_t auth_size = algorithm ? 32 : 16; in bt_mesh_prov_conf() 655 if (algorithm == BT_MESH_PROV_AUTH_HMAC_SHA256_AES_CCM && in bt_mesh_prov_conf() [all …]
|
A D | provisionee.c | 149 bt_mesh_prov_link.algorithm = data[0]; in prov_start() 152 bt_mesh_prov_link.algorithm = data[0]; in prov_start() 180 bt_mesh_prov_link.algorithm == BT_MESH_PROV_AUTH_CMAC_AES128_AES_CCM)) { in prov_start() 219 if (bt_mesh_prov_conf_salt(bt_mesh_prov_link.algorithm, inputs, in send_confirm() 231 bt_mesh_prov_link.algorithm == BT_MESH_PROV_AUTH_HMAC_SHA256_AES_CCM) { in send_confirm() 236 if (bt_mesh_prov_conf_key(bt_mesh_prov_link.algorithm, conf_key_input, in send_confirm() 255 if (bt_mesh_prov_conf(bt_mesh_prov_link.algorithm, bt_mesh_prov_link.conf_key, in send_confirm() 432 if (bt_mesh_prov_conf(bt_mesh_prov_link.algorithm, bt_mesh_prov_link.conf_key, in prov_random() 447 if (bt_mesh_prov_salt(bt_mesh_prov_link.algorithm, bt_mesh_prov_link.conf_salt, in prov_random()
|
A D | crypto.h | 98 int bt_mesh_prov_salt(uint8_t algorithm, const uint8_t *conf_salt, const uint8_t *prov_rand, 131 int bt_mesh_prov_conf_salt(uint8_t algorithm, const uint8_t conf_inputs[145], uint8_t *salt); 133 int bt_mesh_prov_conf_key(uint8_t algorithm, const uint8_t *k_input, const uint8_t *conf_salt, 136 int bt_mesh_prov_conf(uint8_t algorithm, const uint8_t *conf_key, const uint8_t *prov_rand,
|
A D | provisioner.c | 116 net_buf_simple_add_u8(&start, bt_mesh_prov_link.algorithm); in send_start() 268 bt_mesh_prov_link.algorithm = is_sha256 ? BT_MESH_PROV_AUTH_HMAC_SHA256_AES_CCM : in prov_capabilities() 324 if (bt_mesh_prov_conf_salt(bt_mesh_prov_link.algorithm, in send_confirm() 336 if (bt_mesh_prov_link.algorithm == BT_MESH_PROV_AUTH_HMAC_SHA256_AES_CCM && in send_confirm() 342 if (bt_mesh_prov_conf_key(bt_mesh_prov_link.algorithm, conf_key_input, in send_confirm() 361 if (bt_mesh_prov_conf(bt_mesh_prov_link.algorithm, bt_mesh_prov_link.conf_key, in send_confirm() 641 if (bt_mesh_prov_conf(bt_mesh_prov_link.algorithm, bt_mesh_prov_link.conf_key, in prov_random() 656 if (bt_mesh_prov_salt(bt_mesh_prov_link.algorithm, bt_mesh_prov_link.conf_salt, in prov_random()
|
A D | prov.h | 127 uint8_t algorithm; /* Authen algorithm */ member 170 return bt_mesh_prov_link.algorithm == BT_MESH_PROV_AUTH_CMAC_AES128_AES_CCM ? 16 : 32; in bt_mesh_prov_auth_size_get()
|
/subsys/net/l2/ieee802154/ |
A D | Kconfig.radio | 54 The maximum number of backoffs the CSMA-CA algorithm will attempt 64 algorithm (MAC PIB attribute: macMinBe). This setting must be less 73 algorithm (MAC PIB attribute: macMaxBe).
|
/subsys/jwt/ |
A D | Kconfig | 14 prompt "JWT signature algorithm" 17 Select which algorithm to use for signing JWT tokens.
|
/subsys/net/lib/trickle/ |
A D | Kconfig | 15 module-str = Log level for Trickle algorithm
|
/subsys/storage/flash_map/ |
A D | Kconfig | 36 integrity using SHA-256 verification algorithm.
|
/subsys/net/ip/ |
A D | Kconfig.tcp | 167 bool "Fast-retry algorithm based on the number of duplicated ACKs" 179 bool "Implement a congestion avoidance algorithm in TCP" 219 bool "Use ISN algorithm from RFC 6528"
|
A D | Kconfig | 328 shaper transmission selection algorithm.
|
/subsys/zbus/ |
A D | Kconfig | 97 bool "ZBus priority boost algorithm"
|
/subsys/random/ |
A D | Kconfig | 49 XOSHIRO algorithm
|
Completed in 45 milliseconds