Searched refs:CMAC (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/tests/ |
H A D | fft.c | 62 #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 D | pkey.rs | 84 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 D | pkey_ctx.rs | 26 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 D | nid.rs | 1072 pub const CMAC: Nid = Nid(ffi::NID_cmac); consts
|
Completed in 9 milliseconds