Lines Matching refs:X509_ALGOR
148 DECLARE_ASN1_SET_OF(X509_ALGOR)
150 typedef STACK_OF(X509_ALGOR) X509_ALGORS;
158 X509_ALGOR *algor;
164 X509_ALGOR *algor;
237 X509_ALGOR *sig_alg;
245 X509_ALGOR *signature;
267 STACK_OF(X509_ALGOR) *other; /* other unspecified info */
272 X509_ALGOR *sig_alg;
443 X509_ALGOR *sig_alg;
455 X509_ALGOR *sig_alg;
482 X509_ALGOR *enc_algor;
521 X509_ALGOR *sig_algor;
548 X509_ALGOR *keyfunc;
549 X509_ALGOR *encryption;
557 X509_ALGOR *prf;
571 X509_ALGOR *pkeyalg;
645 int X509_signature_print(BIO *bp, X509_ALGOR *alg, ASN1_STRING *sig);
753 X509_ALGOR *X509_ALGOR_dup(X509_ALGOR *xn);
754 int X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype,
757 X509_ALGOR *algor);
758 void X509_ALGOR_set_md(X509_ALGOR *alg, const EVP_MD *md);
759 int X509_ALGOR_cmp(const X509_ALGOR *a, const X509_ALGOR *b);
781 DECLARE_ASN1_FUNCTIONS(X509_ALGOR)
837 void X509_get0_signature(ASN1_BIT_STRING **psig, X509_ALGOR **palg,
877 int ASN1_verify(i2d_of_void *i2d, X509_ALGOR *algor1,
883 int ASN1_sign(i2d_of_void *i2d, X509_ALGOR *algor1,
884 X509_ALGOR *algor2, ASN1_BIT_STRING *signature,
890 int ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *algor1,
893 int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1,
894 X509_ALGOR *algor2, ASN1_BIT_STRING *signature, void *data,
896 int ASN1_item_sign_ctx(const ASN1_ITEM *it, X509_ALGOR *algor1,
897 X509_ALGOR *algor2, ASN1_BIT_STRING *signature,
1184 int PKCS5_pbe_set0_algor(X509_ALGOR *algor, int alg, int iter,
1187 X509_ALGOR *PKCS5_pbe_set(int alg, int iter,
1189 X509_ALGOR *PKCS5_pbe2_set(const EVP_CIPHER *cipher, int iter,
1191 X509_ALGOR *PKCS5_pbe2_set_iv(const EVP_CIPHER *cipher, int iter,
1195 X509_ALGOR *PKCS5_pbkdf2_set(int iter, unsigned char *salt, int saltlen,
1212 X509_ALGOR **pa, PKCS8_PRIV_KEY_INFO *p8);
1219 X509_ALGOR **pa, X509_PUBKEY *pub);