Home
last modified time | relevance | path

Searched refs:s_len (Results 1 – 14 of 14) sorted by relevance

/external/libconstrainedcrypto/
Ddsa_sig.c67 int s_len; in dsa_sig_unpack() local
101 s_len = sig[5 + r_len]; in dsa_sig_unpack()
109 if ((s_len < 1) || (s_len != seq_len - 4 - r_len)) { in dsa_sig_unpack()
118 || !trim_to_p256_bytes(s_bytes, &sig[6 + r_len], s_len)) { in dsa_sig_unpack()
/external/v8/src/js/
Dstring.js73 var s_len = s.length;
75 var end_i = s_len;
81 start_i += s_len;
86 if (start_i > s_len) {
92 end_i += s_len;
97 if (end_i > s_len) {
98 end_i = s_len;
/external/wpa_supplicant_8/src/tls/
Dpkcs1.c197 const u8 *s, size_t s_len, in pkcs1_v15_sig_ver() argument
208 decrypted = os_malloc(s_len); in pkcs1_v15_sig_ver()
211 decrypted_len = s_len; in pkcs1_v15_sig_ver()
212 res = crypto_public_key_decrypt_pkcs1(pk, s, s_len, decrypted, in pkcs1_v15_sig_ver()
Dpkcs1.h25 const u8 *s, size_t s_len,
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-hangul.cc342 unsigned int s_len = tindex ? 3 : 2; in preprocess_text_hangul() local
343 buffer->replace_glyphs (1, s_len, decomposed); in preprocess_text_hangul()
358 s_len++; in preprocess_text_hangul()
360 end = start + s_len; in preprocess_text_hangul()
/external/freetype/src/base/
Dftmac.c482 size_t s_len = (size_t)s[0]; in parse_fond() local
485 if ( s_len != 0 && ps_name_len + s_len < sizeof ( ps_name ) ) in parse_fond()
487 ft_memcpy( ps_name + ps_name_len, s + 1, s_len ); in parse_fond()
488 ps_name_len += s_len; in parse_fond()
/external/pdfium/third_party/freetype/src/base/
Dftmac.c482 size_t s_len = (size_t)s[0]; in parse_fond() local
485 if ( s_len != 0 && ps_name_len + s_len < sizeof ( ps_name ) ) in parse_fond()
487 ft_memcpy( ps_name + ps_name_len, s + 1, s_len ); in parse_fond()
488 ps_name_len += s_len; in parse_fond()
/external/syslinux/libinstaller/
Dbin2c.pl72 printf "\n};\n\nconst unsigned int %s_len = %u;\n", $table_name, $total_len;
/external/python/cpython2/Modules/
D_struct.c48 Py_ssize_t s_len; member
1286 self->s_len = len; in prepare_s()
1359 s->s_len = -1; in s_new()
1415 PyObject *result = PyTuple_New(soself->s_len); in s_unpack_internal()
1625 if (PyTuple_GET_SIZE(args) != soself->s_len) in s_pack()
1628 "pack expected %zd items for packing (got %zd)", soself->s_len, PyTuple_GET_SIZE(args)); in s_pack()
1665 if (PyTuple_GET_SIZE(args) != (soself->s_len + 2)) in s_pack_into()
1678 soself->s_len, (PyTuple_GET_SIZE(args) - 2)); in s_pack_into()
1738 size = _PyObject_SIZE(Py_TYPE(self)) + sizeof(formatcode) * (self->s_len + 1); in s_sizeof()
/external/boringssl/src/crypto/fipsmodule/ecdsa/
Decdsa_test.cc113 size_t s_len = BN_num_bytes(ecdsa_sig->s); in TestTamperedSig() local
116 ASSERT_LE(s_len, bn_len); in TestTamperedSig()
/external/clang/test/Sema/
Denable_if.c22 size_t __strnlen_chk(const char *s, size_t requested_amount, size_t s_len);
/external/selinux/libsemanage/src/
Dsemanage_store.c1197 size_t s_len = (s == NULL ? 0 : strlen(s)); in append_str() local
1205 new_s = realloc(s, s_len + t_len + 1); in append_str()
1210 memcpy(s + s_len, t, t_len); in append_str()
1211 s[s_len + t_len] = '\0'; in append_str()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-generic.c2068 SizeT s_len = s->end+1 - s->start; in ML_() local
2074 d = VG_(am_notify_munmap)(s_start, s_len); in ML_()
2076 VG_TRACK( die_mem_munmap, s_start, s_len ); in ML_()
2079 (ULong)s_len, in ML_()
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface.c8911 u8 s_id, s_len; in wpas_ctrl_neighbor_rep_cb() local
8914 s_len = *pos++; in wpas_ctrl_neighbor_rep_cb()
8915 if (s_len > end - pos) in wpas_ctrl_neighbor_rep_cb()
8917 if (s_id == WLAN_EID_MEASURE_REPORT && s_len > 3) { in wpas_ctrl_neighbor_rep_cb()
8927 pos, s_len); in wpas_ctrl_neighbor_rep_cb()
8933 pos, s_len); in wpas_ctrl_neighbor_rep_cb()
8938 pos += s_len; in wpas_ctrl_neighbor_rep_cb()