Searched refs:fdata (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/lib/libsecureboot/openpgp/
H A Dpacket.h71 int openpgp_verify(const char *filename, unsigned char *fdata, size_t fbytes,
73 int openpgp_verify_file(const char *filename, unsigned char *fdata,
H A Dopgp_sig.c269 * @param[in] fdata
273 * of fdata
287 unsigned char *fdata, size_t fbytes,
330 * Hash fdata according to the OpenPGP recipe
351 md->update(&mctx.vtable, fdata, fbytes);
361 EVP_DigestUpdate(&mctx, fdata, fbytes);
415 * @param[in] fdata
419 * of fdata
425 openpgp_verify_file(const char *filename, unsigned char *fdata, size_t nbytes) argument
450 return (openpgp_verify(filename, fdata, nbyte
286 openpgp_verify(const char *filename, unsigned char *fdata, size_t fbytes, unsigned char *sdata, size_t sbytes, int flags) argument
465 unsigned char *fdata, *sdata; local
[all...]
H A Dopgp_key.c394 char *fdata, *sdata = NULL; local
399 if ((fdata = strdup(*tp)) &&
401 fbytes = strlen(fdata);
404 (unsigned char *)fdata, fbytes,
409 free(fdata);
/freebsd-13-stable/sys/fs/fuse/
H A Dfuse_device.c139 struct fuse_data *fdata; local
142 fdata = arg;
143 if (fdata == NULL)
146 fdata_set_dead(fdata);
149 fuse_lck_mtx_lock(fdata->aw_mtx);
151 selwakeuppri(&fdata->ks_rsel, PZERO + 1);
153 while ((tick = fuse_aw_pop(fdata))) {
162 fuse_lck_mtx_unlock(fdata->aw_mtx);
165 fuse_lck_mtx_lock(fdata->ms_mtx);
166 while ((tick = fuse_ms_pop(fdata))) {
240 struct fuse_data *fdata; local
[all...]
/freebsd-13-stable/lib/libc/locale/
H A Drune.c62 char *fdata, *data; local
95 fdata = mmap(NULL, sb.st_size, PROT_READ, MAP_PRIVATE, fd, 0);
97 if (fdata == MAP_FAILED) {
102 frl = (_FileRuneLocale *)(void *)fdata;
103 lastp = fdata + sb.st_size;
157 munmap(fdata, sb.st_size);
229 munmap(fdata, sb.st_size);
249 munmap(fdata, sb.st_size);
/freebsd-13-stable/lib/libc/db/recno/
H A Drec_put.c65 DBT fdata, tdata; local
96 fdata.data = t->bt_rdata.data;
97 fdata.size = t->bt_reclen;
99 fdata.data = data->data;
100 fdata.size = data->size;
162 if ((status = __rec_iput(t, nrec - 1, &fdata, flags)) != RET_SUCCESS)
/freebsd-13-stable/contrib/bearssl/conf/
H A Dsamd20.mk13 CFLAGS = -W -Wall -Os -mthumb -ffunction-sections -fdata-sections -mcpu=cortex-m0plus -DBR_ARMEL_CORTEXM_GCC
/freebsd-13-stable/stand/mips/beri/loader/
H A DMakefile98 CFLAGS+= -ffunction-sections -fdata-sections
/freebsd-13-stable/crypto/openssl/ssl/
H A Dbio_ssl.c481 BIO_SSL *tdata, *fdata; local
487 fdata = BIO_get_data(f);
488 if ((tdata->ssl == NULL) || (fdata->ssl == NULL))
490 if (!SSL_copy_session_id(tdata->ssl, (fdata->ssl)))
/freebsd-13-stable/lib/libomp/
H A DMakefile55 CFLAGS+= -fdata-sections
/freebsd-13-stable/sys/dev/qlxgb/
H A Dqla_glbl.h97 extern int qla_fw_update(qla_host_t *ha, void *fdata, uint32_t off,
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c182 ushort_t fdata[2]; local
188 fdata[0] = 0;
189 ctf_buf_write(b, &fdata[0], sizeof (fdata[0]));
202 fdata[0] = CTF_TYPE_INFO(CTF_K_FUNCTION, 1, nargs);
203 fdata[1] = idp->ii_dtype->t_id;
206 SWAP_16(fdata[0]);
207 SWAP_16(fdata[1]);
210 ctf_buf_write(b, fdata, sizeof (fdata));
[all...]
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_state.c2011 tcpdata_t *fdata, *tdata; local
2018 fdata = &is->is_tcp.ts_data[!source];
2044 ret = ipf_state_tcpinwindow(fin, fdata, tdata, tcp,
2076 fdata) == -1) {
2087 fdata) == -1) {
2149 /* fdata(I) - pointer to tcp state informatio (forward) */
2158 ipf_state_tcpinwindow(fin, fdata, tdata, tcp, flags)
2160 tcpdata_t *fdata, *tdata;
2180 win = ntohs(tcp->th_win) << fdata->td_winscale;
2202 if (!(tcpflags & TH_SYN) && (fdata
[all...]
/freebsd-13-stable/lib/clang/
H A Dllvm.build.mk102 CFLAGS+= -fdata-sections
/freebsd-13-stable/contrib/unbound/validator/
H A Dval_sigcrypt.c1063 uint8_t* fdata[2]; local
1085 fd.rr_data = fdata;
1107 fdata[0] = d1->rr_data[p1->rr_idx];
1108 fdata[1] = d2->rr_data[p2->rr_idx];
/freebsd-13-stable/lib/libc++/
H A DMakefile82 CFLAGS+= -fdata-sections
/freebsd-13-stable/contrib/wpa/src/radius/
H A Dradius.c1571 const u8 *fdata = NULL; /* points to found item */ local
1592 fdata = data;
1596 if (fdata == NULL)
1600 buf = os_memdup(fdata, fdlen);
/freebsd-13-stable/stand/
H A Ddefs.mk82 CFLAGS+= -ffunction-sections -fdata-sections

Completed in 225 milliseconds