Searched refs:bullet_len (Results 1 – 1 of 1) sorted by relevance
1105 const size_t bullet_len = lv_strlen(bullet); in pwd_char_hider() local1106 char * txt_tmp = lv_malloc(enc_len * bullet_len + 1); in pwd_char_hider()1110 lv_memcpy(&txt_tmp[i * bullet_len], bullet, bullet_len); in pwd_char_hider()1112 txt_tmp[i * bullet_len] = '\0'; in pwd_char_hider()