Home
last modified time | relevance | path

Searched defs:CMAC_CTX (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dcmac.rs7 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()
Dtypes.rs128 pub enum CMAC_CTX {} enum
/third_party/openssl/ohos_lite/include/openssl/
Dcmac.h22 typedef struct CMAC_CTX_st CMAC_CTX; typedef
/third_party/node/deps/openssl/openssl/include/openssl/
Dcmac.h29 typedef struct CMAC_CTX_st CMAC_CTX; typedef
/third_party/openssl/include/openssl/
Dcmac.h29 typedef struct CMAC_CTX_st CMAC_CTX; typedef