boringssl ~master (2018-08-30T01:56:08Z)
Dub
Repo
CMAC_Init
deimos
openssl
cmac
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) nothrow
int
CMAC_Init
(
CMAC_CTX
*
ctx
,
const
(
void
)*
key
,
size_t
keylen
,
const
(
EVP_CIPHER
)*
cipher
,
ENGINE
*
impl
)
Meta
Source
See Implementation
deimos
openssl
cmac
aliases
CMAC_CTX
functions
CMAC_CTX_cleanup
CMAC_CTX_copy
CMAC_CTX_free
CMAC_CTX_get0_cipher_ctx
CMAC_CTX_new
CMAC_Final
CMAC_Init
CMAC_Update
CMAC_resume
structs
CMAC_CTX_st