Searched refs:X509_ALGOR_cmp (Results 1 – 10 of 10) sorted by relevance
/third_party/openssl/doc/man3/ |
D | X509_ALGOR_dup.pod | 5 X509_ALGOR_dup, X509_ALGOR_set0, X509_ALGOR_get0, X509_ALGOR_set_md, X509_ALGOR_cmp, X509_ALGOR_cop… 16 int X509_ALGOR_cmp(const X509_ALGOR *a, const X509_ALGOR *b); 37 X509_ALGOR_cmp() compares B<a> and B<b> and returns 0 if they have identical 52 X509_ALGOR_cmp() returns 0 if the two parameters have identical encodings and
|
D | ASN1_item_sign.pod | 177 || X509_ALGOR_cmp(&obj->sig_alg, &obj->info.sig_alg) != 0)
|
/third_party/openssl/crypto/asn1/ |
D | x_algor.c | 87 int X509_ALGOR_cmp(const X509_ALGOR *a, const X509_ALGOR *b) in X509_ALGOR_cmp() function
|
/third_party/openssl/test/ |
D | algorithmid_test.c | 133 if (!TEST_int_eq(X509_ALGOR_cmp(alg, X509_get0_tbs_sigalg(eecert)), 0)) in test_x509_sig_aid()
|
/third_party/openssl/crypto/x509/ |
D | x_all.c | 33 if (X509_ALGOR_cmp(&a->sig_alg, &a->cert_info.signature) != 0) in X509_verify()
|
D | x_pubkey.c | 1032 if (X509_ALGOR_cmp(algA, algB) != 0) in X509_PUBKEY_eq()
|
D | x509_vfy.c | 558 CB_FAIL_IF(X509_ALGOR_cmp(&x->sig_alg, &x->cert_info.signature) != 0, in check_extensions()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | x509.h | 480 int X509_ALGOR_cmp(const X509_ALGOR *a, const X509_ALGOR *b);
|
/third_party/openssl/include/openssl/ |
D | x509.h.in | 475 int X509_ALGOR_cmp(const X509_ALGOR *a, const X509_ALGOR *b);
|
/third_party/openssl/util/ |
D | libcrypto.num | 1804 X509_ALGOR_cmp 1848 3_0_0 EXIST::FUNCTION:
|