HomeSort by relevance Sort by last modified time
    Searched defs:pem_dhparams_end (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_cred.c 343 static const char *pem_dhparams_end = "-----END DH PARAMETERS-----"; variable
364 end = search_tag(pem_dhparams_end, pos, buf + len - pos);
367 "tag (%s)", pem_dhparams_end);
  /external/wpa_supplicant_8/src/tls/
tlsv1_cred.c 427 static const char *pem_dhparams_end = "-----END DH PARAMETERS-----"; variable
448 end = search_tag(pem_dhparams_end, pos, buf + len - pos);
451 "tag (%s)", pem_dhparams_end);

Completed in 19 milliseconds