Home
last modified time | relevance | path

Searched refs:fbytes (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/lib/libsecureboot/openpgp/
H A Dopgp_sig.c287 unsigned char *fdata, size_t fbytes,
351 md->update(&mctx.vtable, fdata, fbytes);
361 EVP_DigestUpdate(&mctx, fdata, fbytes);
466 size_t fbytes, sbytes;
472 if ((fdata = read_file(pbuf, &fbytes))) {
473 if (openpgp_verify(pbuf, fdata, fbytes, sdata,
H A Dopgp_key.c395 size_t fbytes, sbytes; in openpgp_self_tests() local
401 fbytes = strlen(fdata); in openpgp_self_tests()
404 (unsigned char *)fdata, fbytes, in openpgp_self_tests()
H A Dpacket.h71 int openpgp_verify(const char *filename, unsigned char *fdata, size_t fbytes,
/freebsd-13.1/include/rpcsvc/
H A Dnfs_prot.x1026 size3 fbytes; member