/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A 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()
|
H A 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/crypto/ |
H A 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()
|
H A D | crypto.h | 301 crypto_public_key_import_parts(const u8 *n, size_t n_len,
|
/third_party/openssl/test/ |
H A D | acvp_test.c | 1005 const unsigned char *n, size_t n_len, in rsa_create_pkey() 1018 || !TEST_ptr(BN_bin2bn(n, n_len, n_bn)) in rsa_create_pkey() 1062 size_t n_len = 0, d_len = 0; in rsa_keygen_test() local 1111 &n, &n_len)) in rsa_keygen_test() 1122 || !TEST_mem_eq(tst->n, tst->n_len, n, n_len) in rsa_keygen_test() 1132 test_output_memory("n", n, n_len); in rsa_keygen_test() 1163 size_t sig_len = 0, n_len = 0, e_len = 0; in rsa_siggen_test() local 1181 || !TEST_true(pkey_get_bn_bytes(pkey, OSSL_PKEY_PARAM_RSA_N, &n, &n_len)) in rsa_siggen_test() 1187 test_output_memory("n", n, n_len); in rsa_siggen_test() 1004 rsa_create_pkey(EVP_PKEY **pkey, const unsigned char *n, size_t n_len, const unsigned char *e, size_t e_len, const unsigned char *d, size_t d_len, BN_CTX *bn_ctx) rsa_create_pkey() argument 1250 size_t n_len = 0, e_len = 0; rsa_decryption_primitive_test() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
H A D | rsa.h | 17 crypto_rsa_import_public_key_parts(const u8 *n, size_t n_len,
|
H A 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/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
H A D | rsa.h | 17 crypto_rsa_import_public_key_parts(const u8 *n, size_t n_len,
|
H A 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/NuttX/drivers/usbdev/gadget/ |
H A 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() [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | movenchint.c | 157 * @param n_len length of the needle buffer 164 const uint8_t *needle, int n_pos, int n_len, in match_segments() 174 while (h_pos + match_len < h_len && n_pos + match_len < n_len && in match_segments() 163 match_segments(const uint8_t *haystack, int h_len, const uint8_t *needle, int n_pos, int n_len, int *match_h_offset_ptr, int *match_n_offset_ptr, int *match_len_ptr) match_segments() argument
|