Searched refs:pbuf (Results 1 – 5 of 5) sorted by relevance
/device/linaro/poplar/wifi/wpa_supplicant_8_lib/ |
D | driver_cmd_nl80211.c | 161 char *pbuf; in wpa_driver_set_ap_wps_p2p_ie() local 189 pbuf = buf; in wpa_driver_set_ap_wps_p2p_ie() 190 pbuf += snprintf(pbuf, buf_len - wpabuf_len(ap_wps_p2p_ie), in wpa_driver_set_ap_wps_p2p_ie() 192 *pbuf++ = '\0'; in wpa_driver_set_ap_wps_p2p_ie() 193 os_memcpy(pbuf, wpabuf_head(ap_wps_p2p_ie), wpabuf_len(ap_wps_p2p_ie)); in wpa_driver_set_ap_wps_p2p_ie()
|
/device/google/contexthub/util/nanoapp_sign/ |
D | nanoapp_sign.c | 191 static int handleConvertKey(uint8_t **pbuf, uint32_t bufUsed, FILE *out, struct RsaData *rsa) in handleConvertKey() argument 194 uint8_t *buf = *pbuf; in handleConvertKey() 226 static int handleVerify(uint8_t **pbuf, uint32_t bufUsed, struct RsaData *rsa, bool verbose, bool b… in handleVerify() argument 229 uint8_t *buf = *pbuf; in handleVerify() 316 static int handleSign(uint8_t **pbuf, uint32_t bufUsed, FILE *out, struct RsaData *rsa, bool verbos… in handleSign() argument 319 uint8_t *buf = *pbuf; in handleSign() 332 *pbuf = buf; in handleSign()
|
/device/google/contexthub/util/nanoapp_encr/ |
D | nanoapp_encr.c | 56 static int handleEncrypt(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint64_t keyId, uint32_t *key) in handleEncrypt() argument 66 uint8_t *buf = *pbuf; in handleEncrypt() 97 *pbuf = buf; in handleEncrypt() 153 static int handleDecrypt(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t *key) in handleDecrypt() argument 164 uint8_t *buf = *pbuf; in handleDecrypt()
|
/device/google/contexthub/util/nanoapp_postprocess/ |
D | postprocess.c | 403 static int handleApp(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t ap… in handleApp() argument 409 uint8_t *buf = *pbuf; in handleApp() 415 *pbuf = buf; in handleApp() 573 static int handleKey(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t ap… in handleKey() argument 575 uint8_t *buf = *pbuf; in handleKey() 600 static int handleOs(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, bool bare) in handleOs() argument 602 uint8_t *buf = *pbuf; in handleOs()
|
D | postprocess_elf.c | 291 static int handleApp(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t ap… in handleApp() argument 302 uint8_t *buf = *pbuf; in handleApp() 307 *pbuf = buf; in handleApp() 834 static int handleKey(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t ap… in handleKey() argument 836 uint8_t *buf = *pbuf; in handleKey() 861 static int handleOs(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, bool bare) in handleOs() argument 863 uint8_t *buf = *pbuf; in handleOs()
|