Home
last modified time | relevance | path

Searched refs:sm4_ecb (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/
H A Dsymm.rs324 pub fn sm4_ecb() -> Cipher { in sm4_ecb() functions
1616 let block_size = Cipher::sm4_ecb().block_size(); in test_sm4_ecb()
1617 let mut c = Crypter::new(Cipher::sm4_ecb(), Mode::Encrypt, &key, None).unwrap(); in test_sm4_ecb()
1621 let mut r = vec![0; pt.len() + Cipher::sm4_ecb().block_size()]; in test_sm4_ecb()
1626 let mut r1 = vec![0; pt.len() + Cipher::sm4_ecb().block_size()]; in test_sm4_ecb()
H A Dcipher.rs468 pub fn sm4_ecb() -> &'static CipherRef { in sm4_ecb() functions

Completed in 4 milliseconds