会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
boxbox
博客园
首页
新随笔
联系
订阅
管理
2022年3月25日
ls只显示文件名
摘要: ls -1 ./ | tr '\n' '\0' | xargs -0 -n 1 basename | less
阅读全文
posted @ 2022-03-25 09:57 ReadingLover
阅读(384)
评论(0)
推荐(0)
2022年3月23日
VIM
摘要: 字符串复制:大写锁定 > Ctrl + V > 选定要复制的字符串 > 关闭大写锁定 > y键复制 非编辑模式下删除:大写锁定 > D键删除字符
阅读全文
posted @ 2022-03-23 10:27 ReadingLover
阅读(40)
评论(0)
推荐(0)
2022年3月18日
About DMA
摘要: https://www.kernel.org/doc/Documentation/DMA-API-HOWTO.txt https://stackoverflow.com/questions/52658418/gfp-kernel-vs-gfp-dma-and-kmalloc-vs-dma-alloc
阅读全文
posted @ 2022-03-18 14:50 ReadingLover
阅读(29)
评论(0)
推荐(0)
2022年3月6日
文件编辑
摘要: Ctrl + O 保存 Ctrl + X推出
阅读全文
posted @ 2022-03-06 14:12 ReadingLover
阅读(46)
评论(0)
推荐(0)
2022年3月1日
Petalinux
摘要: 1. Petalinux安装 cd /home/crypto/Downloads mkdir -p /opt/pkg/petalinux19 chown crypto:crypto /opt/pkg chown crypto:crypto /opt/pke/petalinux19 # 将petali
阅读全文
posted @ 2022-03-01 23:11 ReadingLover
阅读(124)
评论(0)
推荐(0)
2021年9月2日
zynq 7000官网镜像启动日志
摘要: 镜像地址:https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/18842330/2017.4+Release U-Boot 2017.01 (Dec 14 2017 - 10:42:05 -0700) Model: Zynq ZC702 Dev
阅读全文
posted @ 2021-09-02 20:40 ReadingLover
阅读(839)
评论(0)
推荐(0)
使用TFTP实现开发板与虚拟机文件传输
摘要: 一、背景 编译的测试程序,ko等需要加载到zynq 7000的开发板上运行。 组网:一台Windows笔记本(也叫主机),一个Ubuntu 16.04的虚拟机(简称虚拟机),一台zynq 7000的开发板。笔记本和开发板均接在路由器下,保证在同一网段,虚拟机和笔记本网络设置为桥接模式。使用时可能需要
阅读全文
posted @ 2021-09-02 20:36 ReadingLover
阅读(1265)
评论(0)
推荐(0)
2021年8月31日
Kernel Crypto
摘要: 一、Kernel Crypto Arch 基于kernel 5.13 对crypto目录粗略分类 1、crypto_register_alg/crypto_register_algs crypto_register_alg arch/arm/crypto/aes-cipher-glue.c, lin
阅读全文
posted @ 2021-08-31 17:59 ReadingLover
阅读(379)
评论(0)
推荐(0)
2021年8月20日
AES-GCM查表原理
摘要: 内容来源论文The Galois/Counter Mode of Operation(GCM),本文主要根据第4.1章软件实现进行原理推导。 问题:已知 f = 1 + α + α2 + α7 + α128 求 H · X,其中X、H都是128位的比特串 一、查表1 The operation H
阅读全文
posted @ 2021-08-20 17:23 ReadingLover
阅读(1089)
评论(0)
推荐(0)
2021年8月12日
椭圆曲线密码算法--点乘点加运算
摘要: 一、关于椭圆曲线密码算法中点加、点乘的例子 As an example of the encryption process (taken from [KOBL94]), take p=751, Ep(1,188), which is equivalent to the curve y2=x3-x+1
阅读全文
posted @ 2021-08-12 20:19 ReadingLover
阅读(2668)
评论(0)
推荐(0)
下一页
公告