Home
last modified time | relevance | path

Searched refs:base64_dec (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libutils/ext/include/
H A Dbase64.h13 bool base64_dec(const char *data, size_t size, void *buf, size_t *blen);
/optee_os/lib/libutils/ext/
H A Dbase64.c73 bool base64_dec(const char *data, size_t size, void *buf, size_t *blen) in base64_dec() function
/optee_os/lib/libutee/
H A Dtee_api_property.c111 if (!base64_dec(ep->value, strlen(ep->value), buf, &l) && in propget_get_ext_prop()