Searched defs:EVP_PKEY_OP_VERIFYCTX (Results 1 – 3 of 3) sorted by relevance
161 pub const EVP_PKEY_OP_VERIFYCTX: c_int = 1 << 8; constant170 pub const EVP_PKEY_OP_VERIFYCTX: c_int = 1 << 7; constant
1264 # define EVP_PKEY_OP_VERIFYCTX (1<<7) macro
1690 # define EVP_PKEY_OP_VERIFYCTX (1<<8) macro