OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:b64_ptr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libfido2/dist/tools/
base64.c
23
char *
b64_ptr
= NULL;
local
48
b64_len = BIO_get_mem_data(bio_b64, &
b64_ptr
);
49
if (b64_len < 0 || (size_t)b64_len == SIZE_MAX ||
b64_ptr
== NULL)
54
memcpy(*out,
b64_ptr
, (size_t)b64_len);
/src/external/bsd/pam-u2f/dist/
b64.c
16
char *
b64_ptr
= NULL;
local
44
b64_len = BIO_get_mem_data(bio_b64, &
b64_ptr
);
45
if (b64_len < 0 || (size_t) b64_len == SIZE_MAX ||
b64_ptr
== NULL)
52
memcpy(*out,
b64_ptr
, (size_t) b64_len);
Completed in 26 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026