Type Alias esp_idf_sys::protocomm_security2_params_t
source · pub type protocomm_security2_params_t = protocomm_security2_params;
Expand description
@brief Protocomm Security 2 parameters: Salt and Verifier
Aliased Type§
struct protocomm_security2_params_t {
pub salt: *const i8,
pub salt_len: u16,
pub verifier: *const i8,
pub verifier_len: u16,
}
Fields§
§salt: *const i8
Pointer to the buffer containing the salt
salt_len: u16
Length (in bytes) of the salt
verifier: *const i8
Pointer to the buffer containing the verifier
verifier_len: u16
Length (in bytes) of the verifier