Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/tools/cert_create/src/
Dmain.c300 X509_EXTENSION *cert_ext = NULL; in main() local
513 CHECK_NULL(cert_ext, ext_new_nvcounter(ext_nid, in main()
534 CHECK_NULL(cert_ext, ext_new_hash(ext_nid, in main()
539 CHECK_NULL(cert_ext, ext_new_key(ext_nid, in main()
549 sk_X509_EXTENSION_push(sk, cert_ext); in main()
558 for (cert_ext = sk_X509_EXTENSION_pop(sk); cert_ext != NULL; in main()
559 cert_ext = sk_X509_EXTENSION_pop(sk)) { in main()
560 X509_EXTENSION_free(cert_ext); in main()