Searched defs:EVP_PKEY_OP_SIGNCTX (Results 1 – 3 of 3) sorted by relevance
160 pub const EVP_PKEY_OP_SIGNCTX: c_int = 1 << 7; constant169 pub const EVP_PKEY_OP_SIGNCTX: c_int = 1 << 6; constant
1263 # define EVP_PKEY_OP_SIGNCTX (1<<6) macro
1689 # define EVP_PKEY_OP_SIGNCTX (1<<7) macro