Home
last modified time | relevance | path

Searched refs:alloced (Results 1 – 25 of 25) sorted by relevance

/freebsd/crypto/openssl/ssl/record/methods/
H A Dtls_pad.c30 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 Dssl3_meth.c166 mac->alloced = 0; in ssl3_cipher()
191 (mac != NULL) ? &mac->alloced : NULL, in ssl3_cipher()
H A Dtls1_meth.c394 macs[0].alloced = 0; in tls1_cipher()
450 (macs != NULL) ? &macs[ctr].alloced in tls1_cipher()
H A Drecmethod_local.h25 int alloced; member
H A Ddtls_meth.c276 if (macbuf.alloced) in dtls_process_record()
H A Dtls_common.c982 if (macbufs[j].alloced) in tls_get_more_records()
/freebsd/sys/powerpc/pseries/
H A Dplpar_iommu.c165 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 Dsetenv.c87 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 Dsetenv.c64 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 Dciphercommon_block.c144 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 Dciphercommon.c184 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 Dciphercommon_local.h16 unsigned char **mac, int *alloced, size_t macsize, int aead);
H A Dcipher_chacha20.c75 if (dupctx != NULL && dupctx->base.tlsmac != NULL && dupctx->base.alloced) { in chacha20_dupctx()
H A Dcipher_aes_wrp.c81 if (dctx != NULL && dctx->base.tlsmac != NULL && dctx->base.alloced) { in aes_wrap_dupctx()
H A Dcipher_chacha20_poly1305.c70 if (dctx != NULL && dctx->base.tlsmac != NULL && dctx->base.alloced) { in chacha20_poly1305_dupctx()
/freebsd/crypto/openssl/include/internal/
H A Dssl3_cbc.h17 int *alloced,
25 int *alloced,
/freebsd/sys/amd64/vmm/io/
H A Dppt.c677 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 Dself_test_kats.c725 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 Dkern_malloc.c1509 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 Ddnstap.c75 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 Dciphercommon.h80 int alloced; /* member
/freebsd/crypto/openssl/apps/
H A Ds_server.c270 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 DChangeLog-2.0969 o Delete stack-alloced event in new unit test before returning. (7ffd387)
/freebsd/contrib/libevent/
H A DChangeLog-2.0969 o Delete stack-alloced event in new unit test before returning. (7ffd387)
/freebsd/contrib/unbound/doc/
H A DChangelog11939 - caught bad free of un-alloced data in worker_send error case.