Home
last modified time | relevance | path

Searched refs:out_len (Results 151 - 156 of 156) sorted by relevance

1234567

/third_party/openssl/test/
H A Dtestutil.h602 * Optionally return the whole length of this string in |out_len|
604 char *glue_strings(const char *list[], size_t *out_len);
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_lib.c5644 size_t out_len = 0; in nss_keylog_int() local
5660 out_len = prefix_len + (2 * parameter_1_len) + (2 * parameter_2_len) + 3; in nss_keylog_int()
5661 if ((out = cursor = OPENSSL_malloc(out_len)) == NULL) { in nss_keylog_int()
5683 OPENSSL_clear_free(out, out_len); in nss_keylog_int()
/third_party/openssl/ssl/
H A Dssl_lib.c5528 size_t out_len = 0; in nss_keylog_int() local
5544 out_len = prefix_len + (2 * parameter_1_len) + (2 * parameter_2_len) + 3; in nss_keylog_int()
5545 if ((out = cursor = OPENSSL_malloc(out_len)) == NULL) { in nss_keylog_int()
5567 OPENSSL_clear_free(out, out_len); in nss_keylog_int()
/third_party/mbedtls/include/mbedtls/
H A Dssl.h1860 unsigned char *MBEDTLS_PRIVATE(out_len); /*!< two-bytes message length field */
/third_party/elfutils/src/
H A Dreadelf.c11752 int out_len = vasprintf (&out, format, ap); in print_core_item() local
11754 if (out_len == -1) in print_core_item()
11757 size_t n = name_width + sizeof ": " - 1 + out_len; in print_core_item()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-gsubgpos.hh1019 unsigned int j = buffer->out_len; in match_input()

Completed in 45 milliseconds

1234567