| /freebsd/crypto/openssl/ssl/record/methods/ |
| H A D | tls_pad.c | 30 int *alloced, 57 int *alloced, in ssl3_cbc_remove_padding_and_mac() argument 77 return ssl3_cbc_copy_mac(reclen, origreclen, recdata, mac, alloced, in ssl3_cbc_remove_padding_and_mac() 102 int *alloced, in tls1_cbc_remove_padding_and_mac() argument 161 return ssl3_cbc_copy_mac(reclen, origreclen, recdata, mac, alloced, in tls1_cbc_remove_padding_and_mac() 186 int *alloced, in ssl3_cbc_copy_mac() argument 234 if (alloced != NULL) in ssl3_cbc_copy_mac() 235 *alloced = 0; in ssl3_cbc_copy_mac() 243 if (!ossl_assert(mac != NULL && alloced != NULL)) in ssl3_cbc_copy_mac() 248 *alloced = 1; in ssl3_cbc_copy_mac()
|
| H A D | ssl3_meth.c | 166 mac->alloced = 0; in ssl3_cipher() 191 (mac != NULL) ? &mac->alloced : NULL, in ssl3_cipher()
|
| H A D | tls1_meth.c | 394 macs[0].alloced = 0; in tls1_cipher() 450 (macs != NULL) ? &macs[ctr].alloced in tls1_cipher()
|
| H A D | recmethod_local.h | 25 int alloced; member
|
| H A D | dtls_meth.c | 276 if (macbuf.alloced) in dtls_process_record()
|
| H A D | tls_common.c | 982 if (macbufs[j].alloced) in tls_get_more_records()
|
| /freebsd/sys/powerpc/pseries/ |
| H A D | plpar_iommu.c | 165 bus_addr_t alloced; in phyp_iommu_map() local 182 boundary, minaddr, maxaddr, M_BESTFIT | M_NOWAIT, &alloced); in phyp_iommu_map() 187 KASSERT(alloced % PAGE_SIZE == 0, ("Alloc not page aligned")); in phyp_iommu_map() 188 KASSERT((alloced + (segs[i].ds_addr & PAGE_MASK)) % in phyp_iommu_map() 196 alloced + j, tce + j); in phyp_iommu_map() 203 segs[i].ds_addr = alloced + (segs[i].ds_addr & PAGE_MASK); in phyp_iommu_map()
|
| /freebsd/contrib/bmake/ |
| H A D | setenv.c | 87 static int alloced; /* if allocated space before */ local 107 if (alloced) { /* just increase size */ 114 alloced = 1; /* copy old entries into it */
|
| /freebsd/crypto/krb5/src/clients/ksu/ |
| H A D | setenv.c | 64 static int alloced; /* if allocated space before */ local 84 if (alloced) { /* just increase size */ 91 alloced = 1; /* copy old entries into it */
|
| /freebsd/crypto/openssl/providers/implementations/ciphers/ |
| H A D | ciphercommon_block.c | 144 unsigned char **mac, int *alloced, size_t macsize, in ossl_cipher_tlsunpadblock() argument 152 alloced, blocksize, macsize, in ossl_cipher_tlsunpadblock() 166 alloced, blocksize, macsize, in ossl_cipher_tlsunpadblock()
|
| H A D | ciphercommon.c | 184 if (ctx != NULL && ctx->alloced) { in ossl_cipher_generic_reset_ctx() 186 ctx->alloced = 0; in ossl_cipher_generic_reset_ctx() 343 if (ctx->alloced) { in ossl_cipher_generic_block_update() 345 ctx->alloced = 0; in ossl_cipher_generic_block_update() 354 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_aes_wrp.c | 81 if (dctx != NULL && dctx->base.tlsmac != NULL && dctx->base.alloced) { in aes_wrap_dupctx()
|
| H A D | cipher_chacha20_poly1305.c | 70 if (dctx != NULL && dctx->base.tlsmac != NULL && dctx->base.alloced) { in chacha20_poly1305_dupctx()
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | ssl3_cbc.h | 17 int *alloced, 25 int *alloced,
|
| /freebsd/sys/amd64/vmm/io/ |
| H A D | ppt.c | 677 int numvec, alloced, rid, error; in ppt_setup_msix() local 738 alloced = numvec; in ppt_setup_msix() 739 error = pci_alloc_msix(ppt->dev, &alloced); in ppt_setup_msix() 740 if (error || alloced != numvec) { in ppt_setup_msix()
|
| /freebsd/crypto/openssl/providers/fips/ |
| H A D | self_test_kats.c | 725 unsigned char *secret = NULL, *alloced = NULL; in self_test_kem_decapsulate() local 735 cipher_text = alloced = OPENSSL_zalloc(t->cipher_text_len); in self_test_kem_decapsulate() 736 if (alloced == NULL) in self_test_kem_decapsulate() 766 OPENSSL_free(alloced); in self_test_kem_decapsulate()
|
| /freebsd/sys/kern/ |
| H A D | kern_malloc.c | 1509 uint64_t frees, alloced, freed; in get_malloc_stats() local 1514 alloced = 0; in get_malloc_stats() 1521 alloced += mtsp->mts_memalloced; in get_malloc_stats() 1525 return (alloced - freed); in get_malloc_stats()
|
| /freebsd/contrib/unbound/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()
|
| /freebsd/crypto/openssl/providers/implementations/include/prov/ |
| H A D | ciphercommon.h | 80 int alloced; /* member
|
| /freebsd/crypto/openssl/apps/ |
| H A D | s_server.c | 270 size_t alloced; member 297 wbuf->alloced = 1024; in ebcdic_new() 349 if (inl > (num = wbuf->alloced)) { in ebcdic_write() 356 wbuf->alloced = num; in ebcdic_write()
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | ChangeLog-2.0 | 969 o Delete stack-alloced event in new unit test before returning. (7ffd387)
|
| /freebsd/contrib/libevent/ |
| H A D | ChangeLog-2.0 | 969 o Delete stack-alloced event in new unit test before returning. (7ffd387)
|
| /freebsd/contrib/unbound/doc/ |
| H A D | Changelog | 11939 - caught bad free of un-alloced data in worker_send error case.
|