Home
last modified time | relevance | path

Searched refs:SeedSize (Results 1 – 25 of 564) sorted by relevance

12345678910>>...23

/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/lestrrat-go/jwx/x25519/
H A Dx25519.go31 SeedSize = 32 const
55 copy(publicKey, priv[SeedSize:])
72 seed := make([]byte, SeedSize)
73 copy(seed, priv[:SeedSize])
83 if len(seed) != SeedSize {
91 copy(privateKey[SeedSize:], public)
103 seed := make([]byte, SeedSize)
113 copy(publicKey, privateKey[SeedSize:])
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/lestrrat-go/jwx/x25519/
H A Dx25519.go31 SeedSize = 32 const
55 copy(publicKey, priv[SeedSize:])
72 seed := make([]byte, SeedSize)
73 copy(seed, priv[:SeedSize])
83 if len(seed) != SeedSize {
91 copy(privateKey[SeedSize:], public)
103 seed := make([]byte, SeedSize)
113 copy(publicKey, privateKey[SeedSize:])
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/crypto/ed25519/
H A Ded25519.go34 SeedSize = 32 const
75 seed := make([]byte, SeedSize)
100 seed := make([]byte, SeedSize)
124 if l := len(seed); l != SeedSize {
152 seed, publicKey := privateKey[:SeedSize], privateKey[SeedSize:]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/crypto/ed25519/
H A Ded25519.go34 SeedSize = 32 const
75 seed := make([]byte, SeedSize)
100 seed := make([]byte, SeedSize)
124 if l := len(seed); l != SeedSize {
152 seed, publicKey := privateKey[:SeedSize], privateKey[SeedSize:]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/CryptoPkg/Library/BaseCryptLib/Rand/
H A DCryptRand.c44 IN UINTN SeedSize in RandomSeed() argument
47 if (SeedSize > INT_MAX) { in RandomSeed()
64 RAND_seed (Seed, (UINT32) SeedSize); in RandomSeed()
H A DCryptRandTsc.c40 IN UINTN SeedSize in RandomSeed() argument
45 if (SeedSize > INT_MAX) { in RandomSeed()
62 RAND_seed (Seed, (UINT32) SeedSize); in RandomSeed()
H A DCryptRandItc.c40 IN UINTN SeedSize in RandomSeed() argument
45 if (SeedSize > INT_MAX) { in RandomSeed()
62 RAND_seed (Seed, (UINT32) SeedSize); in RandomSeed()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/BaseCryptLib/Rand/
H A DCryptRand.c38 IN UINTN SeedSize in RandomSeed() argument
41 if (SeedSize > INT_MAX) { in RandomSeed()
58 RAND_seed (Seed, (UINT32) SeedSize); in RandomSeed()
H A DCryptRandTsc.c34 IN UINTN SeedSize in RandomSeed() argument
39 if (SeedSize > INT_MAX) { in RandomSeed()
56 RAND_seed (Seed, (UINT32) SeedSize); in RandomSeed()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/BaseCryptLib/Rand/
H A DCryptRand.c38 IN UINTN SeedSize in RandomSeed() argument
41 if (SeedSize > INT_MAX) { in RandomSeed()
58 RAND_seed (Seed, (UINT32) SeedSize); in RandomSeed()
H A DCryptRandTsc.c34 IN UINTN SeedSize in RandomSeed() argument
39 if (SeedSize > INT_MAX) { in RandomSeed()
56 RAND_seed (Seed, (UINT32) SeedSize); in RandomSeed()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/BaseCryptLib/Rand/
H A DCryptRand.c38 IN UINTN SeedSize in RandomSeed() argument
41 if (SeedSize > INT_MAX) { in RandomSeed()
58 RAND_seed (Seed, (UINT32) SeedSize); in RandomSeed()
H A DCryptRandTsc.c34 IN UINTN SeedSize in RandomSeed() argument
39 if (SeedSize > INT_MAX) { in RandomSeed()
56 RAND_seed (Seed, (UINT32) SeedSize); in RandomSeed()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/BaseCryptLib/Rand/
H A DCryptRand.c38 IN UINTN SeedSize in RandomSeed() argument
41 if (SeedSize > INT_MAX) { in RandomSeed()
58 RAND_seed (Seed, (UINT32) SeedSize); in RandomSeed()
H A DCryptRandTsc.c34 IN UINTN SeedSize in RandomSeed() argument
39 if (SeedSize > INT_MAX) { in RandomSeed()
56 RAND_seed (Seed, (UINT32) SeedSize); in RandomSeed()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/BaseCryptLib/Rand/
H A DCryptRand.c38 IN UINTN SeedSize in RandomSeed() argument
41 if (SeedSize > INT_MAX) { in RandomSeed()
58 RAND_seed (Seed, (UINT32) SeedSize); in RandomSeed()
H A DCryptRandTsc.c34 IN UINTN SeedSize in RandomSeed() argument
39 if (SeedSize > INT_MAX) { in RandomSeed()
56 RAND_seed (Seed, (UINT32) SeedSize); in RandomSeed()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/BaseCryptLib/Rand/
H A DCryptRand.c38 IN UINTN SeedSize in RandomSeed() argument
41 if (SeedSize > INT_MAX) { in RandomSeed()
58 RAND_seed (Seed, (UINT32) SeedSize); in RandomSeed()
H A DCryptRandTsc.c34 IN UINTN SeedSize in RandomSeed() argument
39 if (SeedSize > INT_MAX) { in RandomSeed()
56 RAND_seed (Seed, (UINT32) SeedSize); in RandomSeed()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/BaseCryptLib/Rand/
H A DCryptRand.c38 IN UINTN SeedSize in RandomSeed() argument
41 if (SeedSize > INT_MAX) { in RandomSeed()
58 RAND_seed (Seed, (UINT32) SeedSize); in RandomSeed()
H A DCryptRandTsc.c34 IN UINTN SeedSize
39 if (SeedSize > INT_MAX) {
56 RAND_seed (Seed, (UINT32) SeedSize);
/dports/sysutils/edk2/edk2-edk2-stable202102/CryptoPkg/Library/BaseCryptLib/Rand/
H A DCryptRand.c38 IN UINTN SeedSize in RandomSeed() argument
41 if (SeedSize > INT_MAX) { in RandomSeed()
58 RAND_seed (Seed, (UINT32) SeedSize); in RandomSeed()
H A DCryptRandTsc.c34 IN UINTN SeedSize
39 if (SeedSize > INT_MAX) {
56 RAND_seed (Seed, (UINT32) SeedSize);
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/BaseCryptLib/Rand/
H A DCryptRand.c38 IN UINTN SeedSize in RandomSeed() argument
41 if (SeedSize > INT_MAX) { in RandomSeed()
58 RAND_seed (Seed, (UINT32) SeedSize); in RandomSeed()
/dports/sysutils/shim/shim-0.9/Cryptlib/Rand/
H A DCryptRand.c44 IN UINTN SeedSize in RandomSeed() argument
47 if (SeedSize > INT_MAX) { in RandomSeed()
64 RAND_seed (Seed, (UINT32) SeedSize); in RandomSeed()

12345678910>>...23