pub type psa_pake_cipher_suite_t = psa_pake_cipher_suite_s;
Expand description

The type of the data structure for PAKE cipher suites.

This is an implementation-defined \c struct. Applications should not make any assumptions about the content of this structure. Implementation details can change in future versions without notice.

Aliased Type§

struct psa_pake_cipher_suite_t {
    pub algorithm: u32,
    pub type_: u8,
    pub family: u8,
    pub bits: u16,
    pub hash: u32,
}

Fields§

§algorithm: u32§type_: u8§family: u8§bits: u16§hash: u32