Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dtls.rs443 get_cipher_from_ptr(cipher.ok()?).ok() in cipher()
543 fn get_cipher_from_ptr(cipher: *const SSL_CIPHER) -> Result<crypto::Algorithm> { in get_cipher_from_ptr() function
579 let aead = match get_cipher_from_ptr(cipher) { in set_read_secret()
629 let aead = match get_cipher_from_ptr(cipher) { in set_write_secret()