OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufgap_getbin
(Results
1 - 6
of
6
) sorted by relevancy
/src/crypto/external/bsd/netpgp/dist/src/lib/
bufgap.h
78
int
bufgap_getbin
(bufgap_t *, void *, size_t);
ssh2pgp.c
152
(void)
bufgap_getbin
(bg, &len, sizeof(len));
155
(void)
bufgap_getbin
(bg, buf, len);
254
cc =
bufgap_getbin
(&bg, buf, (size_t)bg.bcc);
270
(void)
bufgap_getbin
(&bg, &len, sizeof(len));
273
(void)
bufgap_getbin
(&bg, buf, len);
bufgap.c
369
bufgap_getbin
(bufgap_t *bp, void *dst, size_t len)
function
/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
bufgap.h
78
int
bufgap_getbin
(bufgap_t *, void *, size_t);
bufgap.c
358
bufgap_getbin
(bufgap_t *bp, void *dst, size_t len)
function
libverify.c
2586
(void)
bufgap_getbin
(bg, &len, sizeof(len));
2589
(void)
bufgap_getbin
(bg, buf, len);
2693
cc =
bufgap_getbin
(&bg, buf, (size_t)bg.bcc);
2703
(void)
bufgap_getbin
(&bg, &len, sizeof(len));
2710
(void)
bufgap_getbin
(&bg, buf, len);
Completed in 32 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026