Searched refs:bix (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.6.0/components/spiffs/ |
D | spiffsgen.py | 130 def __init__(self, bix, build_config): # type: (int, SpiffsBuildConfig) -> None argument 132 self.bix = bix 148 def __init__(self, bix, build_config): # type: (int, SpiffsBuildConfig) -> None argument 149 SpiffsPage.__init__(self, bix, build_config) 159 magic = magic ^ (blocks_lim - self.bix) 303 def __init__(self, bix, build_config): # type: (int, SpiffsBuildConfig) -> None argument 305 self.offset = bix * self.build_config.block_size 308 self.bix = bix 312 page = SpiffsObjLuPage(self.bix, self.build_config) 478 bix = len(self.blocks) [all …]
|
/hal_espressif-3.6.0/components/wpa_supplicant/src/common/ |
D | dpp.c | 1887 struct wpabuf *pix, *prx, *bix, *brx; in dpp_gen_r_auth() local 1902 bix = dpp_get_pubkey_point(auth->own_bi->pubkey, 0); in dpp_gen_r_auth() 1904 bix = NULL; in dpp_gen_r_auth() 1910 bix = dpp_get_pubkey_point(auth->peer_bi->pubkey, 0); in dpp_gen_r_auth() 1912 bix = NULL; in dpp_gen_r_auth() 1934 if (bix) { in dpp_gen_r_auth() 1935 addr[num_elem] = wpabuf_head(bix); in dpp_gen_r_auth() 1936 len[num_elem] = wpabuf_len(bix) / 2; in dpp_gen_r_auth() 1958 wpabuf_free(bix); in dpp_gen_r_auth() 1965 struct wpabuf *pix = NULL, *prx = NULL, *bix = NULL, *brx = NULL; in dpp_gen_i_auth() local [all …]
|