Searched refs:opos (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/external/bsd/wpa/dist/src/utils/ |
| D | uuid.c | 18 u8 *opos; in uuid_str2bin() local 21 opos = bin; in uuid_str2bin() 23 if (hexstr2bin(pos, opos, 4)) in uuid_str2bin() 26 opos += 4; in uuid_str2bin() 28 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) in uuid_str2bin() 31 opos += 2; in uuid_str2bin() 33 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) in uuid_str2bin() 36 opos += 2; in uuid_str2bin() 38 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) in uuid_str2bin() 41 opos += 2; in uuid_str2bin() [all …]
|
| D | common.c | 176 u8 *opos = buf; in hexstr2bin() local 182 *opos++ = a; in hexstr2bin()
|
| /netbsd/src/external/bsd/wpa/dist/src/eap_common/ |
| D | eap_gpsk_common.c | 42 u8 *opos; in eap_gpsk_gkdf_cmac() local 55 opos = buf; in eap_gpsk_gkdf_cmac() 63 os_memcpy(opos, hash, clen); in eap_gpsk_gkdf_cmac() 64 opos += clen; in eap_gpsk_gkdf_cmac() 77 u8 *opos; in eap_gpsk_gkdf_sha256() local 90 opos = buf; in eap_gpsk_gkdf_sha256() 98 os_memcpy(opos, hash, clen); in eap_gpsk_gkdf_sha256() 99 opos += clen; in eap_gpsk_gkdf_sha256()
|
| /netbsd/src/usr.bin/sort/ |
| D | files.c | 81 static u_char *opos; variable 87 memmove(recbuf->data, opos, osz); in makeline_copydown() 135 opos = recbuf->data; in makeline()
|
| /netbsd/src/external/bsd/wpa/dist/src/wps/ |
| D | wps_common.c | 31 u8 hash[SHA256_MAC_LEN], *opos; in wps_kdf() local 46 opos = res; in wps_kdf() 53 os_memcpy(opos, hash, SHA256_MAC_LEN); in wps_kdf() 54 opos += SHA256_MAC_LEN; in wps_kdf() 57 os_memcpy(opos, hash, left); in wps_kdf()
|
| /netbsd/src/external/bsd/libarchive/dist/libarchive/ |
| D | archive_write_add_filter_zstd.c | 452 size_t ipos, opos, zstdret = 0; in drive_compressor() local 457 opos = data->out.pos; in drive_compressor() 484 data->cur_frame_out += data->out.pos - opos; in drive_compressor()
|
| /netbsd/src/external/bsd/wpa/dist/src/tls/ |
| D | x509v3.c | 88 char *ipos, *opos; in x509_str_strip_whitespace() local 91 ipos = opos = a; in x509_str_strip_whitespace() 98 *opos++ = *ipos++; in x509_str_strip_whitespace() 102 *opos-- = '\0'; in x509_str_strip_whitespace() 103 if (opos > a && x509_whitespace(*opos)) in x509_str_strip_whitespace() 104 *opos = '\0'; in x509_str_strip_whitespace()
|
| /netbsd/src/external/bsd/less/dist/ |
| D | search.c | 1502 POSITION opos; in search() local 1579 opos = position(sindex_from_sline(jump_sline)); in search() 1619 else if (pos != opos) in search()
|
| /netbsd/src/external/bsd/wpa/dist/src/ap/ |
| D | wpa_auth.c | 6871 u8 *opos; local 6980 opos = pos; 6982 if (pos - opos >= 2 + RSN_SELECTOR_LEN + WPA_IGTK_KDE_PREFIX_LEN) { 6984 opos += 2 + RSN_SELECTOR_LEN + 2; 6985 os_memset(opos, 0, 6); /* clear PN */ 7055 u8 *opos; local 7078 opos = pos; 7080 if (pos - opos >= 7083 opos += 2 + RSN_SELECTOR_LEN + 2; 7084 os_memset(opos, 0, 6); /* clear PN */
|