Searched refs:get_ext (Results 1 – 6 of 6) sorted by relevance
/external/llvm/test/CodeGen/ARM/Windows/ |
D | dllimport.ll | 22 define arm_aapcs_vfpcc i32 @get_ext() { 27 ; CHECK-LABEL: get_ext
|
/external/arm-trusted-firmware/drivers/auth/mbedtls/ |
D | mbedtls_x509_parser.c | 72 static int get_ext(const char *oid, void **ext, unsigned int *ext_len) in get_ext() function 447 rc = get_ext(type_desc->cookie, param, param_len); in get_auth_param() 452 rc = get_ext(type_desc->cookie, param, param_len); in get_auth_param()
|
/external/f2fs-tools/fsck/ |
D | compress.c | 134 static const char *get_ext(const char *path) in get_ext() function 143 return (ext_found(get_ext(path)) == true) ^ in ext_do_filter()
|
/external/clang/test/CodeGenCXX/ |
D | tls-init-funcs.cpp | 20 int &get_ext() { return ext; } in get_ext() function
|
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/ |
D | decode_asn1.py | 184 def __init__(self, backend, ext_count, get_ext, handlers): argument 186 self.get_ext = get_ext 194 ext = self.get_ext(x509_obj, i)
|
D | backend.py | 432 get_ext=self._lib.X509_get_ext, 438 get_ext=self._lib.sk_X509_EXTENSION_value, 444 get_ext=self._lib.X509_REVOKED_get_ext, 450 get_ext=self._lib.X509_CRL_get_ext, 456 get_ext=self._lib.OCSP_REQUEST_get_ext, 462 get_ext=self._lib.OCSP_BASICRESP_get_ext, 468 get_ext=self._lib.OCSP_SINGLERESP_get_ext,
|