Home
last modified time | relevance | path

Searched refs:X509_NAME_oneline (Results 1 - 25 of 84) sorted by relevance

1234

/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_vfy.c156 str = X509_NAME_oneline(actual_name, NULL, 0); in check_name()
168 if ((str = X509_NAME_oneline(expect_name, NULL, 0)) != NULL) in check_name()
239 if ((str = X509_NAME_oneline(X509_get_subject_name(cert), NULL, 0)) != NULL) in cert_acceptable()
243 str = X509_NAME_oneline(X509_get_issuer_name(cert), NULL, 0); in cert_acceptable()
502 sname = X509_NAME_oneline(sender->d.directoryName, NULL, 0); in check_msg_find_cert()
H A Dcmp_client.c622 subj = X509_NAME_oneline(X509_get_subject_name(cert), NULL, 0); in cert_response()
/third_party/openssl/crypto/cmp/
H A Dcmp_vfy.c156 str = X509_NAME_oneline(actual_name, NULL, 0); in check_name()
168 if ((str = X509_NAME_oneline(expect_name, NULL, 0)) != NULL) in check_name()
239 if ((str = X509_NAME_oneline(X509_get_subject_name(cert), NULL, 0)) != NULL) in cert_acceptable()
243 str = X509_NAME_oneline(X509_get_issuer_name(cert), NULL, 0); in cert_acceptable()
502 sname = X509_NAME_oneline(sender->d.directoryName, NULL, 0); in check_msg_find_cert()
H A Dcmp_client.c625 subj = X509_NAME_oneline(X509_get_subject_name(cert), NULL, 0); in cert_response()
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-x509.c129 X509_NAME_oneline(xn, buf->ns.name, (int)len - 2); in lws_tls_openssl_cert_info()
140 X509_NAME_oneline(xn, buf->ns.name, (int)len - 1); in lws_tls_openssl_cert_info()
447 X509_NAME_oneline(xn, c, (int)sizeof(c) - 2); in lws_x509_verify()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_obj.c25 char *X509_NAME_oneline(const X509_NAME *a, char *buf, int len) in X509_NAME_oneline() function
H A Dx509_cmp.c47 f = X509_NAME_oneline(a->cert_info.issuer, NULL, 0); in X509_issuer_and_serial_hash()
H A Dx_name.c504 b = X509_NAME_oneline(name, NULL, 0); in X509_NAME_print()
H A Dv3_san.c186 if (X509_NAME_oneline(gen->d.dirn, oline, sizeof(oline)) == NULL in STACK_OF()
/third_party/openssl/crypto/x509/
H A Dx509_obj.c25 char *X509_NAME_oneline(const X509_NAME *a, char *buf, int len) in X509_NAME_oneline() function
H A Dx_name.c504 b = X509_NAME_oneline(name, NULL, 0); in X509_NAME_print()
H A Dx509_cmp.c47 f = X509_NAME_oneline(a->cert_info.issuer, NULL, 0); in X509_issuer_and_serial_hash()
H A Dv3_san.c186 if (X509_NAME_oneline(gen->d.dirn, oline, sizeof(oline)) == NULL in STACK_OF()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_openssl_ocsp.c574 X509_NAME_oneline(X509_get_subject_name(extra_cert), in check_ocsp_resp()
641 X509_NAME_oneline(X509_get_subject_name(signer), buf, sizeof(buf)); in check_ocsp_resp()
H A Dtls_openssl.c696 X509_NAME_oneline(X509_get_subject_name(cert), buf, in tls_cryptoapi_ca_cert()
2317 X509_NAME_oneline(X509_get_subject_name(err_cert), buf, sizeof(buf)); in tls_verify_cb()
2409 X509_NAME_oneline(X509_get_subject_name(cert), in tls_verify_cb()
3331 X509_NAME_oneline(X509_get_subject_name(cert), buf, in tls_parse_pkcs12()
3364 X509_NAME_oneline(X509_get_subject_name(cert), buf, in tls_parse_pkcs12()
3410 X509_NAME_oneline(X509_get_subject_name(cert), buf, in tls_parse_pkcs12()
5167 X509_NAME_oneline(X509_get_subject_name(cert), buf, sizeof(buf)); in openssl_debug_dump_certificate()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_openssl_ocsp.c574 X509_NAME_oneline(X509_get_subject_name(extra_cert), in check_ocsp_resp()
641 X509_NAME_oneline(X509_get_subject_name(signer), buf, sizeof(buf)); in check_ocsp_resp()
H A Dtls_openssl.c702 X509_NAME_oneline(X509_get_subject_name(cert), buf, in tls_cryptoapi_ca_cert()
2394 X509_NAME_oneline(X509_get_subject_name(err_cert), buf, sizeof(buf)); in tls_verify_cb()
2486 X509_NAME_oneline(X509_get_subject_name(cert), in tls_verify_cb()
3513 X509_NAME_oneline(X509_get_subject_name(cert), buf, in tls_parse_pkcs12()
3546 X509_NAME_oneline(X509_get_subject_name(cert), buf, in tls_parse_pkcs12()
3592 X509_NAME_oneline(X509_get_subject_name(cert), buf, in tls_parse_pkcs12()
5483 X509_NAME_oneline(X509_get_subject_name(cert), buf, sizeof(buf)); in openssl_debug_dump_certificate()
/third_party/openssl/test/helpers/
H A Dpkcs12.c391 name = X509_NAME_oneline(X509_get_subject_name(cert), NULL, 0); in add_certbag()
/third_party/openssl/test/
H A Dssl_old_test.c2878 s = X509_NAME_oneline(X509_get_subject_name(X509_STORE_CTX_get_current_cert(ctx)), in verify_callback()
2923 s = X509_NAME_oneline(X509_get_subject_name(c), buf, 256); in app_verify_callback()
/third_party/node/deps/openssl/openssl/apps/
H A Dca.c1811 row[DB_name] = X509_NAME_oneline(X509_get_subject_name(ret), NULL, 0); in do_body()
2140 row[DB_name] = X509_NAME_oneline(X509_get_subject_name(x509), NULL, 0); in do_revoke()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c655 char *subj = X509_NAME_oneline(X509_get_subject_name(cert), NULL, 0); in warn_cert_msg()
1311 buf = X509_NAME_oneline(nm, 0, 0); in print_name()
/third_party/openssl/apps/
H A Dca.c1791 row[DB_name] = X509_NAME_oneline(X509_get_subject_name(ret), NULL, 0); in do_body()
2120 row[DB_name] = X509_NAME_oneline(X509_get_subject_name(x509), NULL, 0); in do_revoke()
/third_party/openssl/apps/lib/
H A Dapps.c655 char *subj = X509_NAME_oneline(X509_get_subject_name(cert), NULL, 0); in warn_cert_msg()
1309 buf = X509_NAME_oneline(nm, 0, 0); in print_name()
/third_party/openssl/ohos_lite/include/openssl/
H A Dx509.h610 char *X509_NAME_oneline(const X509_NAME *a, char *buf, int size);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dhttp_curl.c1030 X509_NAME_oneline(name, buf, sizeof(buf)); in curl_cb_ssl_verify()

Completed in 49 milliseconds

1234