libressl-d ~master (2022-05-15T17:34:09.6250468)
Dub
Repo
CMAC_Init
libressl_d
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 @
nogc
int
CMAC_Init
(
.
CMAC_CTX
*
ctx
,
const
(
void
)*
key
,
size_t
keylen
,
const
(
libressl_d.openssl.ossl_typ.EVP_CIPHER
)*
cipher
,
libressl_d.openssl.ossl_typ.ENGINE
*
impl
)
Meta
Source
See Implementation
libressl_d
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