Searched refs:name_size_alg (Results 1 – 1 of 1) sorted by relevance
171 int rc, name_size_alg; in tpm2_read_public() local202 name_size_alg = name_size(&buf->data[offset]); in tpm2_read_public()203 if (name_size_alg < 0) in tpm2_read_public()204 return name_size_alg; in tpm2_read_public()206 if (rc != name_size_alg) in tpm2_read_public()213 return name_size_alg; in tpm2_read_public()247 u16 name_size_alg; in tpm_buf_append_name() local285 name_size_alg = ret; in tpm_buf_append_name()297 memcpy(auth->name[slot], name, name_size_alg); in tpm_buf_append_name()