Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/quiche/src/
Dtls.rs642 get_cipher_from_ptr(cipher.ok()?).ok() in cipher()
915 fn get_cipher_from_ptr(cipher: *const SSL_CIPHER) -> Result<crypto::Algorithm> { in get_cipher_from_ptr() function
952 let aead = match get_cipher_from_ptr(cipher) { in set_read_secret()
1003 let aead = match get_cipher_from_ptr(cipher) { in set_write_secret()