/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/ |
H A D | rtw_mlme.c | 2270 int out_len; in rtw_build_wmm_ie_ht() local 2273 out_len = *pout_len; in rtw_build_wmm_ie_ht() 2274 rtw_set_ie(out_ie+out_len, WLAN_EID_VENDOR_SPECIFIC, in rtw_build_wmm_ie_ht() 2284 u32 ielen, out_len; in rtw_restructure_ht_ie() local 2296 out_len = *pout_len; in rtw_restructure_ht_ie() 2394 rtw_set_ie(out_ie+out_len, WLAN_EID_HT_CAPABILITY, in rtw_restructure_ht_ie() 2402 out_len = *pout_len; in rtw_restructure_ht_ie() 2403 rtw_set_ie(out_ie+out_len, WLAN_EID_HT_OPERATION, ielen, p+2, pout_len); in rtw_restructure_ht_ie()
|
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | io.c | 254 goto out_len; in ubifs_check_node() 258 goto out_len; in ubifs_check_node() 261 goto out_len; in ubifs_check_node() 279 out_len: in ubifs_check_node()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | io.c | 274 goto out_len; in ubifs_check_node() 278 goto out_len; in ubifs_check_node() 281 goto out_len; in ubifs_check_node() 300 out_len: in ubifs_check_node()
|
/third_party/libwebsockets/lib/roles/http/ |
H A D | parsers.c | 1623 char *out, size_t *out_len) in lws_jwt_get_http_cookie_validate_jwt() 1626 size_t cml = *out_len; in lws_jwt_get_http_cookie_validate_jwt() 1631 if (lws_http_cookie_get(wsi, i->cookie_name, out, out_len)) { in lws_jwt_get_http_cookie_validate_jwt() 1640 *out_len, temp, sizeof(temp), out, &cml)) { in lws_jwt_get_http_cookie_validate_jwt() 1621 lws_jwt_get_http_cookie_validate_jwt(struct lws *wsi, struct lws_jwt_sign_set_cookie *i, char *out, size_t *out_len) lws_jwt_get_http_cookie_validate_jwt() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | tls_gnutls.c | 902 size_t context_len, u8 *out, size_t out_len) in tls_connection_export_key() 910 out_len, (char *) out); in tls_connection_export_key() 915 0 /* client_random first */, 0, NULL, out_len, in tls_connection_export_key() 922 u8 *out, size_t out_len) in tls_connection_get_eap_fast_key() 900 tls_connection_export_key(void *tls_ctx, struct tls_connection *conn, const char *label, const u8 *context, size_t context_len, u8 *out, size_t out_len) tls_connection_export_key() argument 921 tls_connection_get_eap_fast_key(void *tls_ctx, struct tls_connection *conn, u8 *out, size_t out_len) tls_connection_get_eap_fast_key() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
H A D | tlsv1_client_read.c | 1446 u8 **out_data, size_t *out_len) in tls_process_application_data() 1468 *out_len = left; in tls_process_application_data() 1477 u8 **out_data, size_t *out_len) in tlsv1_client_process_handshake() 1539 out_len)) in tlsv1_client_process_handshake() 1444 tls_process_application_data(struct tlsv1_client *conn, u8 ct, const u8 *in_data, size_t *in_len, u8 **out_data, size_t *out_len) tls_process_application_data() argument 1475 tlsv1_client_process_handshake(struct tlsv1_client *conn, u8 ct, const u8 *buf, size_t *len, u8 **out_data, size_t *out_len) tlsv1_client_process_handshake() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | tls_gnutls.c | 902 size_t context_len, u8 *out, size_t out_len) in tls_connection_export_key() 910 out_len, (char *) out); in tls_connection_export_key() 915 0 /* client_random first */, 0, NULL, out_len, in tls_connection_export_key() 922 u8 *out, size_t out_len) in tls_connection_get_eap_fast_key() 900 tls_connection_export_key(void *tls_ctx, struct tls_connection *conn, const char *label, const u8 *context, size_t context_len, u8 *out, size_t out_len) tls_connection_export_key() argument 921 tls_connection_get_eap_fast_key(void *tls_ctx, struct tls_connection *conn, u8 *out, size_t out_len) tls_connection_get_eap_fast_key() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
H A D | tlsv1_client_read.c | 1454 u8 **out_data, size_t *out_len) in tls_process_application_data() 1476 *out_len = left; in tls_process_application_data() 1485 u8 **out_data, size_t *out_len) in tlsv1_client_process_handshake() 1547 out_len)) in tlsv1_client_process_handshake() 1452 tls_process_application_data(struct tlsv1_client *conn, u8 ct, const u8 *in_data, size_t *in_len, u8 **out_data, size_t *out_len) tls_process_application_data() argument 1483 tlsv1_client_process_handshake(struct tlsv1_client *conn, u8 ct, const u8 *buf, size_t *len, u8 **out_data, size_t *out_len) tlsv1_client_process_handshake() argument
|
/kernel/linux/linux-5.10/fs/exfat/ |
H A D | nls.c | 544 int i, j, len, out_len = 0; in __exfat_utf16_to_nls() local 550 while (i < MAX_NAME_LENGTH && out_len < (buflen - 1)) { in __exfat_utf16_to_nls() 576 if (out_len + len >= buflen) in __exfat_utf16_to_nls() 577 len = buflen - 1 - out_len; in __exfat_utf16_to_nls() 578 out_len += len; in __exfat_utf16_to_nls() 592 return out_len; in __exfat_utf16_to_nls()
|
/kernel/linux/linux-6.6/fs/exfat/ |
H A D | nls.c | 544 int i, j, len, out_len = 0; in __exfat_utf16_to_nls() local 550 while (i < MAX_NAME_LENGTH && out_len < (buflen - 1)) { in __exfat_utf16_to_nls() 576 if (out_len + len >= buflen) in __exfat_utf16_to_nls() 577 len = buflen - 1 - out_len; in __exfat_utf16_to_nls() 578 out_len += len; in __exfat_utf16_to_nls() 592 return out_len; in __exfat_utf16_to_nls()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | p_lib.c | 2197 size_t *out_len) in EVP_PKEY_get_octet_string_param() 2209 if (ret2 && out_len != NULL) in EVP_PKEY_get_octet_string_param() 2210 *out_len = params[0].return_size; in EVP_PKEY_get_octet_string_param() 2216 size_t *out_len) in EVP_PKEY_get_utf8_string_param() 2228 if (ret2 && out_len != NULL) in EVP_PKEY_get_utf8_string_param() 2229 *out_len = params[0].return_size; in EVP_PKEY_get_utf8_string_param() 2195 EVP_PKEY_get_octet_string_param(const EVP_PKEY *pkey, const char *key_name, unsigned char *buf, size_t max_buf_sz, size_t *out_len) EVP_PKEY_get_octet_string_param() argument 2214 EVP_PKEY_get_utf8_string_param(const EVP_PKEY *pkey, const char *key_name, char *str, size_t max_buf_sz, size_t *out_len) EVP_PKEY_get_utf8_string_param() argument
|
/third_party/openssl/crypto/evp/ |
H A D | p_lib.c | 2194 size_t *out_len) in EVP_PKEY_get_octet_string_param() 2206 if (ret2 && out_len != NULL) in EVP_PKEY_get_octet_string_param() 2207 *out_len = params[0].return_size; in EVP_PKEY_get_octet_string_param() 2213 size_t *out_len) in EVP_PKEY_get_utf8_string_param() 2225 if (ret2 && out_len != NULL) in EVP_PKEY_get_utf8_string_param() 2226 *out_len = params[0].return_size; in EVP_PKEY_get_utf8_string_param() 2192 EVP_PKEY_get_octet_string_param(const EVP_PKEY *pkey, const char *key_name, unsigned char *buf, size_t max_buf_sz, size_t *out_len) EVP_PKEY_get_octet_string_param() argument 2211 EVP_PKEY_get_utf8_string_param(const EVP_PKEY *pkey, const char *key_name, char *str, size_t max_buf_sz, size_t *out_len) EVP_PKEY_get_utf8_string_param() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | ikev2_common.h | 279 u8 *out, size_t out_len);
|
H A D | ikev2_common.c | 115 u8 *out, size_t out_len) in ikev2_prf_plus() 138 end = out + out_len; in ikev2_prf_plus() 113 ikev2_prf_plus(int alg, const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *out, size_t out_len) ikev2_prf_plus() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | sae.h | 175 u8 * sae_pk_base32_decode(const char *src, size_t len, size_t *out_len);
|
H A D | sae_pk.c | 250 u8 * sae_pk_base32_decode(const char *src, size_t len, size_t *out_len) in sae_pk_base32_decode() argument 312 *out_len = pos - out; in sae_pk_base32_decode()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | ikev2_common.h | 279 u8 *out, size_t out_len);
|
H A D | ikev2_common.c | 115 u8 *out, size_t out_len) in ikev2_prf_plus() 138 end = out + out_len; in ikev2_prf_plus() 113 ikev2_prf_plus(int alg, const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *out, size_t out_len) ikev2_prf_plus() argument
|
/third_party/openssl/test/ |
H A D | evp_test.c | 231 * Return an allocated buffer, set |out_len|. If |input_len| 235 size_t *out_len) in unescape() 241 *out_len = 0; in unescape() 263 *out_len = p - ret; in unescape() 695 size_t in_len, out_len, donelen = 0; in cipher_test_enc() local 710 out_len = expected->ciphertext_len; in cipher_test_enc() 715 out_len = expected->plaintext_len; in cipher_test_enc() 859 if (!EVP_CipherUpdate(ctx, NULL, &tmplen, NULL, out_len)) { in cipher_test_enc() 967 if ((int)out_len > tmplen + tmpflen) in cipher_test_enc() 968 out_len in cipher_test_enc() 234 unescape(const char *input, size_t input_len, size_t *out_len) unescape() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
H A D | rtl871x_mlme.c | 1643 u32 ielen, out_len; in r8712_restructure_ht_ie() local 1655 out_len = *pout_len; in r8712_restructure_ht_ie() 1656 r8712_set_ie(out_ie + out_len, WLAN_EID_VENDOR_SPECIFIC, in r8712_restructure_ht_ie() 1660 out_len = *pout_len; in r8712_restructure_ht_ie() 1670 r8712_set_ie(out_ie + out_len, WLAN_EID_HT_CAPABILITY, in r8712_restructure_ht_ie()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8712/ |
H A D | rtl871x_mlme.c | 1602 u32 ielen, out_len; in r8712_restructure_ht_ie() local 1614 out_len = *pout_len; in r8712_restructure_ht_ie() 1615 r8712_set_ie(out_ie + out_len, WLAN_EID_VENDOR_SPECIFIC, in r8712_restructure_ht_ie() 1619 out_len = *pout_len; in r8712_restructure_ht_ie() 1629 r8712_set_ie(out_ie + out_len, WLAN_EID_HT_CAPABILITY, in r8712_restructure_ht_ie()
|
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | caamalg_qi.c | 953 int in_len, out_len; in aead_edesc_alloc() local 1130 out_len = req->assoclen + req->cryptlen + in aead_edesc_alloc() 1140 out_len, 0); in aead_edesc_alloc() 1144 out_len, 0); in aead_edesc_alloc() 1146 dma_to_qm_sg_one(&fd_sgt[0], sg_dma_address(req->dst), out_len, in aead_edesc_alloc() 1150 qm_sg_index, out_len, 0); in aead_edesc_alloc()
|
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | caamalg_qi.c | 958 int in_len, out_len; in aead_edesc_alloc() local 1135 out_len = req->assoclen + req->cryptlen + in aead_edesc_alloc() 1145 out_len, 0); in aead_edesc_alloc() 1149 out_len, 0); in aead_edesc_alloc() 1151 dma_to_qm_sg_one(&fd_sgt[0], sg_dma_address(req->dst), out_len, in aead_edesc_alloc() 1155 qm_sg_index, out_len, 0); in aead_edesc_alloc()
|
/third_party/node/deps/cares/include/ |
H A D | ares_dns_record.h | 475 struct ares_addr *addr, size_t *out_len);
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-shape-complex-thai.cc | 341 unsigned int end = buffer->out_len; in preprocess_text_thai()
|