Home
last modified time | relevance | path

Searched refs:PRF (Results 1 – 25 of 29) sorted by relevance

12

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DPasswordRecipient.java13 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/cn-cbor/test/
Dtest.c50 #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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DContext.cpp38 auto PRF = llvm::make_unique<RegisterFile>(SM, MRI, Opts.RegisterFileSize); in createDefaultPipeline() local
46 STI, MRI, Opts.RegisterFileSize, Opts.DispatchWidth, *RCU, *PRF, *HWS); in createDefaultPipeline()
47 auto R = llvm::make_unique<RetireStage>(*RCU, *PRF); in createDefaultPipeline()
52 addHardwareUnit(std::move(PRF)); in createDefaultPipeline()
DDispatchStage.cpp42 const unsigned RegisterMask = PRF.isAvailable(RegDefs); in checkPRF()
120 SmallVector<unsigned, 4> RegisterFiles(PRF.getNumRegisterFiles()); in dispatch()
122 PRF.addRegisterWrite(WriteRef(IR.first, WS.get()), RegisterFiles, in dispatch()
149 PRF.dump(); in dump()
DDispatchStage.h58 RegisterFile &PRF; variable
81 return PRF.collectWrites(Vec, RegID); in collectWrites()
90 CarryOver(0U), STI(Subtarget), RCU(R), PRF(F), SC(Sched) {} in DispatchStage()
DRetireStage.h29 RegisterFile &PRF; variable
33 : Stage(), RCU(R), PRF(F) {} in RetireStage()
DRetireStage.cpp47 SmallVector<unsigned, 4> FreedRegs(PRF.getNumRegisterFiles()); in notifyInstructionRetired()
53 PRF.removeRegisterWrite(*WS.get(), FreedRegs, ShouldFreeRegs); in notifyInstructionRetired()
/external/lzma/C/
DMtDec.c15 #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 …]
DBcj2Enc.c10 #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()
263PRF(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()
DLzma2Dec.c38 #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()
DLzma2DecMt.c13 #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))
DLzma2Enc.c35 #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()
DXzDec.c23 #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/scapy/scapy/layers/tls/crypto/
Dprf.py168 class PRF(object): class
/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp36 #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/scapy/scapy/layers/tls/
Dsession.py22 from scapy.layers.tls.crypto.prf import PRF
112 self.prf = PRF(ciphersuite.hash_alg.name, tls_version)
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dllvm-mca.rst558 file (PRF) used by the pipeline is presented in this table. In the case of AMD
565 can conclude that the floating point PRF was the only register file used for
/external/scapy/test/
Dtls.uts249 ### PRF ###
305 from scapy.layers.tls.crypto.prf import PRF
332 p = PRF(tls_version=0x303, hash_name=t.h)
341 f = PRF(tls_version=0x300)
358 from scapy.layers.tls.crypto.prf import PRF
359 f = PRF(tls_version=0x301)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ScheduleBtVer2.td41 // The Integer PRF for Jaguar is 64 entries, and it holds the architectural and
DX86ScheduleZnver1.td93 // The Integer PRF for Zen is 168 entries, and it holds the architectural and
/external/boringssl/src/crypto/obj/
Dobjects.txt1173 cryptopro 23 : prf-gostr3411-94 : GOST R 34.11-94 PRF
/external/wpa_supplicant_8/wpa_supplicant/
DChangeLog1383 * fixed PeerKey key derivation to use the correct PRF label
/external/grpc-grpc/etc/
Droots.pem3194 8PRF/iKz6y+O0tlFYQXBl2+odnKPi4w2r78NBc5xjeambx9spnFixdjQg3IM8WcR
/external/grpc-grpc/src/android/test/interop/app/src/main/assets/
Droots.pem3194 8PRF/iKz6y+O0tlFYQXBl2+odnKPi4w2r78NBc5xjeambx9spnFixdjQg3IM8WcR
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenAsmWriter.inc10177 // PRFB_D_PZI, PRFB_D_SCALED, PRFB_D_SXTW_SCALED, PRFB_D_UXTW_SCALED, PRF...

12