Searched refs:bblen (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test/ |
| H A D | os_test.c | 55 static TEE_Result check_binprop_ones(size_t size, char *bbuf, size_t bblen) in check_binprop_ones() argument 59 if (size > 4 || bblen != size) { in check_binprop_ones() 60 EMSG("Size error (size=%zu, bblen=%zu)", size, bblen); in check_binprop_ones() 63 if (strncmp(bbuf, ones, bblen)) { in check_binprop_ones() 65 DHEXDUMP(bbuf, bblen); in check_binprop_ones() 72 char *nbuf __unused, char **bbuf, size_t *bblen) in get_binblock_property() argument 78 *bblen = 0; in get_binblock_property() 99 *bblen = block_len; in get_binblock_property() 123 size_t bblen = 0; in print_properties() local 292 res = get_binblock_property(h, nbuf, &bbuf, &bblen); in print_properties() [all …]
|