/third_party/libxml2/ |
D | testapi.c | 3882 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/ |
D | crypto_internal-rsa.c | 30 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()
|
D | crypto.h | 301 crypto_public_key_import_parts(const u8 *n, size_t n_len,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | crypto_internal-rsa.c | 30 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()
|
D | crypto.h | 301 crypto_public_key_import_parts(const u8 *n, size_t n_len,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
D | rsa.h | 17 crypto_rsa_import_public_key_parts(const u8 *n, size_t n_len,
|
D | rsa.c | 115 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/ |
D | rsa.h | 17 crypto_rsa_import_public_key_parts(const u8 *n, size_t n_len,
|
D | rsa.c | 120 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/ |
D | f_uvc.c | 1994 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/ |
D | movenchint.c | 164 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/ |
D | pk_wrap.c | 945 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/ |
D | 0001-cve.patch | 130642 - 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);
|