在 openssl C 代码中,(aes_core.c、set_key.c、spr.h 等)有“__fips_constseg”。
我不知道“__fips_constseg”的意思。
它的作用是什么?是汇编代码吗?
源代码如下:
#include <openssl/crypto.h>
#include "des_locl.h"
OPENSSL_IMPLEMENT_GLOBAL(int,DES_check_key,0) /* 默认为 false */
__fips_constseg
静态常量无符号字符奇偶校验[256]={};