/external/boringssl/src/crypto/cipher_extra/test/nist_cavp/ |
D | aes_256_ctr.txt | 1 # Generated by "make_cavp -cipher=aes -extra-labels=Cipher=AES-256-CTR -swap-iv-plaintext kat_aes/C… 5 Cipher: AES-256-CTR 12 Cipher: AES-256-CTR 19 Cipher: AES-256-CTR 26 Cipher: AES-256-CTR 33 Cipher: AES-256-CTR 40 Cipher: AES-256-CTR 47 Cipher: AES-256-CTR 54 Cipher: AES-256-CTR 61 Cipher: AES-256-CTR [all …]
|
D | aes_128_ctr.txt | 1 # Generated by "make_cavp -cipher=aes -extra-labels=Cipher=AES-128-CTR -swap-iv-plaintext kat_aes/C… 5 Cipher: AES-128-CTR 12 Cipher: AES-128-CTR 19 Cipher: AES-128-CTR 26 Cipher: AES-128-CTR 33 Cipher: AES-128-CTR 40 Cipher: AES-128-CTR 47 Cipher: AES-128-CTR 54 Cipher: AES-128-CTR 61 Cipher: AES-128-CTR [all …]
|
D | aes_192_ctr.txt | 1 # Generated by "make_cavp -cipher=aes -extra-labels=Cipher=AES-192-CTR -swap-iv-plaintext kat_aes/C… 5 Cipher: AES-192-CTR 12 Cipher: AES-192-CTR 19 Cipher: AES-192-CTR 26 Cipher: AES-192-CTR 33 Cipher: AES-192-CTR 40 Cipher: AES-192-CTR 47 Cipher: AES-192-CTR 54 Cipher: AES-192-CTR 61 Cipher: AES-192-CTR [all …]
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | OpenSSLCipher.java | 61 CTR, enumConstant 642 case CTR: in checkSupportedMode() 701 public static class CTR extends AES { class in OpenSSLCipher.EVP_CIPHER.AES 702 public CTR() { in CTR() method in OpenSSLCipher.EVP_CIPHER.AES.CTR 703 super(Mode.CTR, Padding.NOPADDING); in CTR() 762 public static class CTR extends AES_128 { class in OpenSSLCipher.EVP_CIPHER.AES_128 763 public CTR() { in CTR() method in OpenSSLCipher.EVP_CIPHER.AES_128.CTR 764 super(Mode.CTR, Padding.NOPADDING); in CTR() 817 public static class CTR extends AES_256 { class in OpenSSLCipher.EVP_CIPHER.AES_256 818 public CTR() { in CTR() method in OpenSSLCipher.EVP_CIPHER.AES_256.CTR [all …]
|
/external/boringssl/src/crypto/cipher_extra/test/ |
D | cipher_tests.txt | 227 Cipher = AES-128-CTR 234 Cipher = AES-128-CTR 241 Cipher = AES-128-CTR 248 Cipher = AES-256-CTR 255 Cipher = AES-256-CTR 262 Cipher = AES-256-CTR 270 Cipher = AES-128-CTR
|
/external/boringssl/src/crypto/cipher_extra/asm/ |
D | aes128gcmsiv-x86_64.pl | 1166 my $CTR = "%xmm15"; 1255 vmovdqu ($CT,$LEN), $CTR 1256 vpor OR_MASK(%rip), $CTR, $CTR # CTR = [1]TAG[126...32][00..00] 1265 vmovdqa $CTR, $CTR1 1271 vpaddd two(%rip), $CTR5, $CTR 1339 vmovdqa $CTR, $CTR1 1345 vpaddd two(%rip), $CTR5, $CTR 1509 vmovdqa $CTR, $TMP1 1510 vpaddd one(%rip), $CTR, $CTR
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.cpp | 504 Cond.push_back(MachineOperand::CreateReg(isPPC64 ? PPC::CTR8 : PPC::CTR, in analyzeBranch() 515 Cond.push_back(MachineOperand::CreateReg(isPPC64 ? PPC::CTR8 : PPC::CTR, in analyzeBranch() 572 Cond.push_back(MachineOperand::CreateReg(isPPC64 ? PPC::CTR8 : PPC::CTR, in analyzeBranch() 586 Cond.push_back(MachineOperand::CreateReg(isPPC64 ? PPC::CTR8 : PPC::CTR, in analyzeBranch() 654 else if (Cond[1].getReg() == PPC::CTR || Cond[1].getReg() == PPC::CTR8) in InsertBranch() 669 if (Cond[1].getReg() == PPC::CTR || Cond[1].getReg() == PPC::CTR8) in InsertBranch() 697 if (Cond[1].getReg() == PPC::CTR || Cond[1].getReg() == PPC::CTR8) in canInsertSelect() 1205 if (Cond[1].getReg() == PPC::CTR8 || Cond[1].getReg() == PPC::CTR) in ReverseBranchCondition() 1284 if (I->definesRegister(PPC::CTR) || I->definesRegister(PPC::CTR8)) in MBBDefinesCTR() 1330 if (Pred[1].getReg() == PPC::CTR8 || Pred[1].getReg() == PPC::CTR) { in PredicateInstruction() [all …]
|
D | PPCRegisterInfo.td | 210 def CTR : SPR<9, "ctr">, DwarfRegNum<[-2, 66]>; 349 // The CTR registers are not allocatable because they're used by the 352 def CTRRC : RegisterClass<"PPC", [i32], 32, (add CTR)> {
|
D | PPCInstrInfo.td | 1151 let isBranch = 1, isIndirectBranch = 1, Uses = [CTR] in { 1215 let isReturn = 1, Defs = [CTR], Uses = [CTR, LR, RM] in { 1230 let Defs = [CTR], Uses = [CTR] in { 1290 let Uses = [CTR, RM] in { 1321 let Defs = [CTR], Uses = [CTR, RM] in { 1347 let Defs = [CTR], Uses = [CTR, LR, RM] in { 1384 isIndirectBranch = 1, isCall = 1, isReturn = 1, Uses = [CTR, RM] in 1403 let Defs = [CTR] in 2309 let Uses = [CTR] in { 2314 let Defs = [CTR], Pattern = [(PPCmtctr i32:$rS)] in { [all …]
|
D | PPCCTRLoops.cpp | 625 if (MO.isDef() && (MO.getReg() == PPC::CTR || MO.getReg() == PPC::CTR8)) in clobbersCTR() 628 if (MO.clobbersPhysReg(PPC::CTR) || MO.clobbersPhysReg(PPC::CTR8)) in clobbersCTR()
|
D | PPCRegisterInfo.cpp | 215 Reserved.set(PPC::CTR); in getReservedRegs()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ctrloop-large-ec.ll | 19 ; On PPC32, CTR is also 32 bits, and so cannot hold a 64-bit count.
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | SVals.cpp | 54 if (const FunctionCodeRegion *CTR = R->getAs<FunctionCodeRegion>()) in getAsFunctionDecl() local 55 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(CTR->getDecl())) in getAsFunctionDecl()
|
/external/lzma/DOC/ |
D | Methods.txt | 143 x4 - CTR
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCRegisterInfo.td | 255 def CTR : SPR<9, "ctr">, DwarfRegNum<[-2, 66]>; 321 def CTRRC : RegisterClass<"PPC", [i32], 32, (add CTR)>;
|
D | PPCInstrInfo.td | 410 let isBranch = 1, isIndirectBranch = 1, Uses = [CTR] in 439 LR,CTR, 450 let Uses = [CTR, RM] in { 464 LR,CTR, 476 let Uses = [CTR, RM] in { 504 isIndirectBranch = 1, isCall = 1, isReturn = 1, Uses = [CTR, RM] in 1062 let Uses = [CTR] in { 1067 let Defs = [CTR], Pattern = [(PPCmtctr GPRC:$rS)] in {
|
D | PPCISelLowering.cpp | 2683 Ops.push_back(DAG.getRegister(isPPC64 ? PPC::CTR8 : PPC::CTR, PtrVT)); in PrepareCall() 2770 cast<RegisterSDNode>(Callee)->getReg() == PPC::CTR) || in FinishCall()
|
/external/boringssl/src/crypto/fipsmodule/ |
D | FIPS.md | 34 … one of its PRNGs be used (which they call DRBGs). In BoringCrypto, we use CTR-DRBG with AES-256 e… 40 The CTR-DRBG is reseeded every 4096 calls to `RAND_bytes`. Thus the process will randomly crash abo…
|
/external/libunwind_llvm/src/ |
D | UnwindRegistersSave.S | 149 ; save CTR register
|
/external/libunwind/src/ptrace/ |
D | _UPT_reg_offset.c | 385 [UNW_PPC##b##_CTR] = UNW_PPC_PT(CTR), \
|
/external/boringssl/src/crypto/obj/ |
D | objects.txt | 892 : AES-128-CTR : aes-128-ctr 893 : AES-192-CTR : aes-192-ctr 894 : AES-256-CTR : aes-256-ctr
|
/external/valgrind/memcheck/ |
D | mc_machine.c | 175 if (o == GOF(CTR) && sz == 8) return o; in get_otrack_shadow_offset_wrk() 384 if (o == GOF(CTR) && sz == 4) return o; in get_otrack_shadow_offset_wrk()
|
/external/boringssl/src/crypto/fipsmodule/rand/ |
D | ctrdrbg_vectors.txt | 1 # These test vectors were taken from NIST's CAVP tests for CTR-DRBG.
|
/external/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 1276 RegNo = isPPC64()? PPC::CTR8 : PPC::CTR; in MatchRegisterName()
|
/external/openssh/ |
D | config.h.in | 1500 /* libcrypto has EVP AES CTR */
|