Searched refs:cert_ext (Results 1 – 1 of 1) sorted by relevance
296 X509_EXTENSION *cert_ext = NULL; in main() local509 CHECK_NULL(cert_ext, ext_new_nvcounter(ext_nid, in main()530 CHECK_NULL(cert_ext, ext_new_hash(ext_nid, in main()535 CHECK_NULL(cert_ext, ext_new_key(ext_nid, in main()545 sk_X509_EXTENSION_push(sk, cert_ext); in main()554 for (cert_ext = sk_X509_EXTENSION_pop(sk); cert_ext != NULL; in main()555 cert_ext = sk_X509_EXTENSION_pop(sk)) { in main()556 X509_EXTENSION_free(cert_ext); in main()