Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libsecureboot/openpgp/
H A Dopgp_sig.c285 unsigned char *fdata, size_t fbytes,
349 md->update(&mctx.vtable, fdata, fbytes);
359 EVP_DigestUpdate(&mctx, fdata, fbytes);
464 size_t fbytes, sbytes;
472 if ((fdata = read_file(pbuf, &fbytes))) {
473 if (openpgp_verify(pbuf, fdata, fbytes, sdata,
H A Dopgp_key.c393 size_t fbytes, sbytes; in openpgp_self_tests() local
399 fbytes = strlen(fdata); in openpgp_self_tests()
402 (unsigned char *)fdata, fbytes, in openpgp_self_tests()
H A Dpacket.h70 int openpgp_verify(const char *filename, unsigned char *fdata, size_t fbytes,
/freebsd-14.2/crypto/openssl/test/
H A Decdsatest.c28 static fake_random_generate_cb fbytes; variable
35 static int fbytes(unsigned char *buf, size_t num, ossl_unused const char *name, in fbytes() function
120 fake_rand_set_callback(RAND_get0_private(NULL), &fbytes); in x9_62_tests()
130 fake_rand_set_callback(RAND_get0_private(NULL), &fbytes); in x9_62_tests()
/freebsd-14.2/include/rpcsvc/
H A Dnfs_prot.x1025 size3 fbytes; member