- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 27 for curReq (0.1 sec)
-
src/main/java/jcifs/util/transport/Transport.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 27.8K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportImpl.java
CommonServerMessageBlockRequest curReq = thisReq; int grantedCredits = 0; // if while (curReq != null) { if (curReq.isResponseAsync()) { log.trace("Async"); break; } final CommonServerMessageBlockResponse resp = curReq.getResponse();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 69.8K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/ppc64.s
NOP NOP R2 NOP F2 NOP $4 CRAND CR0GT, CR0EQ, CR0SO // 4c620a02 CRANDN CR0GT, CR0EQ, CR0SO // 4c620902 CREQV CR0GT, CR0EQ, CR0SO // 4c620a42 CRNAND CR0GT, CR0EQ, CR0SO // 4c6209c2 CRNOR CR0GT, CR0EQ, CR0SO // 4c620842 CROR CR0GT, CR0EQ, CR0SO // 4c620b82 CRORN CR0GT, CR0EQ, CR0SO // 4c620b42 CRXOR CR0GT, CR0EQ, CR0SO // 4c620982
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Nov 21 18:27:17 UTC 2024 - 51.7K bytes - Viewed (0) -
src/cmd/asm/internal/arch/arm64.go
case "S2": curSize = 2 curQ = 0 case "S4": curSize = 2 curQ = 1 case "D1": curSize = 3 curQ = 0 case "D2": curSize = 3 curQ = 1 default: return 0, errors.New("invalid arrangement in ARM64 register list") } return (int64(curQ) & 1 << 30) | (int64(curSize&3) << 10), nil } // ARM64RegisterListOffset generates offset encoding according to AArch64 specification.
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 14 15:13:11 UTC 2025 - 10.3K bytes - Viewed (0) -
api/go1.15.txt
pkg crypto/ed25519, method (PrivateKey) Equal(crypto.PrivateKey) bool pkg crypto/ed25519, method (PublicKey) Equal(crypto.PublicKey) bool pkg crypto/elliptic, func MarshalCompressed(Curve, *big.Int, *big.Int) []uint8 pkg crypto/elliptic, func UnmarshalCompressed(Curve, []uint8) (*big.Int, *big.Int) pkg crypto/rsa, method (*PrivateKey) Equal(crypto.PrivateKey) bool pkg crypto/rsa, method (*PublicKey) Equal(crypto.PublicKey) bool
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Jul 17 02:15:01 UTC 2020 - 7.6K bytes - Viewed (0) -
api/go1.25.txt
pkg crypto, type MessageSigner interface, SignMessage(io.Reader, []uint8, SignerOpts) ([]uint8, error) #63405 pkg crypto/ecdsa, func ParseRawPrivateKey(elliptic.Curve, []uint8) (*PrivateKey, error) #63963 pkg crypto/ecdsa, func ParseUncompressedPublicKey(elliptic.Curve, []uint8) (*PublicKey, error) #63963 pkg crypto/ecdsa, method (*PrivateKey) Bytes() ([]uint8, error) #63963 pkg crypto/ecdsa, method (*PublicKey) Bytes() ([]uint8, error) #63963
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Jun 02 16:09:57 UTC 2025 - 6.8K bytes - Viewed (0) -
api/go1.21.txt
pkg crypto/elliptic, type Curve interface, Add //deprecated #52221 pkg crypto/elliptic, type Curve interface, Double //deprecated #52221 pkg crypto/elliptic, type Curve interface, IsOnCurve //deprecated #52221 pkg crypto/elliptic, type Curve interface, ScalarBaseMult //deprecated #52221 pkg crypto/elliptic, type Curve interface, ScalarMult //deprecated #52221
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Aug 07 09:39:17 UTC 2023 - 25.6K bytes - Viewed (0) -
.github/ISSUE_TEMPLATE/11-language-change.yml
validations: required: false - type: textarea id: learning-curve attributes: label: "Would this change make Go easier or harder to learn, and why?" - type: textarea id: cost-description attributes: label: "Cost Description"
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Aug 08 19:02:29 UTC 2024 - 4.7K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/ppc64_p10.s
PSTXV VS6, $1, 1234567890(R5) // 04104996d8c502d2 PSTXVP VS2, $1, 12345678(R2) // 041000bcf842614e PSTXVP VS62, $0, 5555555(R3) // 04000054fbe3c563 SETBC CR2EQ, R2 // 7c4a0300 SETBCR CR2LT, R2 // 7c480340 SETNBC CR2GT, R2 // 7c490380 SETNBCR CR6SO, R2 // 7c5b03c0
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Mar 23 20:52:57 UTC 2023 - 14.3K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
); err != nil { return nil, err } return &PublicKey{curve: c.curve, q: bytes.Clone(key)}, nil } func ECDH[P Point[P]](c *Curve[P], k *PrivateKey, peer *PublicKey) ([]byte, error) { fipsSelfTest() fips140.RecordApproved() return ecdh(c, k, peer) } func ecdh[P Point[P]](c *Curve[P], k *PrivateKey, peer *PublicKey) ([]byte, error) { if c.curve != k.pub.curve { return nil, errors.New("crypto/ecdh: mismatched curves") } if k.pub.curve != peer.curve { return nil, errors.New("crypto/ecdh: mismatched curves")...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)