Searched refs:hostap_base64_decode (Results 1 – 16 of 16) sorted by relevance
/hostap-latest/src/utils/ |
D | base64.h | 14 unsigned char * hostap_base64_decode(const char *src, size_t len, size_t *out_len);
|
D | utils_module_tests.c | 322 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()
|
D | base64.c | 199 unsigned char * hostap_base64_decode(const char *src, size_t len, size_t *out_len) in hostap_base64_decode() function
|
D | xml_libxml2.c | 412 ret = hostap_base64_decode(txt, strlen(txt), &len); in xml_node_get_base64_text()
|
D | json.c | 542 buf = hostap_base64_decode(token->string, os_strlen(token->string), &buflen); in json_get_member_base64()
|
/hostap-latest/tests/ |
D | test-base64.c | 31 e = hostap_base64_decode((const char *) buf, len, &elen); in main()
|
/hostap-latest/hs20/client/ |
D | est.c | 158 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/ |
D | tlsv1_cred.c | 133 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/ |
D | upnp_xml.c | 238 decoded = hostap_base64_decode(msg, os_strlen(msg), &len); in xml_get_base64_item()
|
/hostap-latest/src/common/ |
D | sae_pk.c | 491 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()
|
D | dpp.c | 335 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()
|
D | dpp_crypto.c | 2189 cp = hostap_base64_decode((const char *) attr, attr_len, &cp_len); in dpp_validate_csr()
|
/hostap-latest/src/eap_server/ |
D | tncs.c | 681 decoded = hostap_base64_decode(pos, os_strlen(pos), decoded_len); in tncs_get_base64()
|
/hostap-latest/src/eap_peer/ |
D | tncc.c | 632 decoded = hostap_base64_decode(pos, os_strlen(pos), decoded_len); in tncc_get_base64()
|
/hostap-latest/wpa_supplicant/ |
D | config_file.c | 261 blob->data = hostap_base64_decode(encoded, encoded_len, &blob->len); in wpa_config_read_blob()
|
D | dpp_supplicant.c | 5468 bin = hostap_base64_decode(value, os_strlen(value), &bin_len); in wpas_dpp_ca_set()
|