Lines Matching refs:size
325 "to hold the size of the key file contents.\n");
343 ntfs_log_error("Key file has zero size.\n");
429 rd[i].size, &tmp_size) != GPG_ERR_NO_ERROR) {
431 "to mpi format (size %d)\n", i,
432 rd[i].size);
439 if (rd[j].data && rd[j].size)
497 dpfx.size = pfx_size;
689 ntfs_log_error("Invalid thumbprint size %zd. "
770 size_t size, padding;
818 err = gcry_mpi_print(GCRYMPI_FMT_USG, fek, fek_size, &size, fek_mpi);
820 if (err != GPG_ERR_NO_ERROR || !size) {
827 * Finally, remove the PKCS#1 padding and return the size of the
830 padding = strnlen((char *)fek, size) + 1;
831 if (padding > size) {
836 size -= padding;
837 memmove(fek, fek + padding, size);
838 return size;
1108 ntfs_log_error("%s key of %u bytes but needed size is %u "
1193 ntfs_log_error("Thumbprint size %d is not valid "
1388 // extend the size, we may need to read past the end of the stream.