Searched refs:X509_ALGOR_cmp (Results 1 – 9 of 9) sorted by relevance
/openssl/doc/man3/ |
H A D | X509_ALGOR_dup.pod | 7 X509_ALGOR_set_md, X509_ALGOR_cmp, 19 int X509_ALGOR_cmp(const X509_ALGOR *a, const X509_ALGOR *b); 41 X509_ALGOR_cmp() compares I<a> and I<b> and returns 0 if they have identical 56 X509_ALGOR_cmp() returns 0 if the two parameters have identical encodings and
|
H A D | ASN1_item_sign.pod | 177 || X509_ALGOR_cmp(&obj->sig_alg, &obj->info.sig_alg) != 0)
|
/openssl/crypto/asn1/ |
H A D | x_algor.c | 97 int X509_ALGOR_cmp(const X509_ALGOR *a, const X509_ALGOR *b) in X509_ALGOR_cmp() function
|
/openssl/test/ |
H A D | algorithmid_test.c | 133 if (!TEST_int_eq(X509_ALGOR_cmp(alg, X509_get0_tbs_sigalg(eecert)), 0)) in test_x509_sig_aid()
|
/openssl/crypto/x509/ |
H A D | x_all.c | 35 if (X509_ALGOR_cmp(&a->sig_alg, &a->cert_info.signature) != 0) in X509_verify() 63 if (X509_ALGOR_cmp(&a->sig_alg, &a->acinfo->signature) != 0) in X509_ACERT_verify()
|
H A D | x_pubkey.c | 1063 if (X509_ALGOR_cmp(algA, algB) != 0) in X509_PUBKEY_eq()
|
H A D | x509_vfy.c | 620 CB_FAIL_IF(X509_ALGOR_cmp(&x->sig_alg, &x->cert_info.signature) != 0, in check_extensions()
|
/openssl/include/openssl/ |
H A D | x509.h.in | 495 int X509_ALGOR_cmp(const X509_ALGOR *a, const X509_ALGOR *b);
|
/openssl/util/ |
H A D | libcrypto.num | 1804 X509_ALGOR_cmp 1848 3_0_0 EXIST::FUNCTION:
|
Completed in 48 milliseconds