| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | EVP_PKEY_CTX_set_tls1_prf_md.pod | 7 TLS PRF key derivation algorithm 21 The B<EVP_PKEY_TLS1_PRF> algorithm implements the PRF key derivation function for 26 TLS PRF. EVP_md5_sha1() is treated as a special case which uses the PRF 29 EVP_PKEY_CTX_set_tls1_prf_secret() sets the secret value of the TLS PRF 38 The TLS PRF also supports string based control operations using 51 A context for the TLS PRF can be obtained by calling: 59 be more than enough for any normal use of the TLS PRF. 61 The output length of the PRF is specified by the length parameter in the 63 the buffer to B<NULL> is not meaningful for the TLS PRF. 65 Optimised versions of the TLS PRF can be implemented in an ENGINE.
|
| /freebsd-12.1/contrib/llvm/lib/MCA/Stages/ |
| H A D | DispatchStage.cpp | 42 const unsigned RegisterMask = PRF.isAvailable(RegDefs); in checkPRF() 71 PRF.addRegisterRead(RS, DependentWrites); in updateRAWDependencies() 111 IsEliminated = PRF.tryEliminateMove(IS.getDefs()[0], IS.getUses()[0]); in dispatch() 131 SmallVector<unsigned, 4> RegisterFiles(PRF.getNumRegisterFiles()); in dispatch() 133 PRF.addRegisterWrite(WriteRef(IR.getSourceIndex(), &WS), RegisterFiles); in dispatch() 147 PRF.cycleStart(); in cycleStart() 159 SmallVector<unsigned, 8> RegisterFiles(PRF.getNumRegisterFiles(), 0U); in cycleStart() 188 PRF.dump(); in dump()
|
| H A D | RetireStage.cpp | 53 llvm::SmallVector<unsigned, 4> FreedRegs(PRF.getNumRegisterFiles()); in notifyInstructionRetired() 57 PRF.removeRegisterWrite(WS, FreedRegs); in notifyInstructionRetired()
|
| /freebsd-12.1/contrib/llvm/lib/MCA/ |
| H A D | Context.cpp | 37 auto PRF = llvm::make_unique<RegisterFile>(SM, MRI, Opts.RegisterFileSize); in createDefaultPipeline() local 45 *RCU, *PRF); in createDefaultPipeline() 47 auto Retire = llvm::make_unique<RetireStage>(*RCU, *PRF); in createDefaultPipeline() 51 addHardwareUnit(std::move(PRF)); in createDefaultPipeline()
|
| /freebsd-12.1/contrib/llvm/include/llvm/MCA/Stages/ |
| H A D | RetireStage.h | 30 RegisterFile &PRF; variable 37 : Stage(), RCU(R), PRF(F) {} in RetireStage()
|
| H A D | DispatchStage.h | 58 RegisterFile &PRF; variable 76 CarryOver(0U), CarriedOver(), STI(Subtarget), RCU(R), PRF(F) {} in DispatchStage()
|
| /freebsd-12.1/contrib/llvm/include/llvm/MCA/ |
| H A D | Instruction.h | 190 void setPRF(unsigned PRF) { PRFID = PRF; } in setPRF() argument
|
| /freebsd-12.1/crypto/openssl/doc/man1/ |
| H A D | pkcs8.pod | 130 This option sets the PRF algorithm to use with PKCS#5 v2.0. A typical value 134 Some implementations may not support custom PRF algorithms and may require 256 mode and B<hmacWithSHA512> PRF:
|
| H A D | pkeyutl.pod | 129 at present B<TLS1-PRF> and B<HKDF>. 316 Hexdump 48 bytes of TLS1 PRF using digest B<SHA256> and shared secret and 319 openssl pkeyutl -kdf TLS1-PRF -kdflen 48 -pkeyopt md:SHA256 \
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ScheduleBtVer2.td | 41 // The Integer PRF for Jaguar is 64 entries, and it holds the architectural and 59 // The PRF in the floating point unit can eliminate a move from a MMX or SSE
|
| H A D | X86ScheduleZnver1.td | 98 // The Integer PRF for Zen is 168 entries, and it holds the architectural and
|
| /freebsd-12.1/contrib/bearssl/src/ssl/ |
| H A D | ssl_hs_common.t0 | 775 \ -- PRF for TLS-1.2: 780 \ PRF (with TLS 1.2), be sure to check the suites_sha384[] array defined 891 \ Get identifier for the PRF (TLS 1.2).
|
| /freebsd-12.1/crypto/openssl/crypto/objects/ |
| H A D | objects.txt | 1265 cryptopro 23 : prf-gostr3411-94 : GOST R 34.11-94 PRF 1597 # NID for TLS1 PRF 1598 : TLS1-PRF : tls1-prf
|
| /freebsd-12.1/crypto/openssl/ |
| H A D | NEWS | 183 o KDF algorithm support. Implement TLS PRF as a KDF. 438 o Opaque PRF Input TLS extension support.
|
| H A D | CHANGES | 1300 - Prefer TLSv1.2 ciphers/PRF. 3723 the IV between the fixed (from PRF) and explicit (from TLS record) 4293 *) Implement Opaque PRF Input TLS extension as specified in 4310 opaque PRF input value to use in the handshake. This will create 4331 PRF input just if possible, or 2 to enforce use of the opaque PRF 4333 if opaque PRF input is not successfully negotiated. 4337 see the client's opaque PRF input through these variables if 4339 provides an opaque PRF input, the length must be the same as the 4340 length of the client's opaque PRF input. 4347 for applications that need to enforce opaque PRF input. [all …]
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | database | 454 # dBASE IV Printer Driver *.PRF
|
| /freebsd-12.1/crypto/heimdal/ |
| H A D | NEWS | 155 [HEIMDAL-3] - pkinit alg agility PRF test vectors
|
| /freebsd-12.1/contrib/bearssl/test/ |
| H A D | test_crypto.c | 9397 STU(PRF),
|
| /freebsd-12.1/ |
| H A D | UPDATING | 1886 The counter used in the PRF+ construction is now encoded as a
|
| /freebsd-12.1/contrib/wpa/wpa_supplicant/ |
| H A D | ChangeLog | 1481 * fixed PeerKey key derivation to use the correct PRF label
|