Searched defs:CMAC_CTX (Results 1 – 5 of 5) sorted by relevance
7 pub fn CMAC_CTX_free(ctx: *mut CMAC_CTX); in CMAC_CTX_free()9 ctx: *mut CMAC_CTX, in CMAC_Init()15 pub fn CMAC_Update(ctx: *mut CMAC_CTX, data: *const c_void, len: size_t) -> c_int; in CMAC_Update()16 pub fn CMAC_Final(ctx: *mut CMAC_CTX, out: *mut c_uchar, len: *mut size_t) -> c_int; in CMAC_Final()17 pub fn CMAC_CTX_copy(dst: *mut CMAC_CTX, src: *const CMAC_CTX) -> c_int; in CMAC_CTX_copy()
128 pub enum CMAC_CTX {} enum
22 typedef struct CMAC_CTX_st CMAC_CTX; typedef
29 typedef struct CMAC_CTX_st CMAC_CTX; typedef