Searched refs:pflags (Results 1 – 6 of 6) sorted by relevance
52 unsigned int *pflags = arg; in int_def_cb() local56 *pflags |= ENGINE_METHOD_ALL; in int_def_cb()58 *pflags |= ENGINE_METHOD_RSA; in int_def_cb()60 *pflags |= ENGINE_METHOD_DSA; in int_def_cb()62 *pflags |= ENGINE_METHOD_DH; in int_def_cb()64 *pflags |= ENGINE_METHOD_EC; in int_def_cb()66 *pflags |= ENGINE_METHOD_RAND; in int_def_cb()68 *pflags |= ENGINE_METHOD_CIPHERS; in int_def_cb()70 *pflags |= ENGINE_METHOD_DIGESTS; in int_def_cb()74 *pflags |= ENGINE_METHOD_PKEY_METHS; in int_def_cb()[all …]
437 static int check_suite_b(EVP_PKEY *pkey, int sign_nid, unsigned long *pflags) in check_suite_b() argument458 if (!(*pflags & X509_V_FLAG_SUITEB_192_LOS)) in check_suite_b()461 *pflags &= ~X509_V_FLAG_SUITEB_128_LOS_ONLY; in check_suite_b()465 if (!(*pflags & X509_V_FLAG_SUITEB_128_LOS_ONLY)) in check_suite_b()
111 uint32_t *pflags; in ssl_set_option() local120 pflags = cctx->pcert_flags; in ssl_set_option()124 pflags = cctx->pvfy_flags; in ssl_set_option()139 *pflags |= option_value; in ssl_set_option()141 *pflags &= ~option_value; in ssl_set_option()
17 void EVP_PKEY_meth_get0_info(int *ppkey_id, int *pflags,
412 void EVP_PKEY_meth_get0_info(int *ppkey_id, int *pflags, in EVP_PKEY_meth_get0_info() argument417 if (pflags) in EVP_PKEY_meth_get0_info()418 *pflags = meth->flags; in EVP_PKEY_meth_get0_info()
1777 OSSL_DEPRECATEDIN_3_0 void EVP_PKEY_meth_get0_info(int *ppkey_id, int *pflags,
Completed in 101 milliseconds