/nrf52832-nimble/packages/NimBLE-latest/nimble/host/pts/ |
H A D | pts-sm.txt | 18 b sec pair conn=<handle> 23 b sec pair conn=<handle> 27 b sec pair conn=<handle> 29 b sec pair conn=<handle> 34 b sec pair conn=<handle> 39 b sec pair conn=<handle> 42 b sec pair conn=<handle> 47 b sec pair conn=<handle> 56 b sec pair conn=<handle> 60 b sec pair conn=<handle> [all …]
|
H A D | pts-gap.txt | 160 b sec pair conn=<handle> 163 b sec pair conn=<handle> 175 b sec pair conn=<handle> 178 b sec pair conn=<handle> 189 b sec pair conn=<handle> 229 b sec pair conn=<handle> 237 b sec pair conn=<handle> 241 b sec pair conn=<handle> 255 b sec pair conn=<handle>
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_sm_test_util.c | 1829 /* Receive a pair request from the peer. */ in ble_sm_test_util_peer_fail_inval() 1835 /* Ensure we sent the expected pair fail. */ in ble_sm_test_util_peer_fail_inval() 1890 /* Receive a pair request from the peer. */ in ble_sm_test_util_peer_lgcy_fail_confirm() 1895 /* Ensure we sent the expected pair response. */ in ble_sm_test_util_peer_lgcy_fail_confirm() 1900 /* Receive a pair confirm from the peer. */ in ble_sm_test_util_peer_lgcy_fail_confirm() 1905 /* Ensure we sent the expected pair confirm. */ in ble_sm_test_util_peer_lgcy_fail_confirm() 1910 /* Receive a pair random from the peer. */ in ble_sm_test_util_peer_lgcy_fail_confirm() 1914 /* Ensure we sent the expected pair fail. */ in ble_sm_test_util_peer_lgcy_fail_confirm() 2133 /* Ensure we sent the expected pair request. */ in ble_sm_test_util_us_lgcy_good_once_no_init() 2139 /* Receive a pair response from the peer. */ in ble_sm_test_util_us_lgcy_good_once_no_init() [all …]
|
H A D | ble_sm_lgcy_test.c | 36 * Pair algorithm: just works 170 * Pair algorithm: passkey entry 305 * Pair algorithm: just works 428 * Pair algorithm: passkey entry 552 * Pair algorithm: out of band 690 * Pair algorithm: passkey entry
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/ |
H A D | ecc_dh.h | 79 * @brief Create a public/private key pair. 80 * @return returns TC_CRYPTO_SUCCESS (1) if the key pair was generated successfully 81 * returns TC_CRYPTO_FAIL (0) if error while generating key pair 99 * @brief Create a public/private key pair given a specific d.
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/nfs/rpc/ |
H A D | pmap.h | 24 * TRUE is success, FALSE is failure. Un-registers pair 28 * 0 is failure. Otherwise returns the port number where the pair
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/lxdialog/ |
H A D | util.c | 181 static int pair = 0; in init_one_color() local 183 pair++; in init_one_color() 184 init_pair(pair, color->fg, color->bg); in init_one_color() 186 color->atr = A_BOLD | COLOR_PAIR(pair); in init_one_color() 188 color->atr = COLOR_PAIR(pair); in init_one_color()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_sm_sc.c | 36 * Whether our public-private key pair has been generated. We generate it on 53 * o Responder IO capabilities (from pair response). 54 * o Initiator IO capabilities (from pair request). 68 * o Responder IO capabilities (from pair response). 69 * o Initiator IO capabilities (from pair request).
|
H A D | ble_sm.c | 875 BLE_HS_LOG(DEBUG, "silently ignoring pair request from bonded peer"); in ble_sm_chk_repeat_pairing() 1210 /* Tell applicaiton to look up LTK by peer address and ediv/rand pair. */ in ble_sm_retrieve_ltk() 1548 * $pair * 1748 BLE_SM_LOG_CMD(0, "pair req", conn_handle, ble_sm_pair_cmd_log, req); in ble_sm_pair_req_rx() 1845 BLE_SM_LOG_CMD(0, "pair rsp", conn_handle, ble_sm_pair_cmd_log, rsp); in ble_sm_pair_rsp_rx()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/http/ |
H A D | httpd.c | 690 char *pair; in extract_uri_parameters() local 702 pair = params; in extract_uri_parameters() 706 for (loop = 0; (loop < LWIP_HTTPD_MAX_CGI_PARAMETERS) && pair; loop++) { in extract_uri_parameters() 709 http_cgi_params[loop] = pair; in extract_uri_parameters() 711 /* Remember the start of this name=value pair */ in extract_uri_parameters() 712 equals = pair; in extract_uri_parameters() 714 /* Find the start of the next name=value pair and replace the delimiter in extract_uri_parameters() 715 * with a 0 to terminate the previous pair string. */ in extract_uri_parameters() 716 pair = strchr(pair, '&'); in extract_uri_parameters() 717 if (pair) { in extract_uri_parameters() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/httpd/ |
H A D | httpd.c | 676 char *pair; in extract_uri_parameters() local 688 pair = params; in extract_uri_parameters() 692 for(loop = 0; (loop < LWIP_HTTPD_MAX_CGI_PARAMETERS) && pair; loop++) { in extract_uri_parameters() 695 http_cgi_params[loop] = pair; in extract_uri_parameters() 697 /* Remember the start of this name=value pair */ in extract_uri_parameters() 698 equals = pair; in extract_uri_parameters() 700 /* Find the start of the next name=value pair and replace the delimiter in extract_uri_parameters() 701 * with a 0 to terminate the previous pair string. */ in extract_uri_parameters() 702 pair = strchr(pair, '&'); in extract_uri_parameters() 703 if(pair) { in extract_uri_parameters() [all …]
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/inc/uffs/ |
H A D | uffs_buf.h | 102 /** put page buffer back to pool, called in pair with #uffs_Get,#uffs_GetEx or #uffs_BufNew */ 161 /** release a cloned page buffer, call in pair with #uffs_BufClone */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/tools/ |
H A D | log2smtest.rb | 76 * Pair algorithm: #{$PAIR_ALG_STRINGS[$ctxt[:pair_alg]][1]} 186 pair\s#{suffix}; 457 if line =~ /txed sm command: pair req/ 459 elsif line =~ /txed sm command: pair rsp/
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ |
H A D | ble_sec.rst | 13 use in subsequent connections in order to form a trusted device pair.
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/ |
H A D | queue.h | 54 * A singly-linked tail queue is headed by a pair of pointers, one to the 72 * A tail queue is headed by a pair of pointers, one to the head of the 79 * A circle queue is headed by a pair of pointers, one to the head of the
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | inffast.c | 56 - The maximum input bits used by a length/distance pair is 15 bits for the 62 - The maximum bytes that a single length/distance pair can output is 258
|
H A D | algorithm.txt | 6 pointer to the previous string, in the form of a pair (distance,
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | savannah.txt | 31 To create a SSH2 key pair in UNIX-like environments, do this:
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/ |
H A D | savannah.txt | 31 To create a SSH2 key pair in UNIX-like environments, do this:
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/ |
H A D | savannah.txt | 33 To create a SSH2 key pair in UNIX-like environments, do this:
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | pppol2tp.h | 66 /* AVP (Attribute Value Pair) header */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/ |
H A D | pppol2tp.h | 70 /* AVP (Attribute Value Pair) header */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_store.h | 150 * the obj_type,event_code pair.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/ |
H A D | UPGRADING | 34 …* Changed TCP listen backlog: removed tcp_accepted(), added the function pair tcp_backlog_delayed(…
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/netbiosns/ |
H A D | netbiosns.c | 179 * the middle of a pair. Not legal. */ in netbiosns_name_decode()
|