Home
last modified time | relevance | path

Searched refs:OSSL_MAX_PROPQUERY_SIZE (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssl/include/internal/
H A Dsizes.h19 # define OSSL_MAX_PROPQUERY_SIZE 256 /* Property query strings */ macro
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Ddecode_spki2typespki.c36 char propq[OSSL_MAX_PROPQUERY_SIZE];
H A Ddecode_epki2pki.c38 char propq[OSSL_MAX_PROPQUERY_SIZE];
H A Ddecode_pvk2key.c61 char propq[OSSL_MAX_PROPQUERY_SIZE];
H A Ddecode_pem2der.c58 char propq[OSSL_MAX_PROPQUERY_SIZE];
H A Ddecode_der2key.c122 char propq[OSSL_MAX_PROPQUERY_SIZE];
/freebsd/crypto/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c464 char mdprops[OSSL_MAX_PROPQUERY_SIZE] = { '\0' }; in rsa_set_ctx_params()
/freebsd/crypto/openssl/providers/implementations/signature/
H A Drsa_sig.c1539 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()
H A Ddsa_sig.c765 char mdprops[OSSL_MAX_PROPQUERY_SIZE] = "", *pmdprops = mdprops; in dsa_set_ctx_params()
H A Decdsa_sig.c787 char mdprops[OSSL_MAX_PROPQUERY_SIZE] = "", *pmdprops = mdprops;
/freebsd/crypto/openssl/test/
H A Dtls-provider.c2588 #define OSSL_MAX_PROPQUERY_SIZE 256 /* Property query strings */ macro
3018 char mdprops[OSSL_MAX_PROPQUERY_SIZE] = "", *pmdprops = mdprops; in xor_sig_set_ctx_params()