Searched refs:raw_len (Results 1 – 3 of 3) sorted by relevance
/hostap-latest/src/wps/ |
D | wps_upnp.c | 819 size_t raw_len; in upnp_wps_device_send_wlan_event() local 829 raw_len = 1 + 17 + (msg ? wpabuf_len(msg) : 0); in upnp_wps_device_send_wlan_event() 830 raw = os_zalloc(raw_len); in upnp_wps_device_send_wlan_event() 845 raw_len = pos; in upnp_wps_device_send_wlan_event() 847 val = hostap_base64_encode(raw, raw_len, &val_len); in upnp_wps_device_send_wlan_event()
|
/hostap-latest/src/crypto/ |
D | crypto.h | 1023 const u8 *raw, size_t raw_len);
|
D | crypto_openssl.c | 3061 const u8 *raw, size_t raw_len) in crypto_ec_key_set_priv() argument 3080 priv = BN_bin2bn(raw, raw_len, NULL); in crypto_ec_key_set_priv() 3083 priv_bin = os_malloc(raw_len); in crypto_ec_key_set_priv() 3086 priv_bin_len = BN_bn2lebinpad(priv, priv_bin, raw_len); in crypto_ec_key_set_priv() 3124 bin_clear_free(priv_bin, raw_len); in crypto_ec_key_set_priv() 3151 priv = BN_bin2bn(raw, raw_len, NULL); in crypto_ec_key_set_priv()
|