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

  /external/wpa_supplicant_8/src/crypto/
tls_gnutls.c 57 cipher_suite_st current_cipher_suite; member in struct:__anon37299
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_cp.c 74 u8 *current_cipher_suite; member in struct:ieee802_1x_cp_sm
100 os_memcmp(sm->current_cipher_suite, sm->cipher_suite,
200 os_memcpy(sm->current_cipher_suite, sm->cipher_suite, CS_ID_LEN);
201 secy_cp_control_current_cipher_suite(sm->kay, sm->current_cipher_suite,
464 sm->current_cipher_suite = os_zalloc(CS_ID_LEN);
465 if (!sm->cipher_suite || !sm->current_cipher_suite) {
468 os_free(sm->current_cipher_suite);
472 os_memcpy(sm->current_cipher_suite, default_cs_id, CS_ID_LEN);
534 os_free(sm->current_cipher_suite);

Completed in 38 milliseconds