Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/doc/crypto/
HDX509_NAME_get_index_by_NID.pod5 X509_NAME_get_index_by_NID, X509_NAME_get_index_by_OBJ, X509_NAME_get_entry,
13 int X509_NAME_get_index_by_NID(X509_NAME *name,int nid,int lastpos);
29 X509_NAME_get_index_by_NID() and X509_NAME_get_index_by_OBJ() retrieve
58 For a more general solution X509_NAME_get_index_by_NID() or
67 Applications which could pass invalid NIDs to X509_NAME_get_index_by_NID()
92 lastpos = X509_NAME_get_index_by_NID(nm, NID_commonName, lastpos);
101 X509_NAME_get_index_by_NID() and X509_NAME_get_index_by_OBJ()
103 X509_NAME_get_index_by_NID() can also return -2 if the supplied
/NextBSD/secure/lib/libcrypto/
HDMakefile.man165 MAN+= X509_NAME_get_index_by_NID.3
853 MLINKS+= X509_NAME_get_index_by_NID.3 X509_NAME_get_index_by_OBJ.3
854 MLINKS+= X509_NAME_get_index_by_NID.3 X509_NAME_get_entry.3
855 MLINKS+= X509_NAME_get_index_by_NID.3 X509_NAME_entry_count.3
856 MLINKS+= X509_NAME_get_index_by_NID.3 X509_NAME_get_text_by_NID.3
857 MLINKS+= X509_NAME_get_index_by_NID.3 X509_NAME_get_text_by_OBJ.3
/NextBSD/crypto/openssl/crypto/x509/
HDx509name.c102 int X509_NAME_get_index_by_NID(X509_NAME *name, int nid, int lastpos) in X509_NAME_get_index_by_NID() function
HDx509.h1019 int X509_NAME_get_index_by_NID(X509_NAME *name, int nid, int lastpos);
/NextBSD/crypto/openssl/crypto/x509v3/
HDv3_ncons.c249 i = X509_NAME_get_index_by_NID(nm, NID_pkcs9_emailAddress, i); in NAME_CONSTRAINTS_check()
HDv3_utl.c584 while ((i = X509_NAME_get_index_by_NID(name, in STACK_OF()
994 while ((i = X509_NAME_get_index_by_NID(name, cnid, i)) >= 0) { in do_x509_check()
HDv3_alt.c367 while ((i = X509_NAME_get_index_by_NID(nm, in copy_email()
/NextBSD/lib/libfetch/
HDcommon.c616 while ((lastpos = X509_NAME_get_index_by_NID(subject, in fetch_ssl_verify_cn()
/NextBSD/crypto/openssl/apps/
HDca.c1864 while ((i = X509_NAME_get_index_by_NID(dn_subject, in do_body()
/NextBSD/contrib/wpa/src/crypto/
HDtls_openssl.c1364 i = X509_NAME_get_index_by_NID(name, NID_commonName, i); in tls_match_suffix()
/NextBSD/crypto/openssl/util/
HDlibeay.num571 X509_NAME_get_index_by_NID 579 EXIST::FUNCTION:
/NextBSD/crypto/openssl/
HDCHANGES7198 X509_NAME_get_index_by_NID() since 0 is a valid index.