pub type EVP_AEAD_CTX = evp_aead_ctx_st;
Aliased Type§
struct EVP_AEAD_CTX {
pub aead: *const evp_aead_st,
pub state: evp_aead_ctx_st_state,
pub state_offset: u8,
pub tag_len: u8,
}
Fields§
§aead: *const evp_aead_st
§state: evp_aead_ctx_st_state
§state_offset: u8
§tag_len: u8
Trait Implementations
Source§impl Clone for evp_aead_ctx_st
impl Clone for evp_aead_ctx_st
Source§fn clone(&self) -> evp_aead_ctx_st
fn clone(&self) -> evp_aead_ctx_st
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more