Home
last modified time | relevance | path

Searched refs:CMAC (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/tests/
H A Dfft.c62 #define CMAC(pre, pim, are, aim, bre, bim) \ macro
120 CMAC(tmp_re, tmp_im, c, s, q->re, q->im); in fft_ref()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkey.rs84 pub const CMAC: Id = Id(ffi::EVP_PKEY_CMAC); consts
476 /// Creates a new `PKey` containing a CMAC key.
482 /// To compute CMAC values, use the `sign` module.
486 let mut ctx = PkeyCtx::new_id(Id::CMAC)?; in cmac()
H A Dpkey_ctx.rs26 Generate a CMAC key
33 let mut ctx = PkeyCtx::new_id(Id::CMAC).unwrap();
849 let mut ctx = PkeyCtx::new_id(Id::CMAC).unwrap(); in cmac_keygen()
H A Dnid.rs1072 pub const CMAC: Nid = Nid(ffi::NID_cmac); consts

Completed in 9 milliseconds