Home
last modified time | relevance | path

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

/freebsd/lib/libsecureboot/openpgp/
H A Dopgp_sig.c283 unsigned char *fdata, size_t fbytes,
358 md->update(&mctx.vtable, fdata, fbytes);
368 EVP_DigestUpdate(&mctx, fdata, fbytes);
473 size_t fbytes, sbytes;
481 if ((fdata = read_file(pbuf, &fbytes))) {
482 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/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/include/rpcsvc/
H A Dnfs_prot.x1017 size3 fbytes; member