Searched refs:NID_aes_256_xts (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/engines/ |
D | e_devcrypto.c | 146 { NID_aes_256_xts, 16, 256 / 8 * 2, 16, EVP_CIPH_XTS_MODE, CRYPTO_AES_XTS },
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
D | obj_mac.rs | 617 pub const NID_aes_256_xts: c_int = 914; constant
|
/third_party/openssl/crypto/objects/ |
D | obj_dat.h | 2036 {"AES-256-XTS", "aes-256-xts", NID_aes_256_xts, 8, &so[5976]},
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | nid.rs | 748 pub const AES_256_XTS: Nid = Nid(ffi::NID_aes_256_xts);
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | obj_mac.h | 2825 #define NID_aes_256_xts 914 macro
|
/third_party/openssl/include/openssl/ |
D | obj_mac.h | 2960 #define NID_aes_256_xts 914 macro
|