Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/tools/cert_create/src/
A Dext.c143 X509_EXTENSION *ex; in ext_new() local
156 return ex; in ext_new()
184 X509_EXTENSION *ex; in ext_new_hash() local
219 ex = ext_new(nid, crit, p, sz); in ext_new_hash()
225 return ex; in ext_new_hash()
242 X509_EXTENSION *ex; in ext_new_nvcounter() local
253 ex = ext_new(nid, crit, p, sz); in ext_new_nvcounter()
259 return ex; in ext_new_nvcounter()
279 X509_EXTENSION *ex; in ext_new_key() local
293 ex = ext_new(nid, crit, p, sz); in ext_new_key()
[all …]
A Dcert.c76 X509_EXTENSION *ex; in cert_add_ext() local
84 ex = X509V3_EXT_conf_nid(NULL, &ctx, nid, value); in cert_add_ext()
85 if (!ex) { in cert_add_ext()
90 X509_add_ext(subject, ex, -1); in cert_add_ext()
91 X509_EXTENSION_free(ex); in cert_add_ext()
108 X509_EXTENSION *ex; in cert_new() local
205 ex = sk_X509_EXTENSION_value(sk, i); in cert_new()
206 X509_add_ext(x, ex, -1); in cert_new()
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dporting-guide.rst69 memory are grouped under ``coherent_ram``. For ex: Bakery locks are placed in a

Completed in 8 milliseconds