Searched defs:PreSharedKeyProposal (Results 1 – 4 of 4) sorted by relevance
139 pub struct PreSharedKeyProposal { struct144 impl PreSharedKeyProposal { implementation
2250 fn make_external_psk(id: &[u8], nonce: PskNonce) -> PreSharedKeyProposal { in make_external_psk()2260 fn new_external_psk(id: &[u8]) -> PreSharedKeyProposal { in new_external_psk()2332 fn make_resumption_psk(usage: ResumptionPSKUsage) -> PreSharedKeyProposal { in make_resumption_psk()
1496 psks: &[ProposalInfo<PreSharedKeyProposal>], in get_psk()
354 pub fn psk_proposals(&self) -> &[ProposalInfo<PreSharedKeyProposal>] { in psk_proposals()