Searched refs:tee_b2hs (Results 1 – 3 of 3) sorted by relevance
/optee_os-3.20.0/core/include/kernel/ |
A D | tee_misc.h | 21 uint32_t tee_b2hs(uint8_t *b, uint8_t *hs, uint32_t blen, uint32_t hslen);
|
/optee_os-3.20.0/core/kernel/ |
A D | tee_misc.c | 36 uint32_t tee_b2hs(uint8_t *b, uint8_t *hs, uint32_t blen, uint32_t hslen) in tee_b2hs() function
|
/optee_os-3.20.0/core/tee/ |
A D | tee_rpmb_fs.c | 1942 pos += tee_b2hs((uint8_t *)&po->uuid, &file[pos], in create_filename() 1949 tee_b2hs(po->obj_id, file + pos, po->obj_id_len, hslen - pos); in create_filename() 1964 tee_b2hs((uint8_t *)uuid, dir + 1, sizeof(TEE_UUID), hslen); in create_dirname()
|
Completed in 8 milliseconds