Home
last modified time | relevance | path

Searched refs:SessionCryptoForTesting (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/open-dice/dpe-rs/src/
H A Dnoise.rs529 type SessionCryptoForTesting = NoiseSessionCrypto<DepsForTesting>; typedef
551 SessionCryptoForTesting::new_session_handshake( in end_to_end_session()
566 SessionCryptoForTesting::session_decrypt( in end_to_end_session()
572 SessionCryptoForTesting::session_encrypt( in end_to_end_session()
583 SessionCryptoForTesting::session_decrypt( in end_to_end_session()
589 SessionCryptoForTesting::session_encrypt( in end_to_end_session()
616 SessionCryptoForTesting::new_session_handshake( in derived_session()
635 SessionCryptoForTesting::session_decrypt( in derived_session()
640 let dpe_psk = SessionCryptoForTesting::derive_psk_from_session( in derived_session()
650 SessionCryptoForTesting::derive_session_handshake( in derived_session()
[all …]