/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
D | PasswordRecipient.java | 13 static final class PRF class 15 …public static final PRF HMacSHA1 = new PRF("HMacSHA1", new AlgorithmIdentifier(PKCSObjectIdentifie… 16 …public static final PRF HMacSHA224 = new PRF("HMacSHA224", new AlgorithmIdentifier(PKCSObjectIdent… 17 …public static final PRF HMacSHA256 = new PRF("HMacSHA256", new AlgorithmIdentifier(PKCSObjectIdent… 18 …public static final PRF HMacSHA384 = new PRF("HMacSHA384", new AlgorithmIdentifier(PKCSObjectIdent… 19 …public static final PRF HMacSHA512 = new PRF("HMacSHA512", new AlgorithmIdentifier(PKCSObjectIdent… 24 private PRF(String hmac, AlgorithmIdentifier prfAlgID) in PRF() method in PasswordRecipient.PRF
|
/external/llvm-project/llvm/lib/MCA/Stages/ |
D | DispatchStage.cpp | 33 CarryOver(0U), CarriedOver(), STI(Subtarget), RCU(R), PRF(F) { in DispatchStage() 51 const unsigned RegisterMask = PRF.isAvailable(RegDefs); in checkPRF() 101 if (PRF.tryEliminateMove(IS.getDefs()[0], IS.getUses()[0])) in dispatch() 116 PRF.addRegisterRead(RS, STI); in dispatch() 122 SmallVector<unsigned, 4> RegisterFiles(PRF.getNumRegisterFiles()); in dispatch() 124 PRF.addRegisterWrite(WriteRef(IR.getSourceIndex(), &WS), RegisterFiles); in dispatch() 139 PRF.cycleStart(); in cycleStart() 151 SmallVector<unsigned, 8> RegisterFiles(PRF.getNumRegisterFiles(), 0U); in cycleStart() 182 PRF.dump(); in dump()
|
D | RetireStage.cpp | 52 llvm::SmallVector<unsigned, 4> FreedRegs(PRF.getNumRegisterFiles()); in notifyInstructionRetired() 60 PRF.removeRegisterWrite(WS, FreedRegs); in notifyInstructionRetired()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/ |
D | DispatchStage.cpp | 33 CarryOver(0U), CarriedOver(), STI(Subtarget), RCU(R), PRF(F) { in DispatchStage() 51 const unsigned RegisterMask = PRF.isAvailable(RegDefs); in checkPRF() 101 if (PRF.tryEliminateMove(IS.getDefs()[0], IS.getUses()[0])) in dispatch() 116 PRF.addRegisterRead(RS, STI); in dispatch() 122 SmallVector<unsigned, 4> RegisterFiles(PRF.getNumRegisterFiles()); in dispatch() 124 PRF.addRegisterWrite(WriteRef(IR.getSourceIndex(), &WS), RegisterFiles); in dispatch() 139 PRF.cycleStart(); in cycleStart() 151 SmallVector<unsigned, 8> RegisterFiles(PRF.getNumRegisterFiles(), 0U); in cycleStart() 182 PRF.dump(); in dump()
|
D | RetireStage.cpp | 52 llvm::SmallVector<unsigned, 4> FreedRegs(PRF.getNumRegisterFiles()); in notifyInstructionRetired() 60 PRF.removeRegisterWrite(WS, FreedRegs); in notifyInstructionRetired()
|
/external/cn-cbor/test/ |
D | test.c | 50 #define PRF(f, a) out += sprintf(out, f, a) in dump() macro 56 case CN_CBOR_TAG: PRF("%ld(\n", cb->v.sint); goto sequence; in dump() 68 PRF("%02x", cb->v.str[i] & 0xff); in dump() 79 case CN_CBOR_INT: PRF("%ld", cb->v.sint); break; in dump() 80 case CN_CBOR_UINT: PRF("%lu", cb->v.uint); break; in dump() 81 case CN_CBOR_DOUBLE: PRF("%e", cb->v.dbl); break; in dump() 82 case CN_CBOR_SIMPLE: PRF("simple(%ld)", cb->v.sint); break; in dump() 83 default: PRF("???%d???", cb->type); break; in dump()
|
/external/llvm-project/llvm/lib/MCA/ |
D | Context.cpp | 36 auto PRF = std::make_unique<RegisterFile>(SM, MRI, Opts.RegisterFileSize); in createDefaultPipeline() local 44 *RCU, *PRF); in createDefaultPipeline() 47 auto Retire = std::make_unique<RetireStage>(*RCU, *PRF, *LSU); in createDefaultPipeline() 51 addHardwareUnit(std::move(PRF)); in createDefaultPipeline()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
D | Context.cpp | 36 auto PRF = std::make_unique<RegisterFile>(SM, MRI, Opts.RegisterFileSize); in createDefaultPipeline() local 44 *RCU, *PRF); in createDefaultPipeline() 47 auto Retire = std::make_unique<RetireStage>(*RCU, *PRF, *LSU); in createDefaultPipeline() 51 addHardwareUnit(std::move(PRF)); in createDefaultPipeline()
|
/external/lzma/C/ |
D | MtDec.c | 15 #define PRF(x) x macro 17 #define PRF(x) macro 20 #define PRF_STR_INT(s, d) PRF(printf("\n" s " %d\n", (unsigned)d)) 330 PRF(printf("\ncrossSize = %d\n", crossSize)); in ThreadFunc2() 367 PRF(printf("\ncross : crossStart = %7d crossEnd = %7d finish = %1d", in ThreadFunc2() 442 PRF(printf("\n Overflow")); in ThreadFunc2() 444 PRF(printf("\n inDataSize = %d", (unsigned)inDataSize)); in ThreadFunc2() 506 PRF(printf("\ncross alloc error error\n")); in ThreadFunc2() 536 PRF(printf("\nfinished error SZ_ERROR_FAIL = %d\n", res)); in ThreadFunc2() 591 PRF(printf("\nERROR: numStartedThreads=%d\n", p->numStartedThreads)); in ThreadFunc2() [all …]
|
D | Bcj2Enc.c | 10 #define PRF(x) x macro 12 #define PRF(x) macro 245 PRF(printf("\n")); in Bcj2Enc_Encode() 246 PRF(printf("---- ip = %8d tempPos = %8d src = %8d\n", p->ip, p->tempPos, p->srcLim - p->src)); in Bcj2Enc_Encode() 263 … PRF(printf(" ip = %8d tempPos = %8d src = %8d\n", p->ip, p->tempPos, p->srcLim - p->src)); in Bcj2Enc_Encode() 297 PRF(printf("++++ ip = %8d tempPos = %8d src = %8d\n", p->ip, p->tempPos, p->srcLim - p->src)); in Bcj2Enc_Encode()
|
D | Lzma2Dec.c | 38 #define PRF(x) x macro 40 #define PRF(x) macro 103 PRF(printf("\n %8X", (unsigned)p->decoder.dicPos)); in Lzma2Dec_UpdateState() 104 PRF(printf(" %02X", (unsigned)b)); in Lzma2Dec_UpdateState() 130 PRF(printf(" %7u", (unsigned)p->unpackSize)); in Lzma2Dec_UpdateState() 141 PRF(printf(" %5u", (unsigned)p->packSize)); in Lzma2Dec_UpdateState()
|
D | Lzma2DecMt.c | 13 #define PRF(x) x macro 15 #define PRF(x) macro 18 #define PRF_STR(s) PRF(printf("\n" s "\n")) 19 #define PRF_STR_INT(s, d) PRF(printf("\n" s " %d\n", (unsigned)d)) 20 #define PRF_STR_INT_2(s, d1, d2) PRF(printf("\n" s " %d %d\n", (unsigned)d1, (unsigned)d2))
|
D | Lzma2Enc.c | 35 #define PRF(x) /* x */ macro 148 PRF(printf("\npackSize = %7d unpackSize = %7d ", packSize, unpackSize)); in Lzma2EncInt_EncodeSubblock() 166 PRF(printf("################# COPY ")); in Lzma2EncInt_EncodeSubblock() 203 PRF(printf(" ")); in Lzma2EncInt_EncodeSubblock()
|
D | XzDec.c | 23 #define PRF(x) x macro 25 #define PRF(x) macro 28 #define PRF_STR(s) PRF(printf("\n" s "\n")) 29 #define PRF_STR_INT(s, d) PRF(printf("\n" s " %d\n", (unsigned)d))
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/Stages/ |
D | RetireStage.h | 30 RegisterFile &PRF; variable 38 : Stage(), RCU(R), PRF(F), LSU(LS) {} in RetireStage()
|
D | DispatchStage.h | 57 RegisterFile &PRF; variable
|
/external/llvm-project/llvm/include/llvm/MCA/Stages/ |
D | RetireStage.h | 30 RegisterFile &PRF; variable 38 : Stage(), RCU(R), PRF(F), LSU(LS) {} in RetireStage()
|
D | DispatchStage.h | 56 RegisterFile &PRF; variable
|
/external/llvm-project/llvm/include/llvm/MCA/ |
D | Instruction.h | 212 void setPRF(unsigned PRF) { PRFID = PRF; } in setPRF() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
D | Instruction.h | 212 void setPRF(unsigned PRF) { PRFID = PRF; } in setPRF() argument
|
/external/scapy/scapy/layers/tls/crypto/ |
D | prf.py | 168 class PRF(object): class
|
/external/python/cryptography/vectors/cryptography_vectors/KDF/ |
D | nist-800-108-KBKDF-CTR.txt | 10 [PRF=CMAC_AES128] 456 [PRF=CMAC_AES128] 902 [PRF=CMAC_AES128] 1348 [PRF=CMAC_AES128] 1794 [PRF=CMAC_AES128] 2240 [PRF=CMAC_AES128] 2686 [PRF=CMAC_AES128] 3132 [PRF=CMAC_AES128] 3578 [PRF=CMAC_AES128] 4104 [PRF=CMAC_AES128] [all …]
|
/external/scapy/scapy/layers/tls/ |
D | session.py | 22 from scapy.layers.tls.crypto.prf import PRF 112 self.prf = PRF(ciphersuite.hash_alg.name, tls_version)
|
/external/lzma/CPP/7zip/UI/Common/ |
D | OpenArchive.cpp | 36 #define PRF(x) x macro 38 #define PRF(x) macro 2138 PRF(printf("\nSorted Open %S", (const wchar_t *)ai.Name)); in OpenStream2() 2606 PRF(printf("\npos = %9I64d : %S", pos, (const wchar_t *)ai.Name)); in OpenStream2() 2672 PRF(printf(" OK ")); in OpenStream2()
|
/external/python/cryptography/docs/hazmat/primitives/ |
D | key-derivation-functions.rst | 9 from passwords or other data sources using a pseudo-random function (PRF). 652 :param mode: The desired mode of the PRF. A value from the 727 The output of the PRF is computed with a counter
|