/third_party/ffmpeg/libavformat/ |
H A D | rtpenc.c | 464 int len, out_len; in rtp_send_mpegts_raw() local 476 out_len = s->buf_ptr - s->buf; in rtp_send_mpegts_raw() 477 if (out_len >= s->max_payload_size) { in rtp_send_mpegts_raw() 478 ff_rtp_send_data(s1, s->buf, out_len, 0); in rtp_send_mpegts_raw()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
H A D | pkcs5.c | 424 size_t out_len, u8 *out) in pkcs12_key_gen() 479 if (out_len <= u) { in pkcs12_key_gen() 480 os_memcpy(out, hash, out_len); in pkcs12_key_gen() 487 out_len -= u; in pkcs12_key_gen() 422 pkcs12_key_gen(const u8 *pw, size_t pw_len, const u8 *salt, size_t salt_len, u8 id, unsigned int iter, size_t out_len, u8 *out) pkcs12_key_gen() argument
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares__buf.c | 465 size_t out_len; in ares__buf_tag_fetch_string() local 474 out_len = len - 1; in ares__buf_tag_fetch_string() 476 status = ares__buf_tag_fetch_bytes(buf, (unsigned char *)str, &out_len); in ares__buf_tag_fetch_string() 482 str[out_len] = 0; in ares__buf_tag_fetch_string() 485 for (i = 0; i < out_len; i++) { in ares__buf_tag_fetch_string()
|
/third_party/mbedtls/library/ |
H A D | lmots.h | 151 size_t *out_len);
|
H A D | lmots.c | 463 size_t *out_len) in mbedtls_lmots_calculate_public_key_candidate() 499 if (out_len != NULL) { in mbedtls_lmots_calculate_public_key_candidate() 500 *out_len = MBEDTLS_LMOTS_N_HASH_LEN(params->type); in mbedtls_lmots_calculate_public_key_candidate() 456 mbedtls_lmots_calculate_public_key_candidate(const mbedtls_lmots_parameters_t *params, const unsigned char *msg, size_t msg_size, const unsigned char *sig, size_t sig_size, unsigned char *out, size_t out_size, size_t *out_len) mbedtls_lmots_calculate_public_key_candidate() argument
|
/third_party/ltp/testcases/kernel/device-drivers/base/tbase/ |
H A D | tbase.h | 66 int out_len; // output data length member
|
/third_party/libwebsockets/lib/jose/jws/ |
H A D | jose.c | 467 char *out, size_t out_len) in lws_jose_render() 470 char *end = out + out_len - 1; in lws_jose_render() 603 return lws_ptr_diff(out_len, (end - out)) - 1; in lws_jose_render() 466 lws_jose_render(struct lws_jose *jose, struct lws_jwk *aux_jwk, char *out, size_t out_len) lws_jose_render() argument
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | fipsinstall.c | 78 unsigned char *out, size_t *out_len) in do_mac() 82 size_t outsz = *out_len; in do_mac() 93 if (!EVP_MAC_final(ctx, out, out_len, outsz)) in do_mac() 77 do_mac(EVP_MAC_CTX *ctx, unsigned char *tmp, BIO *in, unsigned char *out, size_t *out_len) do_mac() argument
|
/third_party/openssl/apps/ |
H A D | fipsinstall.c | 78 unsigned char *out, size_t *out_len) in do_mac() 82 size_t outsz = *out_len; in do_mac() 93 if (!EVP_MAC_final(ctx, out, out_len, outsz)) in do_mac() 77 do_mac(EVP_MAC_CTX *ctx, unsigned char *tmp, BIO *in, unsigned char *out, size_t *out_len) do_mac() argument
|
/third_party/mbedtls/include/mbedtls/ |
H A D | hmac_drbg.h | 381 * \param out_len The length of the buffer in bytes. 388 * \p out_len > #MBEDTLS_HMAC_DRBG_MAX_REQUEST. 390 int mbedtls_hmac_drbg_random(void *p_rng, unsigned char *output, size_t out_len);
|
/third_party/node/deps/openssl/openssl/crypto/rsa/ |
H A D | rsa_sign.c | 239 * containing the result and |*out_len| to its length. The caller must free 242 static int encode_pkcs1(unsigned char **out, size_t *out_len, int type, in encode_pkcs1() argument 269 *out_len = dig_info_len; in encode_pkcs1()
|
/third_party/openssl/crypto/rsa/ |
H A D | rsa_sign.c | 239 * containing the result and |*out_len| to its length. The caller must free 242 static int encode_pkcs1(unsigned char **out, size_t *out_len, int type, in encode_pkcs1() argument 269 *out_len = dig_info_len; in encode_pkcs1()
|
/third_party/node/deps/openssl/openssl/providers/fips/ |
H A D | self_test_kats.c | 25 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 D | self_test_kats.c | 25 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 D | sp15c.c | 1332 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 D | sp15c.h | 258 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 D | tls_wolfssl.c | 1991 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 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/crypto/ |
H A D | tls_wolfssl.c | 1998 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
|
/third_party/mesa3d/src/freedreno/drm/virtio/ |
H A D | msm_proto.h | 305 uint32_t out_len; member
|
/third_party/glfw/deps/ |
H A D | stb_image_write.h | 31 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 D | stb_image_write.h | 31 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/curl/lib/ |
H A D | curl_ntlm_core.c | 214 size_t out_len; in encrypt_des() local 226 8 /* outbuflen */, &out_len); in encrypt_des()
|
/third_party/openssl/test/ |
H A D | evp_pkey_dparams_test.c | 247 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()
|
/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
|