Searched defs:EVP_PKEY_OP_DERIVE (Results 1 – 3 of 3) sorted by relevance
164 pub const EVP_PKEY_OP_DERIVE: c_int = 1 << 11; constant173 pub const EVP_PKEY_OP_DERIVE: c_int = 1 << 10; constant
1267 # define EVP_PKEY_OP_DERIVE (1<<10) macro
1693 # define EVP_PKEY_OP_DERIVE (1<<11) macro