/freebsd/crypto/openssl/test/ |
H A D | cmp_hdr_test.c | 89 if (!TEST_int_eq(ASN1_OCTET_STRING_cmp(fixture->cmp_ctx->senderNonce, sn), in execute_HDR_get0_senderNonce_test() 227 if (!TEST_int_eq(ASN1_OCTET_STRING_cmp(fixture->hdr->senderKID, in test_HDR_set1_senderKID() 427 if (!TEST_int_eq(0, ASN1_OCTET_STRING_cmp(header_nonce, in execute_HDR_init_test() 431 if (!TEST_true(0 == ASN1_OCTET_STRING_cmp(header_transactionID, in test_HDR_init_with_ref() 439 || !TEST_int_eq(0, ASN1_OCTET_STRING_cmp(header_nonce, in test_HDR_init_with_ref()
|
H A D | verify_extra_test.c | 132 || !TEST_int_eq(ASN1_OCTET_STRING_cmp(v, v2), 0)) in test_distinguishing_id() 171 || !TEST_int_eq(ASN1_OCTET_STRING_cmp(v, v2), 0)) in test_req_distinguishing_id()
|
H A D | cmp_asn_test.c | 87 return TEST_int_eq(0, ASN1_OCTET_STRING_cmp(fixture->tgt_string, in execute_CMP_ASN1_OCTET_STRING_set1_test()
|
H A D | cmp_vfy_test.c | 441 ASN1_OCTET_STRING_cmp(ossl_cmp_hdr_get0_senderNonce(hdr), in execute_msg_check_test() 444 ASN1_OCTET_STRING_cmp(tid, in execute_msg_check_test()
|
/freebsd/crypto/openssl/crypto/ocsp/ |
H A D | ocsp_lib.c | 98 ret = ASN1_OCTET_STRING_cmp(&a->issuerNameHash, &b->issuerNameHash); in OCSP_id_issuer_cmp() 101 return ASN1_OCTET_STRING_cmp(&a->issuerKeyHash, &b->issuerKeyHash); in OCSP_id_issuer_cmp()
|
H A D | ocsp_ext.c | 337 if (ASN1_OCTET_STRING_cmp(X509_EXTENSION_get_data(req_ext), in OCSP_check_nonce()
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | a_octet.c | 19 int ASN1_OCTET_STRING_cmp(const ASN1_OCTET_STRING *a, in ASN1_OCTET_STRING_cmp() function
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | tls_openssl_ocsp.c | 424 if (ASN1_OCTET_STRING_cmp(certid->issuerNameHash, hash)) { in issuer_match() 444 if (ASN1_OCTET_STRING_cmp(certid->issuerKeyHash, hash)) { in issuer_match() 776 ASN1_OCTET_STRING_cmp(cid1->issuerNameHash, in check_ocsp_resp() 778 ASN1_OCTET_STRING_cmp(cid1->issuerKeyHash, in check_ocsp_resp()
|
/freebsd/crypto/openssl/crypto/cmp/ |
H A D | cmp_vfy.c | 190 if (ASN1_OCTET_STRING_cmp(ckid, skid) == 0) { in check_kid() 748 || ASN1_OCTET_STRING_cmp(ctx->transactionID, in ossl_cmp_msg_check_update() 759 || ASN1_OCTET_STRING_cmp(ctx->senderNonce, in ossl_cmp_msg_check_update()
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_genn.c | 123 result = ASN1_OCTET_STRING_cmp(a->d.ip, b->d.ip); in GENERAL_NAME_cmp()
|
H A D | v3_purp.c | 960 ASN1_OCTET_STRING_cmp(akid->keyid, issuer->skid)) in X509_check_akid()
|
H A D | x509_vfy.c | 1139 return ASN1_OCTET_STRING_cmp(exta, extb) == 0; in crl_extension_match()
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | cmp_mock_srv.c | 385 if (ASN1_OCTET_STRING_cmp(certHash, digest) != 0) { in process_certConf()
|
/freebsd/crypto/openssl/crypto/cms/ |
H A D | cms_lib.c | 694 return ASN1_OCTET_STRING_cmp(keyid, cert_keyid); in ossl_cms_keyid_cert_cmp()
|
H A D | cms_env.c | 644 return ASN1_OCTET_STRING_cmp(&tmp_os, kekri->kekid->keyIdentifier); in CMS_RecipientInfo_kekri_id_cmp()
|
/freebsd/crypto/openssl/util/ |
H A D | missingcrypto.txt | 59 ASN1_OCTET_STRING_cmp(3)
|
H A D | missingcrypto111.txt | 70 ASN1_OCTET_STRING_cmp(3)
|
H A D | libcrypto.num | 3383 ASN1_OCTET_STRING_cmp 3457 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | asn1.h | 754 int ASN1_OCTET_STRING_cmp(const ASN1_OCTET_STRING *a,
|
H A D | asn1.h.in | 635 int ASN1_OCTET_STRING_cmp(const ASN1_OCTET_STRING *a,
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 73 ASN1_OCTET_STRING_cmp;
|