Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_framework/test/unittest/cf_adapter_test/src/
H A Dcf_adapter_extension_test.cpp846 X509_EXTENSIONS *tmpExts003 = sk_X509_EXTENSION_new_null(); variable
847 sk_X509_EXTENSION_zero(tmpExts003);
848 exts003.exts = tmpExts003;
853 (void)sk_X509_EXTENSION_push(tmpExts003, keyUsageExt);
857 (void)sk_X509_EXTENSION_push(tmpExts003, basicConExt);
863 (void)sk_X509_EXTENSION_pop(tmpExts003);
864 (void)sk_X509_EXTENSION_pop(tmpExts003);
867 sk_X509_EXTENSION_pop_free(tmpExts003, X509_EXTENSION_free);