Home
last modified time | relevance | path

Searched refs:hostap_base64_decode (Results 1 – 16 of 16) sorted by relevance

/hostap-latest/src/utils/
Dbase64.h14 unsigned char * hostap_base64_decode(const char *src, size_t len, size_t *out_len);
Dutils_module_tests.c322 res = hostap_base64_decode("", 0, &res_len); in base64_tests()
328 res = hostap_base64_decode("a", 1, &res_len); in base64_tests()
334 res = hostap_base64_decode("====", 4, &res_len); in base64_tests()
340 res = hostap_base64_decode("PQ==", 4, &res_len); in base64_tests()
345 res = hostap_base64_decode("P.Q-=!=*", 8, &res_len); in base64_tests()
Dbase64.c199 unsigned char * hostap_base64_decode(const char *src, size_t len, size_t *out_len) in hostap_base64_decode() function
Dxml_libxml2.c412 ret = hostap_base64_decode(txt, strlen(txt), &len); in xml_node_get_base64_text()
Djson.c542 buf = hostap_base64_decode(token->string, os_strlen(token->string), &buflen); in json_get_member_base64()
/hostap-latest/tests/
Dtest-base64.c31 e = hostap_base64_decode((const char *) buf, len, &elen); in main()
/hostap-latest/hs20/client/
Dest.c158 pkcs7 = hostap_base64_decode(resp, resp_len, &pkcs7_len); in est_load_cacerts()
615 attrs = hostap_base64_decode(resp, resp_len, &attrs_len); in est_build_csr()
709 pkcs7 = hostap_base64_decode(resp, resp_len, &pkcs7_len); in est_simple_enroll()
/hostap-latest/src/tls/
Dtlsv1_cred.c133 der = hostap_base64_decode((const char *) pos, end - pos, &der_len); in tlsv1_add_cert()
296 der = hostap_base64_decode((const char *) pos, end - pos, &der_len); in tlsv1_set_key_pem()
324 der = hostap_base64_decode((const char *) pos, end - pos, &der_len); in tlsv1_set_key_enc_pem()
1161 der = hostap_base64_decode((const char *) pos, end - pos, &der_len); in tlsv1_set_dhparams_blob()
/hostap-latest/src/wps/
Dupnp_xml.c238 decoded = hostap_base64_decode(msg, os_strlen(msg), &len); in xml_get_base64_item()
/hostap-latest/src/common/
Dsae_pk.c491 der = hostap_base64_decode(pos, b_len, &der_len); in sae_parse_pk()
508 der = hostap_base64_decode(pos2, os_strlen(pos2), &der_len); in sae_parse_pk()
Ddpp.c335 data = hostap_base64_decode(info, end - info, &data_len); in dpp_parse_uri_pk()
3292 return hostap_base64_decode((const char *) b64, b64_len, len); in dpp_get_csr_attrs()
Ddpp_crypto.c2189 cp = hostap_base64_decode((const char *) attr, attr_len, &cp_len); in dpp_validate_csr()
/hostap-latest/src/eap_server/
Dtncs.c681 decoded = hostap_base64_decode(pos, os_strlen(pos), decoded_len); in tncs_get_base64()
/hostap-latest/src/eap_peer/
Dtncc.c632 decoded = hostap_base64_decode(pos, os_strlen(pos), decoded_len); in tncc_get_base64()
/hostap-latest/wpa_supplicant/
Dconfig_file.c261 blob->data = hostap_base64_decode(encoded, encoded_len, &blob->len); in wpa_config_read_blob()
Ddpp_supplicant.c5468 bin = hostap_base64_decode(value, os_strlen(value), &bin_len); in wpas_dpp_ca_set()