Home | History | Annotate | Download | only in x509

Lines Matching refs:X509_ALGOR

148 	} /* X509_ALGOR */;
150 DECLARE_ASN1_SET_OF(X509_ALGOR)
152 typedef STACK_OF(X509_ALGOR) X509_ALGORS;
162 X509_ALGOR *algor;
169 X509_ALGOR *algor;
242 X509_ALGOR *sig_alg;
251 X509_ALGOR *signature;
273 STACK_OF(X509_ALGOR) *other; /* other unspecified info */
279 X509_ALGOR *sig_alg;
441 X509_ALGOR *sig_alg;
454 X509_ALGOR *sig_alg;
466 X509_ALGOR *enc_algor;
513 X509_ALGOR *sig_algor;
541 X509_ALGOR *keyfunc;
542 X509_ALGOR *encryption;
549 X509_ALGOR *prf;
563 X509_ALGOR *pkeyalg;
703 #define X509_ALGOR_dup(xn) (X509_ALGOR *)ASN1_dup((int (*)())i2d_X509_ALGOR,\
766 int X509_signature_print(BIO *bp,X509_ALGOR *alg, ASN1_STRING *sig);
868 X509_ALGOR *X509_ALGOR_dup(X509_ALGOR *xn);
869 int X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype, void *pval);
871 X509_ALGOR *algor);
893 DECLARE_ASN1_FUNCTIONS(X509_ALGOR)
983 int ASN1_verify(i2d_of_void *i2d, X509_ALGOR *algor1,
989 int ASN1_sign(i2d_of_void *i2d, X509_ALGOR *algor1,
990 X509_ALGOR *algor2, ASN1_BIT_STRING *signature,
996 int ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *algor1,
999 int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2,
1249 X509_ALGOR *PKCS5_pbe_set(int alg, int iter, unsigned char *salt, int saltlen);
1250 X509_ALGOR *PKCS5_pbe2_set(const EVP_CIPHER *cipher, int iter,