Home
last modified time | relevance | path

Searched refs:X509_NAME_entry_count (Results 1 – 9 of 9) sorted by relevance

/openssl-master/doc/man3/
A DX509_NAME_get_index_by_NID.pod6 X509_NAME_entry_count, X509_NAME_get_text_by_NID, X509_NAME_get_text_by_OBJ -
17 int X509_NAME_entry_count(const X509_NAME *name);
37 X509_NAME_entry_count() returns the total number of entries in B<name>.
41 0 to (X509_NAME_entry_count(name) - 1). The value returned is an
82 X509_NAME_entry_count() returns the total number of entries.
94 for (i = 0; i < X509_NAME_entry_count(nm); i++) {
/openssl-master/crypto/x509/
A Dv3_ncons.c263 if (!add_lengths(&name_count, X509_NAME_entry_count(nm), in NAME_CONSTRAINTS_check()
271 if (X509_NAME_entry_count(nm) > 0) { in NAME_CONSTRAINTS_check()
A Dx509name.c50 int X509_NAME_entry_count(const X509_NAME *name) in X509_NAME_entry_count() function
A Dx509_vfy.c543 CB_FAIL_IF(X509_NAME_entry_count(X509_get_issuer_name(x)) == 0, in check_extensions()
549 && X509_NAME_entry_count(X509_get_subject_name(x)) == 0, in check_extensions()
551 CB_FAIL_IF(X509_NAME_entry_count(X509_get_subject_name(x)) == 0 in check_extensions()
673 int last_loc = X509_NAME_entry_count(tmpsubject) - 1; in check_name_constraints()
685 if (X509_NAME_entry_count(tmpsubject) in check_name_constraints()
686 != X509_NAME_entry_count(tmpissuer) + 1) { in check_name_constraints()
/openssl-master/crypto/asn1/
A Da_strex.c488 cnt = X509_NAME_entry_count(n); in do_name_ex()
/openssl-master/apps/
A Dreq.c1216 if (X509_NAME_entry_count(subj) == 0) { in prompt_info()
1339 if (!X509_NAME_entry_count(subj)) { in auto_info()
A Dca.c1512 for (i = 0; i < X509_NAME_entry_count(name); i++) { in do_body()
/openssl-master/include/openssl/
A Dx509.h.in827 int X509_NAME_entry_count(const X509_NAME *name);
/openssl-master/util/
A Dlibcrypto.num994 X509_NAME_entry_count 1021 3_0_0 EXIST::FUNCTION:

Completed in 53 milliseconds