Home | History | Annotate | Download | only in x509

Lines Matching refs:X509_ALGOR

71   ASN1_EXP_OPT(RSA_PSS_PARAMS, hashAlgorithm, X509_ALGOR,0),
72 ASN1_EXP_OPT(RSA_PSS_PARAMS, maskGenAlgorithm, X509_ALGOR,1),
81 static X509_ALGOR *rsa_mgf1_decode(X509_ALGOR *alg) {
93 static RSA_PSS_PARAMS *rsa_pss_decode(const X509_ALGOR *alg,
94 X509_ALGOR **pmaskHash) {
113 static int rsa_md_to_algor(X509_ALGOR **palg, const EVP_MD *md) {
126 static int rsa_md_to_mgf1(X509_ALGOR **palg, const EVP_MD *mgf1md) {
127 X509_ALGOR *algtmp = NULL;
136 !ASN1_item_pack(algtmp, ASN1_ITEM_rptr(X509_ALGOR), &stmp)) {
157 static const EVP_MD *rsa_algor_to_md(X509_ALGOR *alg) {
170 static const EVP_MD *rsa_mgf1_to_md(X509_ALGOR *alg, X509_ALGOR *maskHash) {
189 int x509_rsa_ctx_to_pss(EVP_MD_CTX *ctx, X509_ALGOR *algor) {
245 int x509_rsa_pss_to_ctx(EVP_MD_CTX *ctx, X509_ALGOR *sigalg, EVP_PKEY *pkey) {
250 X509_ALGOR *maskHash;
298 int x509_print_rsa_pss_params(BIO *bp, const X509_ALGOR *sigalg, int indent,
303 X509_ALGOR *maskHash;