Searched refs:rootsz (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/libder/tests/ |
H A D | test_pubkey.c | 96 size_t bufsz, outsz, rootsz; in main() local 121 rootsz = bufsz; in main() 123 root = libder_read(ctx, buf, &rootsz); in main() 126 assert(rootsz == bufsz); in main()
|
H A D | test_privkey.c | 128 size_t bufsz, outsz, rootsz; in main() local 153 rootsz = bufsz; in main() 155 root = libder_read(ctx, buf, &rootsz); in main() 158 assert(rootsz == bufsz); in main()
|
/freebsd/contrib/libder/derdump/ |
H A D | derdump.c | 18 size_t rootsz; in main() local 38 root = libder_read_file(ctx, fp, &rootsz); in main()
|