Searched defs:EVP_PKEY_OP_SIGN (Results 1 – 3 of 3) sorted by relevance
157 pub const EVP_PKEY_OP_SIGN: c_int = 1 << 4; constant166 pub const EVP_PKEY_OP_SIGN: c_int = 1 << 3; constant
1260 # define EVP_PKEY_OP_SIGN (1<<3) macro
1686 # define EVP_PKEY_OP_SIGN (1<<4) macro