Home
last modified time | relevance | path

Searched refs:out_len (Results 126 - 150 of 172) sorted by relevance

1234567

/third_party/node/deps/openssl/openssl/providers/fips/
H A Dself_test_kats.c25 unsigned int out_len = 0; in self_test_digest() local
35 || !EVP_DigestFinal(ctx, out, &out_len)) in self_test_digest()
41 if (out_len != t->expected_len in self_test_digest()
42 || memcmp(out, t->expected, out_len) != 0) in self_test_digest()
/third_party/openssl/providers/fips/
H A Dself_test_kats.c25 unsigned int out_len = 0; in self_test_digest() local
35 || !EVP_DigestFinal(ctx, out, &out_len)) in self_test_digest()
41 if (out_len != t->expected_len in self_test_digest()
42 || memcmp(out, t->expected, out_len) != 0) in self_test_digest()
/third_party/backends/backend/
H A Dsp15c.c1332 do_scsi_cmd (int fd, unsigned char *cmd, int cmd_len, unsigned char *out, size_t out_len) in do_scsi_cmd() argument
1335 size_t ol = out_len; in do_scsi_cmd()
1340 if ((out_len != 0) && (out_len != ol)) in do_scsi_cmd()
1343 (u_long) out_len, (u_long) ol); in do_scsi_cmd()
1350 if (out != NULL && out_len != 0) in do_scsi_cmd()
1351 hexdump (15, ">rslt>", out, (out_len > 0x60) ? 0x60 : out_len); in do_scsi_cmd()
H A Dsp15c.h258 do_scsi_cmd (int fd, unsigned char *cmd, int cmd_len, unsigned char *out, size_t out_len);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_wolfssl.c1991 size_t context_len, u8 *out, size_t out_len) in tls_connection_export_key()
1995 if (!conn || wolfSSL_make_eap_keys(conn->ssl, out, out_len, label) != 0) in tls_connection_export_key()
2004 u8 *out, size_t out_len) in tls_connection_get_eap_fast_key()
2026 tmp_out = os_malloc(skip + out_len); in tls_connection_get_eap_fast_key()
2039 _out, skip + out_len); in tls_connection_get_eap_fast_key()
2044 _out, skip + out_len); in tls_connection_get_eap_fast_key()
2049 os_memcpy(out, _out + skip, out_len); in tls_connection_get_eap_fast_key()
2050 bin_clear_free(tmp_out, skip + out_len); in tls_connection_get_eap_fast_key()
1989 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
2003 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
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/crypto/
H A Dtls_wolfssl.c1998 size_t context_len, u8 *out, size_t out_len) in tls_connection_export_key()
2002 if (!conn || wolfSSL_make_eap_keys(conn->ssl, out, out_len, label) != 0) in tls_connection_export_key()
2011 u8 *out, size_t out_len) in tls_connection_get_eap_fast_key()
2033 tmp_out = os_malloc(skip + out_len); in tls_connection_get_eap_fast_key()
2046 _out, skip + out_len); in tls_connection_get_eap_fast_key()
2051 _out, skip + out_len); in tls_connection_get_eap_fast_key()
2056 os_memcpy(out, _out + skip, out_len); in tls_connection_get_eap_fast_key()
2057 bin_clear_free(tmp_out, skip + out_len); in tls_connection_get_eap_fast_key()
1996 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
2010 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
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
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dbcmiov.h310 * out_len is set to required length in that case.
313 uint8 *out_buf, size_t out_size, size_t *out_len);
/third_party/glfw/deps/
H A Dstb_image_write.h31 unsigned char * my_compress(unsigned char *data, int data_len, int *out_len, int quality);
895 STBIWDEF unsigned char * stbi_zlib_compress(unsigned char *data, int data_len, int *out_len, int quality)
899 return STBIW_ZLIB_COMPRESS(data, data_len, out_len, quality);
1017 *out_len = stbiw__sbn(out);
1019 STBIW_MEMMOVE(stbiw__sbraw(out), out, *out_len);
1128 STBIWDEF unsigned char *stbi_write_png_to_mem(const unsigned char *pixels, int stride_bytes, int x, int y, int n, int *out_len)
1183 *out_len = 8 + 12+13 + 12+zlen + 12;
1209 STBIW_ASSERT(o == out + *out_len);
/third_party/astc-encoder/Source/
H A Dstb_image_write.h31 unsigned char * my_compress(unsigned char *data, int data_len, int *out_len, int quality);
895 STBIWDEF unsigned char * stbi_zlib_compress(unsigned char *data, int data_len, int *out_len, int quality)
899 return STBIW_ZLIB_COMPRESS(data, data_len, out_len, quality);
1017 *out_len = stbiw__sbn(out);
1019 STBIW_MEMMOVE(stbiw__sbraw(out), out, *out_len);
1128 STBIWDEF unsigned char *stbi_write_png_to_mem(const unsigned char *pixels, int stride_bytes, int x, int y, int n, int *out_len)
1183 *out_len = 8 + 12+13 + 12+zlen + 12;
1209 STBIW_ASSERT(o == out + *out_len);
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/include/
H A Ddrv_cipher_kapi.h370 hi_u32 out_len; member
379 hi_u32 out_len; member
H A Dhi_cipher_compat.h361 hi_u32 *out_len; /* Length of output valid data. */ member
/third_party/curl/lib/
H A Dcurl_ntlm_core.c214 size_t out_len; in encrypt_des() local
226 8 /* outbuflen */, &out_len); in encrypt_des()
/third_party/openssl/test/
H A Devp_pkey_dparams_test.c247 int ret, out_len; in params_bio_test() local
261 && TEST_int_gt(out_len = BIO_get_mem_data(out, &out_bin), 0) in params_bio_test()
264 out_bin, out_len); in params_bio_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...]
/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);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Dikev2_common.h279 u8 *out, size_t out_len);
/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/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/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
/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

Completed in 39 milliseconds

1234567