Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Extensions.c92 XF86LoadPtr modp; in load_extension_config() local
98 nt_list_for_each_entry(modp, mod_con->mod_load_lst, list.next) { in load_extension_config()
101 if (strcasecmp(modp->load_name, "extmod") != 0) in load_extension_config()
105 nt_list_for_each_entry(opt, modp->load_opt, list.next) { in load_extension_config()
114 if ((opt = xf86FindOption(modp->load_opt, in load_extension_config()
119 if ((opt = xf86FindOption(modp->load_opt, in load_extension_config()
124 if ((opt = xf86FindOption(modp->load_opt, in load_extension_config()
H A Dxf86Config.c260 XF86LoadPtr modp; in xf86ModulelistFromConfig() local
277 modp = xf86configptr->conf_modules->mod_disable_lst; in xf86ModulelistFromConfig()
278 while (modp) { in xf86ModulelistFromConfig()
281 modp->load_name); in xf86ModulelistFromConfig()
282 modp = (XF86LoadPtr) modp->list.next; in xf86ModulelistFromConfig()
298 modp = xf86configptr->conf_modules->mod_load_lst; in xf86ModulelistFromConfig()
299 while (modp) { in xf86ModulelistFromConfig()
300 if (strcmp(modp->load_name, ModuleDefaults[i].name) == 0) { in xf86ModulelistFromConfig()
307 modp = (XF86LoadPtr) modp->list.next; in xf86ModulelistFromConfig()
310 modp = xf86configptr->conf_modules->mod_disable_lst; in xf86ModulelistFromConfig()
[all …]
/OK3568_Linux_fs/external/chromium/licenses/
H A DLICENSE.993 * http://modp.com/release/base64
5 * Copyright (c) 2005, 2006 Nick Galbreath -- nickg [at] modp [dot] com
19 * Neither the name of the modp.com nor the names of its
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Decp_curves.c613 #define NIST_MODP( P ) grp->modp = ecp_mod_ ## P;
725 grp->modp = ecp_mod_p192k1; in mbedtls_ecp_group_load()
731 grp->modp = ecp_mod_p224k1; in mbedtls_ecp_group_load()
737 grp->modp = ecp_mod_p256k1; in mbedtls_ecp_group_load()
758 grp->modp = ecp_mod_p255; in mbedtls_ecp_group_load()
H A Decp.c668 if( grp->modp == NULL ) in ecp_modp()
678 MBEDTLS_MPI_CHK( grp->modp( N ) ); in ecp_modp()
/OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/
H A Dlibtraceevent-func_apis.txt105 unsigned long long *addrp, char **modp)
113 *modp = sym->module_name;
/OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/
H A Decp.h160 int (*modp)(mbedtls_mpi *); /*!< function for fast reduction mod P */ member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Decp.h199 int (*modp)(mbedtls_mpi *); /*!< The function for fast pseudo-reduction member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Decp.h199 int (*modp)(mbedtls_mpi *); /*!< The function for fast pseudo-reduction member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Decp.h199 int (*modp)(mbedtls_mpi *); /*!< The function for fast pseudo-reduction member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H A Decp.h199 int (*modp)(mbedtls_mpi *); /*!< The function for fast pseudo-reduction member
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dmachine.h270 char *machine__resolve_kernel_addr(void *vmachine, unsigned long long *addrp, char **modp);
H A Dmachine.c3100 char *machine__resolve_kernel_addr(void *vmachine, unsigned long long *addrp, char **modp) in machine__resolve_kernel_addr() argument
3109 *modp = __map__is_kmodule(map) ? (char *)map->dso->short_name : NULL; in machine__resolve_kernel_addr()
/OK3568_Linux_fs/kernel/tools/lib/traceevent/
H A Devent-parse.h414 unsigned long long *addrp, char **modp);
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-trace.c1589 …c char *trace__machine__resolve_kernel_addr(void *vmachine, unsigned long long *addrp, char **modp) in trace__machine__resolve_kernel_addr() argument
1604 return machine__resolve_kernel_addr(vmachine, addrp, modp); in trace__machine__resolve_kernel_addr()