Home
last modified time | relevance | path

Searched refs:base64_enc (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libutils/ext/include/
H A Dbase64.h12 bool base64_enc(const void *data, size_t size, char *buf, size_t *blen);
/optee_os/lib/libutils/ext/
H A Dbase64.c16 bool base64_enc(const void *data, size_t dlen, char *buf, size_t *blen) in base64_enc() function
/optee_os/core/pta/veraison_attestation/
H A Dveraison_attestation.c88 if (!base64_enc(measurement_value, TEE_SHA256_HASH_SIZE, in cmd_get_cbor_evidence()
/optee_os/lib/libutee/
H A Dtee_api_property.c269 if (!base64_enc(tmp_buf, tmp_len, value, &l) && in TEE_GetPropertyAsString()