Home
last modified time | relevance | path

Searched refs:NID_aes_256_xts (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/engines/
De_devcrypto.c146 { 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/
Dobj_mac.rs617 pub const NID_aes_256_xts: c_int = 914; constant
/third_party/openssl/crypto/objects/
Dobj_dat.h2036 {"AES-256-XTS", "aes-256-xts", NID_aes_256_xts, 8, &so[5976]},
/third_party/rust/crates/rust-openssl/openssl/src/
Dnid.rs748 pub const AES_256_XTS: Nid = Nid(ffi::NID_aes_256_xts);
/third_party/openssl/ohos_lite/include/openssl/
Dobj_mac.h2825 #define NID_aes_256_xts 914 macro
/third_party/openssl/include/openssl/
Dobj_mac.h2960 #define NID_aes_256_xts 914 macro