Home
last modified time | relevance | path

Searched refs:out_len (Results 226 - 250 of 290) sorted by relevance

12345678910>>...12

/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c2270 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 Dio.c254 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 Dio.c274 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 Dparsers.c1623 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 Dtls_gnutls.c902 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 Dtlsv1_client_read.c1446 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 Dtls_gnutls.c902 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 Dtlsv1_client_read.c1454 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 Dnls.c544 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 Dnls.c544 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 Dp_lib.c2197 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 Dp_lib.c2194 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 Dikev2_common.h279 u8 *out, size_t out_len);
H A Dikev2_common.c115 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 Dsae.h175 u8 * sae_pk_base32_decode(const char *src, size_t len, size_t *out_len);
H A Dsae_pk.c250 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 Dikev2_common.h279 u8 *out, size_t out_len);
H A Dikev2_common.c115 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 Devp_test.c231 * 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 Drtl871x_mlme.c1643 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 Drtl871x_mlme.c1602 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 Dcaamalg_qi.c953 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 Dcaamalg_qi.c958 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 Dares_dns_record.h475 struct ares_addr *addr, size_t *out_len);
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-thai.cc341 unsigned int end = buffer->out_len; in preprocess_text_thai()

Completed in 62 milliseconds

12345678910>>...12