Searched refs:OSSL_MAX_PROPQUERY_SIZE (Results 1 – 10 of 10) sorted by relevance
19 # define OSSL_MAX_PROPQUERY_SIZE 256 /* Property query strings */ macro
35 char propq[OSSL_MAX_PROPQUERY_SIZE];
37 char propq[OSSL_MAX_PROPQUERY_SIZE];
61 char propq[OSSL_MAX_PROPQUERY_SIZE];
93 char propq[OSSL_MAX_PROPQUERY_SIZE];
464 char mdprops[OSSL_MAX_PROPQUERY_SIZE] = { '\0' }; in rsa_set_ctx_params()
1539 char mdprops[OSSL_MAX_PROPQUERY_SIZE] = "", *pmdprops = NULL; in rsa_set_ctx_params()1541 char mgf1mdprops[OSSL_MAX_PROPQUERY_SIZE] = "", *pmgf1mdprops = NULL; in rsa_set_ctx_params()
762 char mdprops[OSSL_MAX_PROPQUERY_SIZE] = "", *pmdprops = mdprops; in dsa_set_ctx_params()
779 char mdprops[OSSL_MAX_PROPQUERY_SIZE] = "", *pmdprops = mdprops; in ecdsa_set_ctx_params()
2587 #define OSSL_MAX_PROPQUERY_SIZE 256 /* Property query strings */ macro3017 char mdprops[OSSL_MAX_PROPQUERY_SIZE] = "", *pmdprops = mdprops; in xor_sig_set_ctx_params()
Completed in 45 milliseconds