Lines Matching refs:X509_ALGOR
18 ASN1_SEQUENCE(X509_ALGOR) = {
19 ASN1_SIMPLE(X509_ALGOR, algorithm, ASN1_OBJECT),
20 ASN1_OPT(X509_ALGOR, parameter, ASN1_ANY)
21 } ASN1_SEQUENCE_END(X509_ALGOR)
24 ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, algorithms, X509_ALGOR)
27 IMPLEMENT_ASN1_FUNCTIONS(X509_ALGOR)
29 IMPLEMENT_ASN1_DUP_FUNCTION(X509_ALGOR)
31 int X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype, void *pval)
57 const void **ppval, const X509_ALGOR *algor) in X509_ALGOR_get0()
74 void X509_ALGOR_set_md(X509_ALGOR *alg, const EVP_MD *md) in X509_ALGOR_set_md()
87 int X509_ALGOR_cmp(const X509_ALGOR *a, const X509_ALGOR *b) in X509_ALGOR_cmp()
98 int X509_ALGOR_copy(X509_ALGOR *dest, const X509_ALGOR *src) in X509_ALGOR_copy()
132 int ossl_x509_algor_new_from_md(X509_ALGOR **palg, const EVP_MD *md) in ossl_x509_algor_new_from_md()
145 const EVP_MD *ossl_x509_algor_get_md(X509_ALGOR *alg) in ossl_x509_algor_get_md()
157 X509_ALGOR *ossl_x509_algor_mgf1_decode(X509_ALGOR *alg) in ossl_x509_algor_mgf1_decode()
161 return ASN1_TYPE_unpack_sequence(ASN1_ITEM_rptr(X509_ALGOR), in ossl_x509_algor_mgf1_decode()
166 int ossl_x509_algor_md_to_mgf1(X509_ALGOR **palg, const EVP_MD *mgf1md) in ossl_x509_algor_md_to_mgf1()
168 X509_ALGOR *algtmp = NULL; in ossl_x509_algor_md_to_mgf1()
177 if (ASN1_item_pack(algtmp, ASN1_ITEM_rptr(X509_ALGOR), &stmp) == NULL) in ossl_x509_algor_md_to_mgf1()