Searched refs:NID_aes_128_xts (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_devcrypto.c | 145 { NID_aes_128_xts, 16, 128 / 8 * 2, 16, EVP_CIPH_XTS_MODE, CRYPTO_AES_XTS },
|
/third_party/openssl/engines/ |
H A D | e_devcrypto.c | 145 { NID_aes_128_xts, 16, 128 / 8 * 2, 16, EVP_CIPH_XTS_MODE, CRYPTO_AES_XTS },
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | obj_mac.rs | 616 pub const NID_aes_128_xts: c_int = 913; consts
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | nid.rs | 747 pub const AES_128_XTS: Nid = Nid(ffi::NID_aes_128_xts);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | obj_mac.h | 2955 #define NID_aes_128_xts 913 macro
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | obj_mac.h | 2820 #define NID_aes_128_xts 913 macro
|
/third_party/openssl/include/openssl/ |
H A D | obj_mac.h | 2955 #define NID_aes_128_xts 913 macro
|
/third_party/node/deps/openssl/openssl/crypto/objects/ |
H A D | obj_dat.h | 2035 {"AES-128-XTS", "aes-128-xts", NID_aes_128_xts, 8, &so[5968]},
|
/third_party/openssl/crypto/objects/ |
H A D | obj_dat.h | 2037 {"AES-128-XTS", "aes-128-xts", NID_aes_128_xts, 8, &so[5968]},
|
Completed in 75 milliseconds