Home
last modified time | relevance | path

Searched defs:add_ext (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/adb/crypto/
Dx509_generator.cpp39 bool add_ext(X509* cert, int nid, const char* value) { in add_ext() function
/aosp_15_r20/system/security/ondevice-signing/
H A DCertUtils.cpp57 static bool add_ext(X509V3_CTX* context, X509* cert, int nid, const char* value) { in add_ext() function
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Ddevice.rs587 let mut add_ext = |major, minor, patch, ext: &str| { in fill_extensions() localVariable