HomeSort by: relevance | last modified time | path
    Searched refs:CS2 (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/
evpciph_aes_cts.txt 156 # Manually edited using the same inputs to also produce CS2 ciphertext
162 CTSMode = CS2
171 CTSMode = CS2
180 CTSMode = CS2
189 CTSMode = CS2
196 # 64 bytes input (CS2 is equivalent to CBC when the last block in full)
198 CTSMode = CS2
209 CTSMode = CS2
217 CTSMode = CS2
225 CTSMode = CS2
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
evpciph_aes_cts.txt 156 # Manually edited using the same inputs to also produce CS2 ciphertext
162 CTSMode = CS2
171 CTSMode = CS2
180 CTSMode = CS2
189 CTSMode = CS2
196 # 64 bytes input (CS2 is equivalent to CBC when the last block in full)
198 CTSMode = CS2
209 CTSMode = CS2
217 CTSMode = CS2
225 CTSMode = CS2
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InlineAdvisor.cpp 230 CallBase *CS2 = dyn_cast<CallBase>(U);
235 if (!CS2 || CS2->getCalledFunction() != Caller) {
240 InlineCost IC2 = GetInlineCost(*CS2);
  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid64_sqrt.c 216 UINT128 CX, CX2, A10, S2, T128, CS, CSM, CS2, C256, CS1,
330 __mul_64x64_to_128_full (CS2, CS.w[0], B10);
331 CS0 = CS2.w[1] >> 1;
344 __mul_64x64_to_128_full (CS2, CS.w[0], B10);
345 CS0 = CS2.w[1] >> 1;
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid64_sqrt.c 216 UINT128 CX, CX2, A10, S2, T128, CS, CSM, CS2, C256, CS1,
330 __mul_64x64_to_128_full (CS2, CS.w[0], B10);
331 CS0 = CS2.w[1] >> 1;
344 __mul_64x64_to_128_full (CS2, CS.w[0], B10);
345 CS0 = CS2.w[1] >> 1;
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 1698 while (const auto *CS2 = dyn_cast<CaseStmt>(CS->getSubStmt()))
1699 CS = CS2;

Completed in 21 milliseconds