Home
last modified time | relevance | path

Searched defs:EVP_PKEY_OP_SIGN (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl-sys/src/
Devp.rs157 pub const EVP_PKEY_OP_SIGN: c_int = 1 << 4; constant
166 pub const EVP_PKEY_OP_SIGN: c_int = 1 << 3; constant
/third_party/openssl/ohos_lite/include/openssl/
Devp.h1260 # define EVP_PKEY_OP_SIGN (1<<3) macro
/third_party/openssl/include/openssl/
Devp.h1686 # define EVP_PKEY_OP_SIGN (1<<4) macro