Lines Matching refs:algor1
27 int ASN1_sign(i2d_of_void *i2d, X509_ALGOR *algor1, X509_ALGOR *algor2,
43 a = algor1;
118 int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2,
122 return ASN1_item_sign_ex(it, algor1, algor2, signature, data, NULL, pkey,
126 int ASN1_item_sign_ex(const ASN1_ITEM *it, X509_ALGOR *algor1,
143 rv = ASN1_item_sign_ctx(it, algor1, algor2, signature, data, ctx);
151 int ASN1_item_sign_ctx(const ASN1_ITEM *it, X509_ALGOR *algor1,
195 if (algor1 != NULL) {
198 if (d2i_X509_ALGOR(&algor1, &pp, aid_len) == NULL) {
215 rv = pkey->ameth->item_sign(ctx, it, data, algor1, algor2, signature);
255 if (algor1)
256 X509_ALGOR_set0(algor1, OBJ_nid2obj(signid), paramtype, NULL);