Searched refs:encrypted_len (Results 1 – 8 of 8) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
D | ikev2_common.h | 311 size_t encrypted_len; member 322 const u8 *encrypted, size_t encrypted_len,
|
D | ikev2_common.c | 323 payloads->encrypted_len = pdatalen; in ikev2_parse_payloads() 431 const u8 *encrypted, size_t encrypted_len, in ikev2_decrypt_payload() argument 461 if (encrypted_len < iv_len + 1 + integ_alg->hash_len) { in ikev2_decrypt_payload() 469 end = encrypted + encrypted_len; in ikev2_decrypt_payload()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
D | ikev2_common.h | 311 size_t encrypted_len; member 322 const u8 *encrypted, size_t encrypted_len,
|
D | ikev2_common.c | 323 payloads->encrypted_len = pdatalen; in ikev2_parse_payloads() 431 const u8 *encrypted, size_t encrypted_len, in ikev2_decrypt_payload() argument 461 if (encrypted_len < iv_len + 1 + integ_alg->hash_len) { in ikev2_decrypt_payload() 469 end = encrypted + encrypted_len; in ikev2_decrypt_payload()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
D | ikev2.c | 449 size_t encrypted_len, u8 next_payload) in ikev2_process_sa_init_encr() argument 458 hdr, encrypted, encrypted_len, in ikev2_process_sa_init_encr() 499 pl->encrypted_len, in ikev2_process_sa_init() 722 pl->encrypted_len, &decrypted_len); in ikev2_process_sa_auth()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
D | ikev2.c | 449 size_t encrypted_len, u8 next_payload) in ikev2_process_sa_init_encr() argument 458 hdr, encrypted, encrypted_len, in ikev2_process_sa_init_encr() 499 pl->encrypted_len, in ikev2_process_sa_init() 722 pl->encrypted_len, &decrypted_len); in ikev2_process_sa_auth()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
D | ikev2.c | 658 pl->encrypted_len, &decrypted_len); in ikev2_process_sa_auth()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | ikev2.c | 656 pl->encrypted_len, &decrypted_len); in ikev2_process_sa_auth()
|