Searched refs:algor1 (Results 1 – 5 of 5) sorted by relevance
/openssl-master/crypto/asn1/ |
A D | a_sign.c | 27 int ASN1_sign(i2d_of_void *i2d, X509_ALGOR *algor1, X509_ALGOR *algor2, in ASN1_sign() argument 43 a = algor1; in ASN1_sign() 118 int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2, in ASN1_item_sign() argument 122 return ASN1_item_sign_ex(it, algor1, algor2, signature, data, NULL, pkey, in ASN1_item_sign() 126 int ASN1_item_sign_ex(const ASN1_ITEM *it, X509_ALGOR *algor1, in ASN1_item_sign_ex() argument 143 rv = ASN1_item_sign_ctx(it, algor1, algor2, signature, data, ctx); in ASN1_item_sign_ex() 151 int ASN1_item_sign_ctx(const ASN1_ITEM *it, X509_ALGOR *algor1, in ASN1_item_sign_ctx() argument 195 if (algor1 != NULL) { in ASN1_item_sign_ctx() 198 if (d2i_X509_ALGOR(&algor1, &pp, aid_len) == NULL) { in ASN1_item_sign_ctx() 255 if (algor1) in ASN1_item_sign_ctx() [all …]
|
/openssl-master/doc/man3/ |
A D | ASN1_item_sign.pod | 13 int ASN1_item_sign_ex(const ASN1_ITEM *it, X509_ALGOR *algor1, 19 int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2, 23 int ASN1_item_sign_ctx(const ASN1_ITEM *it, X509_ALGOR *algor1, 49 parameters that have been set up. If one of I<algor1> or I<algor2> points to the 59 See EVP_PKEY_CTX_set1_id() for further info. The output parameters <algor1> and
|
A D | EVP_PKEY_ASN1_METHOD.pod | 306 item_sign() set the algorithm identifier B<algor1> and B<algor2>,
|
/openssl-master/include/openssl/ |
A D | x509.h.in | 609 int ASN1_verify(i2d_of_void *i2d, X509_ALGOR *algor1, 615 int ASN1_sign(i2d_of_void *i2d, X509_ALGOR *algor1, X509_ALGOR *algor2, 627 int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2, 630 int ASN1_item_sign_ctx(const ASN1_ITEM *it, X509_ALGOR *algor1,
|
A D | asn1.h.in | 745 int ASN1_item_sign_ex(const ASN1_ITEM *it, X509_ALGOR *algor1,
|
Completed in 12 milliseconds