HomeSort by: relevance | last modified time | path
    Searched defs:FK (Results 1 - 8 of 8) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/sm4/asm/
sm4-riscv64-zvksed.pl 67 my ($ukey,$keys,$fk)=("a0","a1","t0");
80 # Load the FK.
81 la $fk, FK
82 @{[vle32_v $vfk, $fk]}
123 my ($ukey,$keys,$fk,$stride)=("a0","a1","t0","t1");
136 # Load the FK.
137 la $fk, FK
138 @{[vle32_v $vfk, $fk]}
    [all...]
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/riscv64/
sm4-riscv64-zvksed.S 13 # Load the FK.
14 la t0, FK
58 # Load the FK.
59 la t0, FK
187 FK:
189 .size FK,.-FK
  /src/crypto/external/apache2/openssl/dist/crypto/sm4/
sm4.c 284 static const uint32_t FK[4] = {
305 K[0] = load_u32_be(key, 0) ^ FK[0];
306 K[1] = load_u32_be(key, 1) ^ FK[1];
307 K[2] = load_u32_be(key, 2) ^ FK[2];
308 K[3] = load_u32_be(key, 3) ^ FK[3];
  /src/crypto/external/bsd/openssl/dist/crypto/sm4/
sm4.c 137 static const uint32_t FK[4] =
157 K[0] = load_u32_be(key, 0) ^ FK[0];
158 K[1] = load_u32_be(key, 1) ^ FK[1];
159 K[2] = load_u32_be(key, 2) ^ FK[2];
160 K[3] = load_u32_be(key, 3) ^ FK[3];
  /src/crypto/external/bsd/openssl.old/dist/crypto/sm4/
sm4.c 137 static const uint32_t FK[4] =
157 K[0] = load_u32_be(key, 0) ^ FK[0];
158 K[1] = load_u32_be(key, 1) ^ FK[1];
159 K[2] = load_u32_be(key, 2) ^ FK[2];
160 K[3] = load_u32_be(key, 3) ^ FK[3];
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ImplicitNullChecks.cpp 724 FaultMaps::FaultKind FK;
726 FK =
729 FK = FaultMaps::FaultingStore;
732 .addImm(FK)
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 1060 FaultMaps::FaultKind FK =
1070 assert(FK < FaultMaps::FaultKindMax && "Invalid Faulting Kind!");
1071 FM.recordFaultingOp(FK, FaultingLabel, HandlerLabel);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86MCInstLower.cpp 1284 FaultMaps::FaultKind FK =
1294 assert(FK < FaultMaps::FaultKindMax && "Invalid Faulting Kind!");
1295 FM.recordFaultingOp(FK, FaultingLabel, HandlerLabel);

Completed in 30 milliseconds