RSA_PSS_PARAMS
RSA_PSS_PARAMS *RSA_PSS_PARAMS_new(void);
void RSA_PSS_PARAMS_free(RSA_PSS_PARAMS *a);
RSA_PSS_PARAMS *d2i_RSA_PSS_PARAMS(RSA_PSS_PARAMS **a, const unsigned char **in, long len);
int i2d_RSA_PSS_PARAMS(RSA_PSS_PARAMS *a, unsigned char **out);
const RSA_PSS_PARAMS *RSA_get0_pss_params(const RSA *r);
static RSA_PSS_PARAMS *
RSA_PSS_PARAMS *pss;
rsa_pss_param_print(BIO *bp, int pss_key, RSA_PSS_PARAMS *pss, int indent)
RSA_PSS_PARAMS *pss = rsa_pss_decode(sigalg);
static RSA_PSS_PARAMS *
RSA_PSS_PARAMS *
RSA_PSS_PARAMS *pss = NULL;
RSA_PSS_PARAMS *pss;
rsa_pss_get_param(const RSA_PSS_PARAMS *pss, const EVP_MD **pmd,
RSA_PSS_PARAMS *pss = NULL;
static RSA_PSS_PARAMS *rsa_pss_decode(const X509_ALGOR *alg);
RSA_PSS_PARAMS *pss = NULL;
RSA_PSS_PARAMS *pss = (RSA_PSS_PARAMS *)*pval;
.offset = offsetof(RSA_PSS_PARAMS, hashAlgorithm),
.offset = offsetof(RSA_PSS_PARAMS, maskGenAlgorithm),
.offset = offsetof(RSA_PSS_PARAMS, saltLength),
.offset = offsetof(RSA_PSS_PARAMS, trailerField),
.size = sizeof(RSA_PSS_PARAMS),
RSA_PSS_PARAMS *
d2i_RSA_PSS_PARAMS(RSA_PSS_PARAMS **a, const unsigned char **in, long len)
return (RSA_PSS_PARAMS *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
i2d_RSA_PSS_PARAMS(RSA_PSS_PARAMS *a, unsigned char **out)
RSA_PSS_PARAMS *
return (RSA_PSS_PARAMS *)ASN1_item_new(&RSA_PSS_PARAMS_it);
RSA_PSS_PARAMS_free(RSA_PSS_PARAMS *a)
const RSA_PSS_PARAMS *
RSA_PSS_PARAMS *pss;
RSA_PSS_PARAMS *rsa_pss_params_create(const EVP_MD *sigmd, const EVP_MD *mgf1md,
int rsa_pss_get_param(const RSA_PSS_PARAMS *pss, const EVP_MD **pmd,