Home
last modified time | relevance | path

Searched refs:xn (Results 1 – 12 of 12) sorted by relevance

/openssl/ssl/
H A Dssl_cert.c746 X509_NAME *xn = NULL; in STACK_OF() local
787 xn = X509_NAME_dup(xn); in STACK_OF()
788 if (xn == NULL) in STACK_OF()
793 xn = NULL; in STACK_OF()
803 X509_NAME_free(xn); in STACK_OF()
828 X509_NAME *xn = NULL; in add_file_cert_subjects_to_stack() local
846 xn = X509_NAME_dup(xn); in add_file_cert_subjects_to_stack()
847 if (xn == NULL) in add_file_cert_subjects_to_stack()
875 X509_NAME *xn = NULL; in SSL_add_file_cert_subjects_to_stack() local
919 X509_NAME *xn = NULL; in SSL_add_dir_cert_subjects_to_stack() local
[all …]
H A Dssl_lib.c4883 X509_NAME *xn; in dup_ca_names() local
4894 xn = X509_NAME_dup(sk_X509_NAME_value(src, i)); in dup_ca_names()
4895 if (xn == NULL) { in dup_ca_names()
4899 if (sk_X509_NAME_insert(sk, xn, i) == 0) { in dup_ca_names()
4900 X509_NAME_free(xn); in dup_ca_names()
/openssl/crypto/x509/
H A Dx509_r2x.c24 const X509_NAME *xn; in X509_REQ_to_X509() local
44 xn = X509_REQ_get_subject_name(r); in X509_REQ_to_X509()
45 if (X509_set_subject_name(ret, xn) == 0) in X509_REQ_to_X509()
47 if (X509_set_issuer_name(ret, xn) == 0) in X509_REQ_to_X509()
H A Dx_attrib.c99 X509_NAME *xn = NULL; in ossl_print_attribute_value() local
188 xn = d2i_X509_NAME(NULL, in ossl_print_attribute_value()
191 if (xn == NULL) { in ossl_print_attribute_value()
195 if (X509_NAME_print_ex(out, xn, indent, XN_FLAG_SEP_CPLUS_SPC) <= 0) in ossl_print_attribute_value()
197 X509_NAME_free(xn); in ossl_print_attribute_value()
H A Dx_name.c490 int X509_NAME_set(X509_NAME **xn, const X509_NAME *name) in X509_NAME_set() argument
494 if (*xn == name) in X509_NAME_set()
495 return *xn != NULL; in X509_NAME_set()
498 X509_NAME_free(*xn); in X509_NAME_set()
499 *xn = name_copy; in X509_NAME_set()
H A Dx509_lu.c803 const X509_NAME *xn; in X509_STORE_CTX_get1_issuer() local
811 xn = X509_get_issuer_name(x); in X509_STORE_CTX_get1_issuer()
812 ok = ossl_x509_store_ctx_get_by_subject(ctx, X509_LU_X509, xn, obj); in X509_STORE_CTX_get1_issuer()
843 idx = x509_object_idx_cnt(store->objs, X509_LU_X509, xn, &nmatch); in X509_STORE_CTX_get1_issuer()
/openssl/test/recipes/80-test_cmp_http_data/Mock/
H A Dtest.cnf139 DNS.1 = xn--rksmrgs-5wao1o.example.com
140 DNS.2 = xn--rkmacka-5wa.example.com
141 DNS__3 = xn--rksallad-0za.example.com
/openssl/crypto/chacha/asm/
H A Dchacha-armv8-sve.pl1039 my $xn = 31;
1042 $xn = $1;
1049 …return &verify_inst($opcode_scalar_pred{$mnemonic}|($size<<21)|$zt|($pg<<10)|($1<<16)|($xn<<5),$in…
1052 …return &verify_inst($opcode_gather_pred{$mnemonic}|($xs<<22)|$zt|($pg<<10)|($1<<16)|($xn<<5),$inst…
1054 return &verify_inst($opcode_pred{$mnemonic}|($size<<21)|$zt|($pg<<10)|($1<<16)|($xn<<5),$inst);
1056 return &verify_inst($opcode_pred{$mnemonic}|($size<<21)|$zt|($pg<<10)|($xn<<5),$inst);
/openssl/doc/internal/man3/
H A Dossl_punycode_decode.pod27 a hostname, with stripped PUNYCODE marker I<xn-->.
/openssl/test/recipes/80-test_cmp_http_data/
H A Dtest_connection.csv7 0,wrong server, -section,, -server,xn--rksmrgs-5wao1o.example.com:_SERVER_PORT,,,,,BLANK,,,, -msg_t…
/openssl/ssl/statem/
H A Dstatem_lib.c2661 X509_NAME *xn = NULL; in parse_ca_names() local
2685 if ((xn = d2i_X509_NAME(NULL, &namebytes, name_len)) == NULL) { in parse_ca_names()
2694 if (!sk_X509_NAME_push(ca_sk, xn)) { in parse_ca_names()
2698 xn = NULL; in parse_ca_names()
2708 X509_NAME_free(xn); in parse_ca_names()
/openssl/include/openssl/
H A Dx509.h.in569 int X509_NAME_set(X509_NAME **xn, const X509_NAME *name);

Completed in 76 milliseconds