Home
last modified time | relevance | path

Searched refs:NaCl (Results 1 – 22 of 22) sorted by relevance

/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_kdf_scrypt.txt26 Ctrl.salt = salt:NaCl
34 Ctrl.salt = salt:NaCl
H A Devpkdf_scrypt.txt26 Ctrl.salt = salt:NaCl
34 Ctrl.salt = salt:NaCl
H A Devppbe_scrypt.txt26 Salt = "NaCl"
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidumpConstants.def117 HANDLE_MDMP_PLATFORM(0x8205, NaCl) // Native Client (NaCl)
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp224 case llvm::Triple::NaCl: in AllocateTarget()
254 case llvm::Triple::NaCl: in AllocateTarget()
298 case llvm::Triple::NaCl: in AllocateTarget()
349 case llvm::Triple::NaCl: in AllocateTarget()
583 case llvm::Triple::NaCl: in AllocateTarget()
641 case llvm::Triple::NaCl: in AllocateTarget()
/freebsd/crypto/openssl/doc/man7/
H A DEVP_KDF-SCRYPT.pod84 "password", salt "NaCl" and N = 1024, r = 8, p = 16.
98 "NaCl", (size_t)4);
/freebsd/sys/contrib/libsodium/
H A DREADME.markdown12 fork of [NaCl](http://nacl.cr.yp.to/), with a compatible API, and an
H A DChangeLog268 - Support for NaCl has finally been added.
305 have been added as an alternative to the NaCl interface.
327 - NaCl's donna_c64 implementation of curve25519 was reading an extra byte
388 does not have any overhead over the NaCl API. With the password
464 - All NaCl constants are now also exposed as functions.
/freebsd/sys/contrib/libsodium/packaging/nuget/
H A Dpackage.gsl27 …<description>Sodium is a portable, cross-compilable, installable, packageable fork of NaCl, with a…
28 …<summary>Portable fork of NaCl, packaged for Visual Studio 2013 (v120) and CTP_Nov2013 compilers.<…
31 <tags>native, NaCl, salt, sodium, libsodium, C++</tags>
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h219 NaCl, // Native Client enumerator
681 return getOS() == Triple::NaCl; in isOSNaCl()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFeatures.td444 // Special TRAP encoding for NaCl, which looks like a TRAP in Thumb too.
446 // True if NaCl TRAP instruction is generated instead of the regular TRAP.
448 "NaCl trap">;
H A DARMPredicates.td178 AssemblerPredicate<(all_of FeatureNaClTrap), "NaCl">;
H A DARMInstrInfo.td2369 * NaCl's OS instead chooses an ARM UDF encoding that's also a UDF in Thumb.
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-kdf.pod.in193 openssl kdf -keylen 64 -kdfopt pass:password -kdfopt salt:NaCl \
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DARMTargetParser.cpp633 case llvm::Triple::NaCl: in getARMCPUForArch()
H A DTriple.cpp287 case NaCl: return "nacl"; in getOSTypeName()
666 .StartsWith("nacl", Triple::NaCl) in parseOS()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallingConv.td273 // In NaCl, T6, T7 and T8 are reserved and not available as argument
H A DMipsInstrFPU.td625 // instruction mnemonic) is disallowed under NaCl.
/freebsd/contrib/llvm-project/libcxx/include/
H A D__config295 // NaCl's sandbox (which PNaCl also runs in) doesn't allow filesystem access,
/freebsd/lib/clang/libclang/
H A DMakefile401 SRCS_MIN+= Driver/ToolChains/NaCl.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp37 #include "ToolChains/NaCl.h"
6403 case llvm::Triple::NaCl: in getToolChain()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp125 if (Triple.getOS() == llvm::Triple::NaCl) in createTargetCodeGenInfo()