/netbsd-src/crypto/external/bsd/openssl/dist/ssl/record/ |
H A D | tls_pad.c | 28 int *alloced, 38 int *alloced, 46 int *alloced, 72 int *alloced, in ssl3_cbc_remove_padding_and_mac() argument 92 return ssl3_cbc_copy_mac(reclen, origreclen, recdata, mac, alloced, in ssl3_cbc_remove_padding_and_mac() 117 int *alloced, in tls1_cbc_remove_padding_and_mac() argument 176 return ssl3_cbc_copy_mac(reclen, origreclen, recdata, mac, alloced, in tls1_cbc_remove_padding_and_mac() 201 int *alloced, in ssl3_cbc_copy_mac() argument 249 if (alloced != NULL) in ssl3_cbc_copy_mac() 250 *alloced = 0; in ssl3_cbc_copy_mac() [all …]
|
H A D | record_local.h | 114 int *alloced, 121 int *alloced,
|
H A D | ssl3_record.c | 790 if (macbufs[j].alloced) in ssl3_get_record() 927 mac->alloced = 0; in ssl3_enc() 952 (mac != NULL) ? &mac->alloced : NULL, in ssl3_enc() 1217 macs[0].alloced = 0; in tls1_enc() 1273 (macs != NULL) ? &macs[ctr].alloced in tls1_enc() 1685 if (macbuf.alloced) in dtls1_process_record()
|
H A D | record.h | 183 int alloced; member
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
H A D | ciphercommon_block.c | 23 int *alloced, 31 int *alloced, 161 unsigned char **mac, int *alloced, size_t macsize, in ossl_cipher_tlsunpadblock() argument 169 alloced, blocksize, macsize, in ossl_cipher_tlsunpadblock() 183 alloced, blocksize, macsize, in ossl_cipher_tlsunpadblock()
|
H A D | ciphercommon.c | 181 if (ctx != NULL && ctx->alloced) { in ossl_cipher_generic_reset_ctx() 183 ctx->alloced = 0; in ossl_cipher_generic_reset_ctx() 318 if (ctx->alloced) { in ossl_cipher_generic_block_update() 320 ctx->alloced = 0; in ossl_cipher_generic_block_update() 329 blksz, &ctx->tlsmac, &ctx->alloced, in ossl_cipher_generic_block_update()
|
H A D | ciphercommon_local.h | 16 unsigned char **mac, int *alloced, size_t macsize, int aead);
|
H A D | cipher_chacha20.c | 75 if (dupctx != NULL && dupctx->base.tlsmac != NULL && dupctx->base.alloced) { in chacha20_dupctx()
|
H A D | cipher_chacha20_poly1305.c | 70 if (dctx != NULL && dctx->base.tlsmac != NULL && dctx->base.alloced) { in chacha20_poly1305_dupctx()
|
/netbsd-src/external/bsd/nvi/dist/clib/ |
H A D | env.c | 93 static int alloced; /* if allocated space before */ local 112 if (alloced) { /* just increase size */ 119 alloced = 1; /* copy old entries into it */
|
/netbsd-src/external/bsd/libbind/dist/bsd/ |
H A D | setenv.c | 64 static int alloced; /*%< if allocated space before */ in setenv() local 83 if (alloced) { /*%< just increase size */ in setenv() 90 alloced = 1; /*%< copy old entries into it */ in setenv()
|
/netbsd-src/external/gpl2/lvm2/dist/lib/metadata/ |
H A D | pv_manip.c | 256 uint32_t start_pe, alloced; in check_pv_segments() local 264 alloced = 0; in check_pv_segments() 296 alloced += peg->len; in check_pv_segments() 307 if (alloced != pv->pe_alloc_count) { in check_pv_segments() 309 "%u != %u", alloced, pv->pe_alloc_count); in check_pv_segments() 314 free_count += (start_pe - alloced); in check_pv_segments()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf-strtab.c | 53 size_t alloced; member 113 table->alloced = 64; in _bfd_elf_strtab_init() 116 bfd_malloc (table->alloced * amt)); in _bfd_elf_strtab_init() 166 if (tab->size == tab->alloced) in _bfd_elf_strtab_add() 169 tab->alloced *= 2; in _bfd_elf_strtab_add() 171 bfd_realloc_or_free (tab->array, tab->alloced * amt); in _bfd_elf_strtab_add()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf-strtab.c | 53 size_t alloced; member 113 table->alloced = 64; in _bfd_elf_strtab_init() 116 bfd_malloc (table->alloced * amt)); in _bfd_elf_strtab_init() 167 if (tab->size == tab->alloced) in _bfd_elf_strtab_add() 170 tab->alloced *= 2; in _bfd_elf_strtab_add() 172 bfd_realloc_or_free (tab->array, tab->alloced * amt); in _bfd_elf_strtab_add()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/ |
H A D | darwin-crt3.c | 482 struct one_atexit_routine *alloced; in atexit_common() local 489 alloced = malloc (sizeof (struct one_atexit_routine)); in atexit_common() 490 if (! alloced) in atexit_common() 492 *alloced = *r; in atexit_common() 493 return cxa_atexit (cxa_atexit_wrapper, alloced, dso); in atexit_common()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/ |
H A D | darwin-crt3.c | 482 struct one_atexit_routine *alloced; in atexit_common() local 489 alloced = malloc (sizeof (struct one_atexit_routine)); in atexit_common() 490 if (! alloced) in atexit_common() 492 *alloced = *r; in atexit_common() 493 return cxa_atexit (cxa_atexit_wrapper, alloced, dso); in atexit_common()
|
/netbsd-src/external/gpl3/binutils/dist/libsframe/ |
H A D | sframe.c | 31 unsigned int alloced; member 38 unsigned int alloced; member 1476 fre_tbl->alloced = number_of_entries; in sframe_encoder_add_fre() 1478 else if (fre_tbl->count == fre_tbl->alloced) in sframe_encoder_add_fre() 1481 + ((fre_tbl->alloced + number_of_entries) in sframe_encoder_add_fre() 1490 memset (&fre_tbl->entry[fre_tbl->alloced], 0, in sframe_encoder_add_fre() 1492 fre_tbl->alloced += number_of_entries; in sframe_encoder_add_fre() 1565 fd_info->alloced = number_of_entries; in sframe_encoder_add_funcdesc() 1567 else if (fd_info->count == fd_info->alloced) in sframe_encoder_add_funcdesc() 1570 + ((fd_info->alloced + number_of_entries) in sframe_encoder_add_funcdesc() [all …]
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/ |
H A D | json.c | 65 size_t alloced; member 746 if ((len + 1) > (strbuf->alloced - strbuf->len)) { in strbuf_add() 747 size_t new_len = strbuf->alloced + (strbuf->alloced >> 2) + len + 1; in strbuf_add() 756 strbuf->alloced = new_len; in strbuf_add() 786 strbuf.alloced = STRBUF_INIT_SZ; in heim_json_copy_serialize()
|
/netbsd-src/external/gpl2/rcs/dist/src/ |
H A D | rcsutil.c | 240 static struct alloclist *alloced; variable 276 q->nextalloc = alloced; 277 alloced = q; 294 for (p = alloced; p; p = q) { in ffree() 299 alloced = 0; in ffree() 307 register struct alloclist *p, **a = &alloced;
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
H A D | i915_gem_internal.c | 49 bool alloced = false, prepared = false; in i915_gem_object_get_pages_internal() local 87 alloced = true; in i915_gem_object_get_pages_internal() 102 if (alloced) in i915_gem_object_get_pages_internal()
|
/netbsd-src/sys/dev/pckbport/ |
H A D | pckbport.c | 140 int alloced = 0; in pckbport_attach_slot() local 151 alloced++; in pckbport_attach_slot() 161 if (found == NULL && alloced) { in pckbport_attach_slot()
|
/netbsd-src/sys/dev/ic/ |
H A D | pckbc.c | 247 int alloced = 0; in pckbc_attach_slot() local 254 alloced++; in pckbc_attach_slot() 259 if (child == NULL && alloced) { in pckbc_attach_slot()
|
/netbsd-src/external/bsd/unbound/dist/dnstap/ |
H A D | dnstap.c | 75 sbuf.alloced = DNSTAP_INITIAL_BUF_SIZE; in dt_pack() 76 sbuf.data = malloc(sbuf.alloced); in dt_pack()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
H A D | vmwgfx_cmdbuf.c | 1257 int error, nseg, alloced = 0, mapped = 0, loaded = 0; in vmw_cmdbuf_set_pool_size() local 1269 alloced = 1; in vmw_cmdbuf_set_pool_size() 1286 if (alloced) in vmw_cmdbuf_set_pool_size()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | lex.c | 3546 unsigned int alloced = 120 + out; in cpp_output_line_to_string() local 3547 unsigned char *result = (unsigned char *) xmalloc (alloced); in cpp_output_line_to_string() 3563 if (out + len > alloced) in cpp_output_line_to_string() 3565 alloced *= 2; in cpp_output_line_to_string() 3566 if (out + len > alloced) in cpp_output_line_to_string() 3567 alloced = out + len; in cpp_output_line_to_string() 3568 result = (unsigned char *) xrealloc (result, alloced); in cpp_output_line_to_string()
|