Home
last modified time | relevance | path

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

/third_party/libxml2/
Dtestapi.c3882 int n_len; in test_xmlSAX2CDataBlock() local
3886 for (n_len = 0;n_len < gen_nb_int;n_len++) { in test_xmlSAX2CDataBlock()
3890 len = gen_int(n_len, 2); in test_xmlSAX2CDataBlock()
3899 des_int(n_len, len, 2); in test_xmlSAX2CDataBlock()
3907 printf(" %d", n_len); in test_xmlSAX2CDataBlock()
3929 int n_len; in test_xmlSAX2Characters() local
3933 for (n_len = 0;n_len < gen_nb_int;n_len++) { in test_xmlSAX2Characters()
3937 len = gen_int(n_len, 2); in test_xmlSAX2Characters()
3946 des_int(n_len, len, 2); in test_xmlSAX2Characters()
3954 printf(" %d", n_len); in test_xmlSAX2Characters()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_internal-rsa.c30 crypto_public_key_import_parts(const u8 *n, size_t n_len, in crypto_public_key_import_parts() argument
34 crypto_rsa_import_public_key_parts(n, n_len, e, e_len); in crypto_public_key_import_parts()
Dcrypto.h301 crypto_public_key_import_parts(const u8 *n, size_t n_len,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_internal-rsa.c30 crypto_public_key_import_parts(const u8 *n, size_t n_len, in crypto_public_key_import_parts() argument
34 crypto_rsa_import_public_key_parts(n, n_len, e, e_len); in crypto_public_key_import_parts()
Dcrypto.h301 crypto_public_key_import_parts(const u8 *n, size_t n_len,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Drsa.h17 crypto_rsa_import_public_key_parts(const u8 *n, size_t n_len,
Drsa.c115 crypto_rsa_import_public_key_parts(const u8 *n, size_t n_len, in crypto_rsa_import_public_key_parts() argument
127 bignum_set_unsigned_bin(key->n, n, n_len) < 0 || in crypto_rsa_import_public_key_parts()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
Drsa.h17 crypto_rsa_import_public_key_parts(const u8 *n, size_t n_len,
Drsa.c120 crypto_rsa_import_public_key_parts(const u8 *n, size_t n_len, in crypto_rsa_import_public_key_parts() argument
132 bignum_set_unsigned_bin(key->n, n, n_len) < 0 || in crypto_rsa_import_public_key_parts()
/third_party/NuttX/drivers/usbdev/gadget/
Df_uvc.c1994 uint16_t n_len; in fuvc_handle_class_setup_control() local
2006 n_len = 32; in fuvc_handle_class_setup_control()
2007 if (n_len > w_length) in fuvc_handle_class_setup_control()
2009 n_len = w_length; in fuvc_handle_class_setup_control()
2043 req->len = n_len; in fuvc_handle_class_setup_control()
2134 uint16_t n_len, w_length, w_value; in fuvc_handle_class_setup_streaming() local
2137 n_len = (uint16_t)sizeof(struct uvc_probe_commit_control1_1); in fuvc_handle_class_setup_streaming()
2149 errnum = memcpy_s(req->buf, USB_COMP_EP0_BUFSIZ, &fuvc->probe, SKB_DATA_ALIGN(n_len)); in fuvc_handle_class_setup_streaming()
2205 req->len = (n_len > w_length) ? w_length : n_len; in fuvc_handle_class_setup_streaming()
/third_party/ffmpeg/libavformat/
Dmovenchint.c164 const uint8_t *needle, int n_pos, int n_len, in match_segments() argument
174 while (h_pos + match_len < h_len && n_pos + match_len < n_len && in match_segments()
/third_party/mbedtls/library/
Dpk_wrap.c945 size_t n_len ) in asn1_write_mpibuf() argument
950 if( (size_t)( *p - start ) < n_len ) in asn1_write_mpibuf()
953 len = n_len; in asn1_write_mpibuf()
/third_party/chromium/patch/
D0001-cve.patch130642 - int n_len;
130646 - for (n_len = 0;n_len < gen_nb_int;n_len++) {
130650 - len = gen_int(n_len, 2);
130657 - des_int(n_len, len, 2);
130665 - printf(" %d", n_len);
130857 - int n_len;
130861 - for (n_len = 0;n_len < gen_nb_int_ptr;n_len++) {
130864 - len = gen_int_ptr(n_len, 0);
130870 - des_int_ptr(n_len, len, 0);
130877 - printf(" %d", n_len);