Searched refs:X509_get_ext_count (Results 1 – 8 of 8) sorted by relevance
7 X509v3_add_ext, X509_get_ext_count, X509_get_ext,33 int X509_get_ext_count(const X509 *x);64 can take any value from 0 to X509_get_ext_count(I<x>) - 1. The returned87 X509_get_ext_count(), X509_get_ext(), X509_get_ext_by_NID(),
66 int X509_get_ext_count(const X509 *x) in X509_get_ext_count() function
587 for (i = 0; i < X509_get_ext_count(x); i++) { in ossl_x509v3_cache_extensions()
556 pub fn X509_get_ext_count(x: #[const_ptr_if(any(ossl110, libressl280))] X509) -> c_int;
800 for (i = X509_get_ext_count(x) - 1; i >= 0; i--) { in x509_main()
863 int X509_get_ext_count(const X509 *x);
887 int X509_get_ext_count(const X509 *x);
2055 X509_get_ext_count 2103 3_0_0 EXIST::FUNCTION: