Home
last modified time | relevance | path

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

/external/qemu/target-arm/
Dop_addsub.h23 uint32_t HELPER(glue(PFX,add16))(uint32_t a, uint32_t b GE_ARG) in HELPER() argument
34 uint32_t HELPER(glue(PFX,add8))(uint32_t a, uint32_t b GE_ARG) in HELPER() argument
47 uint32_t HELPER(glue(PFX,sub16))(uint32_t a, uint32_t b GE_ARG) in HELPER() argument
58 uint32_t HELPER(glue(PFX,sub8))(uint32_t a, uint32_t b GE_ARG) in HELPER() argument
71 uint32_t HELPER(glue(PFX,subaddx))(uint32_t a, uint32_t b GE_ARG) in HELPER() argument
82 uint32_t HELPER(glue(PFX,addsubx))(uint32_t a, uint32_t b GE_ARG) in HELPER() argument
99 #undef PFX
Dhelper.c2091 #define PFX q macro
2134 #define PFX uq macro
2160 #define PFX s macro
2198 #define PFX u macro
2212 #define PFX sh macro
2225 #define PFX uh macro
/external/iptables/extensions/
Dlibipt_CONNSECMARK.c15 #define PFX "CONNSECMARK target: " macro
42 exit_error(PARAMETER_PROBLEM, PFX in parse()
50 exit_error(PARAMETER_PROBLEM, PFX in parse()
66 exit_error(PARAMETER_PROBLEM, PFX "parameter required"); in final_check()
69 exit_error(PARAMETER_PROBLEM, PFX "only one flag of --save " in final_check()
85 exit_error(OTHER_PROBLEM, PFX "invalid mode %hhu\n", info->mode); in print_connsecmark()
Dlibip6t_CONNSECMARK.c15 #define PFX "CONNSECMARK target: " macro
42 exit_error(PARAMETER_PROBLEM, PFX in parse()
50 exit_error(PARAMETER_PROBLEM, PFX in parse()
66 exit_error(PARAMETER_PROBLEM, PFX "parameter required"); in final_check()
69 exit_error(PARAMETER_PROBLEM, PFX "only one flag of --save " in final_check()
85 exit_error(OTHER_PROBLEM, PFX "invalid mode %hhu\n", info->mode); in print_connsecmark()
Dlibip6t_SECMARK.c17 #define PFX "SECMARK target: " macro
50 exit_error(PARAMETER_PROBLEM, PFX in parse()
55 exit_error(PARAMETER_PROBLEM, PFX in parse()
73 exit_error(PARAMETER_PROBLEM, PFX "parameter required"); in final_check()
84 exit_error(OTHER_PROBLEM, PFX "invalid mode %hhu\n", info->mode); in print_secmark()
Dlibipt_SECMARK.c15 #define PFX "SECMARK target: " macro
48 exit_error(PARAMETER_PROBLEM, PFX in parse()
53 exit_error(PARAMETER_PROBLEM, PFX in parse()
71 exit_error(PARAMETER_PROBLEM, PFX "parameter required"); in final_check()
82 exit_error(OTHER_PROBLEM, PFX "invalid mode %hhu\n", info->mode); in print_secmark()
/external/wpa_supplicant/
Ddefconfig161 # PKCS#12 (PFX) support (used to read private key and certificate file from
DREADME722 If the user certificate and private key is received in PKCS#12/PFX
728 # convert CA certificate (if included in PFX file) to PEM format
DChangeLog774 * added support for reading PKCS#12 (PFX) files (as a replacement for
/external/wpa_supplicant_6/wpa_supplicant/
Ddefconfig192 # PKCS#12 (PFX) support (used to read private key and certificate file from
D.config189 # PKCS#12 (PFX) support (used to read private key and certificate file from
DREADME728 If the user certificate and private key is received in PKCS#12/PFX
734 # convert CA certificate (if included in PFX file) to PEM format
DChangeLog921 * added support for reading PKCS#12 (PFX) files (as a replacement for