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

  /external/wpa_supplicant_8/src/eap_peer/
eap_tls.c 351 static u8 * eap_tls_getKey(struct eap_sm *sm, void *priv, size_t *len)
418 eap->getKey = eap_tls_getKey;
445 eap->getKey = eap_tls_getKey;
473 eap->getKey = eap_tls_getKey;
  /external/wpa_supplicant_8/src/eap_server/
eap_server_tls.c 320 static u8 * eap_tls_getKey(struct eap_sm *sm, void *priv, size_t *len)
420 eap->getKey = eap_tls_getKey;
447 eap->getKey = eap_tls_getKey;
474 eap->getKey = eap_tls_getKey;

Completed in 100 milliseconds