Searched refs:base64_enc (Results 1 – 4 of 4) sorted by relevance
| /optee_os/lib/libutils/ext/include/ |
| H A D | base64.h | 12 bool base64_enc(const void *data, size_t size, char *buf, size_t *blen);
|
| /optee_os/lib/libutils/ext/ |
| H A D | base64.c | 16 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 D | veraison_attestation.c | 88 if (!base64_enc(measurement_value, TEE_SHA256_HASH_SIZE, in cmd_get_cbor_evidence()
|
| /optee_os/lib/libutee/ |
| H A D | tee_api_property.c | 269 if (!base64_enc(tmp_buf, tmp_len, value, &l) && in TEE_GetPropertyAsString()
|