Home
last modified time | relevance | path

Searched refs:p_str (Results 1 – 10 of 10) sorted by relevance

/external/boringssl/src/crypto/ec/
Dp256-x86_64.c249 uint8_t p_str[33]; in ecp_nistz256_windowed_mul() local
283 p_str[j + 0] = d & 0xff; in ecp_nistz256_windowed_mul()
284 p_str[j + 1] = (d >> 8) & 0xff; in ecp_nistz256_windowed_mul()
285 p_str[j + 2] = (d >> 16) & 0xff; in ecp_nistz256_windowed_mul()
286 p_str[j + 3] = (d >>= 24) & 0xff; in ecp_nistz256_windowed_mul()
289 p_str[j + 4] = d & 0xff; in ecp_nistz256_windowed_mul()
290 p_str[j + 5] = (d >> 8) & 0xff; in ecp_nistz256_windowed_mul()
291 p_str[j + 6] = (d >> 16) & 0xff; in ecp_nistz256_windowed_mul()
292 p_str[j + 7] = (d >> 24) & 0xff; in ecp_nistz256_windowed_mul()
297 p_str[j] = 0; in ecp_nistz256_windowed_mul()
[all …]
/external/boringssl/src/crypto/bn/
Drsaz_exp.c82 unsigned char *p_str = storage + (64-((size_t)storage%64)); in RSAZ_1024_mod_exp_avx2() local
84 *table_s = p_str+320*3, in RSAZ_1024_mod_exp_avx2()
89 if ((((size_t)p_str&4095)+320)>>12) { in RSAZ_1024_mod_exp_avx2()
90 result = p_str; in RSAZ_1024_mod_exp_avx2()
91 a_inv = p_str + 320; in RSAZ_1024_mod_exp_avx2()
92 m = p_str + 320*2; /* should not cross page */ in RSAZ_1024_mod_exp_avx2()
94 m = p_str; /* should not cross page */ in RSAZ_1024_mod_exp_avx2()
95 result = p_str + 320; in RSAZ_1024_mod_exp_avx2()
96 a_inv = p_str + 320*2; in RSAZ_1024_mod_exp_avx2()
228 p_str = (unsigned char*)exponent; in RSAZ_1024_mod_exp_avx2()
[all …]
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_prm.c550 char *p_str; in nfc_hal_prm_spd_status_str() local
555 p_str = "SPD_ERROR_DEST"; in nfc_hal_prm_spd_status_str()
559 p_str = "SPD_ERROR_PROJECTID"; in nfc_hal_prm_spd_status_str()
563 p_str = "SPD_ERROR_CHIPVER"; in nfc_hal_prm_spd_status_str()
567 p_str = "SPD_ERROR_MAJORVER"; in nfc_hal_prm_spd_status_str()
571 p_str = "SPD_ERROR_INVALID_PARAM"; in nfc_hal_prm_spd_status_str()
575 p_str = "SPD_ERROR_INVALID_SIG"; in nfc_hal_prm_spd_status_str()
579 p_str = "SPD_ERROR_NVM_CORRUPTED"; in nfc_hal_prm_spd_status_str()
583 p_str = "SPD_ERROR_PWR_MODE"; in nfc_hal_prm_spd_status_str()
587 p_str = "SPD_ERROR_MSG_LEN"; in nfc_hal_prm_spd_status_str()
[all …]
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Dandroid_logmsg.cpp322 void LogMsg_0 (UINT32 maskTraceSet, const char *p_str) in LogMsg_0() argument
324 LogMsg (maskTraceSet, p_str); in LogMsg_0()
/external/libnfc-nci/halimpl/bcm2079x/include/
Dandroid_logmsg.h37 void LogMsg_0 (UINT32 trace_set_mask, const char *p_str);
/external/dbus/dbus/
Ddbus-sysdeps-unix.c2088 struct passwd p_str; in fill_user_info() local
2113 result = getpwuid_r (uid, &p_str, buf, buflen, in fill_user_info()
2116 result = getpwnam_r (username_c, &p_str, buf, buflen, in fill_user_info()
2120 p = getpwuid_r (uid, &p_str, buf, buflen); in fill_user_info()
2122 p = getpwnam_r (username_c, &p_str, buf, buflen); in fill_user_info()
2136 if (result == 0 && p == &p_str) in fill_user_info()
/external/llvm/lib/Support/
Dregcomp.c80 static void p_str(struct parse *);
234 p_str(p); in llvm_regcomp()
483 p_str(struct parse *p) in p_str() function
/external/libnfc-nci/src/nfa/ee/
Dnfa_ee_act.c93 static void nfa_ee_trace_aid (char *p_str, UINT8 id, UINT8 aid_len, UINT8 *p) in nfa_ee_trace_aid() argument
110 NFA_TRACE_DEBUG4 ("%s id:0x%x len=%d aid:%s", p_str, id, aid_len, buff); in nfa_ee_trace_aid()
/external/v8/test/cctest/
Dtest-api.cc6953 v8::Persistent<String> p_str(isolate, str); in TEST() local
6954 p_str.Reset(); in TEST()
/external/libnfc-nci/src/include/
Dbt_trace.h166 extern void LogMsg_0 (UINT32 trace_set_mask, const char *p_str);