Home
last modified time | relevance | path

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

/external/rust/crates/ring/crypto/fipsmodule/ec/
Decp_nistz256.c199 uint8_t p_str[(P256_LIMBS * sizeof(Limb)) + 1]; in GFp_nistz256_point_mul() local
200 gfp_little_endian_bytes_from_scalar(p_str, sizeof(p_str) / sizeof(p_str[0]), in GFp_nistz256_point_mul()
242 raw_wvalue = p_str[(index - 1) / 8]; in GFp_nistz256_point_mul()
252 raw_wvalue = p_str[off] | p_str[off + 1] << 8; in GFp_nistz256_point_mul()
273 raw_wvalue = p_str[0]; in GFp_nistz256_point_mul()
316 uint8_t p_str[(P256_LIMBS * sizeof(Limb)) + 1]; in GFp_nistz256_point_mul_base() local
317 gfp_little_endian_bytes_from_scalar(p_str, sizeof(p_str) / sizeof(p_str[0]), in GFp_nistz256_point_mul_base()
325 crypto_word raw_wvalue = (p_str[0] << 1) & kMask; in GFp_nistz256_point_mul_base()
337 raw_wvalue = p_str[off] | p_str[off + 1] << 8; in GFp_nistz256_point_mul_base()
Decp_nistz384.inl183 uint8_t p_str[(P384_LIMBS * sizeof(Limb)) + 1]; local
184 gfp_little_endian_bytes_from_scalar(p_str, sizeof(p_str) / sizeof(p_str[0]),
223 crypto_word wvalue = p_str[(index - 1) / 8];
235 wvalue = p_str[off] | p_str[off + 1] << 8;
250 wvalue = p_str[0];
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dp256-x86_64.c204 uint8_t p_str[33]; in ecp_nistz256_windowed_mul() local
205 OPENSSL_memcpy(p_str, p_scalar->bytes, 32); in ecp_nistz256_windowed_mul()
206 p_str[32] = 0; in ecp_nistz256_windowed_mul()
236 unsigned wvalue = p_str[(index - 1) / 8]; in ecp_nistz256_windowed_mul()
245 wvalue = p_str[off] | p_str[off + 1] << 8; in ecp_nistz256_windowed_mul()
268 wvalue = p_str[0]; in ecp_nistz256_windowed_mul()
286 static unsigned calc_first_wvalue(unsigned *index, const uint8_t p_str[33]) { in calc_first_wvalue()
291 unsigned wvalue = (p_str[0] << 1) & kMask; in calc_first_wvalue()
295 static unsigned calc_wvalue(unsigned *index, const uint8_t p_str[33]) { in calc_wvalue()
300 unsigned wvalue = p_str[off] | p_str[off + 1] << 8; in calc_wvalue()
[all …]
/external/boringssl/src/crypto/fipsmodule/ec/
Dp256-x86_64.c204 uint8_t p_str[33]; in ecp_nistz256_windowed_mul() local
205 OPENSSL_memcpy(p_str, p_scalar->bytes, 32); in ecp_nistz256_windowed_mul()
206 p_str[32] = 0; in ecp_nistz256_windowed_mul()
236 crypto_word_t wvalue = p_str[(index - 1) / 8]; in ecp_nistz256_windowed_mul()
245 wvalue = (crypto_word_t)p_str[off] | (crypto_word_t)p_str[off + 1] << 8; in ecp_nistz256_windowed_mul()
268 wvalue = p_str[0]; in ecp_nistz256_windowed_mul()
286 static crypto_word_t calc_first_wvalue(size_t *index, const uint8_t p_str[33]) { in calc_first_wvalue()
291 crypto_word_t wvalue = (p_str[0] << 1) & kMask; in calc_first_wvalue()
295 static crypto_word_t calc_wvalue(size_t *index, const uint8_t p_str[33]) { in calc_wvalue()
301 (crypto_word_t)p_str[off] | (crypto_word_t)p_str[off + 1] << 8; in calc_wvalue()
[all …]
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Drsaz_exp.c189 const uint8_t *p_str = (const uint8_t *)exponent; in RSAZ_1024_mod_exp_avx2() local
192 int wvalue = p_str[127] >> 3; in RSAZ_1024_mod_exp_avx2()
201 memcpy(&wvalue_16, &p_str[index / 8], sizeof(wvalue_16)); in RSAZ_1024_mod_exp_avx2()
213 wvalue = p_str[0] & 15; in RSAZ_1024_mod_exp_avx2()
/external/boringssl/src/crypto/fipsmodule/bn/
Drsaz_exp.c189 const uint8_t *p_str = (const uint8_t *)exponent; in RSAZ_1024_mod_exp_avx2() local
192 int wvalue = p_str[127] >> 3; in RSAZ_1024_mod_exp_avx2()
201 memcpy(&wvalue_16, &p_str[index / 8], sizeof(wvalue_16)); in RSAZ_1024_mod_exp_avx2()
213 wvalue = p_str[0] & 15; in RSAZ_1024_mod_exp_avx2()
/external/rust/crates/nix/src/
Dmount.rs69 Some(path) => path.with_nix_path(|p_str| f(p_str.as_ptr())), in mount()
/external/libcups/vcnet/regex/
Dregcomp.ih9 static void p_str(register struct parse *p);
Dregcomp.c158 p_str(p);
385 p_str(p) in p_str() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregcomp.c208 static void p_str(struct parse *);
362 p_str(p); in llvm_regcomp()
611 p_str(struct parse *p) in p_str() function
/external/llvm-project/llvm/lib/Support/
Dregcomp.c208 static void p_str(struct parse *);
362 p_str(p); in llvm_regcomp()
611 p_str(struct parse *p) in p_str() function
/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/swiftshader/third_party/llvm-subzero/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/python/cpython3/Objects/
Dunicodeobject.c14962 PyObject **p_str) in unicode_format_arg_format() argument
14987 *p_str = v; in unicode_format_arg_format()
14988 Py_INCREF(*p_str); in unicode_format_arg_format()
14992 *p_str = PyObject_Str(v); in unicode_format_arg_format()
14994 *p_str = PyObject_Repr(v); in unicode_format_arg_format()
14996 *p_str = PyObject_ASCII(v); in unicode_format_arg_format()
15007 int ret = mainformatlong(v, arg, p_str, writer); in unicode_format_arg_format()
15030 if (formatfloat(v, arg, p_str, NULL) == -1) in unicode_format_arg_format()
15045 *p_str = PyUnicode_FromOrdinal(ch); in unicode_format_arg_format()
15058 if (*p_str == NULL) in unicode_format_arg_format()
[all …]
/external/iproute2/devlink/
Ddevlink.c669 static int dl_argv_str(struct dl *dl, const char **p_str) in dl_argv_str() argument
677 *p_str = str; in dl_argv_str()