/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/ |
D | zsyscall_windows.go | 538 func cm_Get_Device_Interface_List(interfaceClass *GUID, deviceID *uint16, buffer *uint16, bufferLen… 544 func cm_Get_Device_Interface_List_Size(len *uint32, interfaceClass *GUID, deviceID *uint16, flags u… 604 …, binaryPathName *uint16, loadOrderGroup *uint16, tagId *uint32, dependencies *uint16, serviceStar… 636 …ESCRIPTOR, revision uint32, securityInformation SECURITY_INFORMATION, str **uint16, strLen *uint32… 644 func ConvertSidToStringSid(sid *SID, stringSid **uint16) (err error) { 661 func _convertStringSecurityDescriptorToSecurityDescriptor(str *uint16, revision uint32, sd **SECURI… 669 func ConvertStringSidToSid(stringSid *uint16, sid **SID) (err error) { 685 …appName *uint16, commandLine *uint16, procSecurity *SecurityAttributes, threadSecurity *SecurityAt… 697 …serviceName *uint16, displayName *uint16, access uint32, srvType uint32, startType uint32, errCtl … 714 func CryptAcquireContext(provhandle *Handle, container *uint16, provider *uint16, provtype uint32, … [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/ |
D | zsyscall_windows.go | 200 func ConvertSidToStringSid(sid *SID, stringSid **uint16) (err error) { 208 func ConvertStringSidToSid(stringSid *uint16, sid **SID) (err error) { 224 …appName *uint16, commandLine *uint16, procSecurity *SecurityAttributes, threadSecurity *SecurityAt… 236 func CryptAcquireContext(provhandle *Handle, container *uint16, provider *uint16, provtype uint32, … 274 func LookupAccountName(systemName *uint16, accountName *uint16, sid *SID, sidLen *uint32, refdDomai… 282 func LookupAccountSid(systemName *uint16, sid *SID, name *uint16, nameLen *uint32, refdDomainName *… 306 func regEnumKeyEx(key Handle, index uint32, name *uint16, nameLen *uint32, reserved *uint32, class … 314 func RegOpenKeyEx(key Handle, subkey *uint16, options uint32, desiredAccess uint32, result *Handle)… 322 func RegQueryInfoKey(key Handle, class *uint16, classLen *uint32, reserved *uint32, subkeysLen *uin… 330 func RegQueryValueEx(key Handle, name *uint16, reserved *uint32, valtype *uint32, buf *byte, buflen… [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/syscall/windows/ |
D | zsyscall_windows.go | 124 func LookupPrivilegeValue(systemname *uint16, name *uint16, luid *LUID) (err error) { 132 func OpenSCManager(machineName *uint16, databaseName *uint16, access uint32) (handle syscall.Handle… 141 func OpenService(mgr syscall.Handle, serviceName *uint16, access uint32) (handle syscall.Handle, er… 206 …ntAttrs *SecurityAttributes, manualReset uint32, initialState uint32, name *uint16) (handle syscal… 221 func GetComputerNameEx(nameformat uint32, buf *uint16, n *uint32) (err error) { 252 func GetFinalPathNameByHandle(file syscall.Handle, filePath *uint16, filePathSize uint32, flags uin… 261 func GetModuleFileName(module syscall.Handle, fn *uint16, len uint32) (n uint32, err error) { 270 func GetTempPath2(buflen uint32, buf *uint16) (n uint32, err error) { 279 …volumeNameBuffer *uint16, volumeNameSize uint32, volumeNameSerialNumber *uint32, maximumComponentL… 287 func GetVolumeNameForVolumeMountPoint(volumeMountPoint *uint16, volumeName *uint16, bufferlength ui… [all …]
|
/aosp_15_r20/external/boringssl/src/ssl/test/runner/ |
H A D | cipher_suites.go | 31 …generateServerKeyExchange(*Config, *Credential, *clientHelloMsg, *serverHelloMsg, uint16) (*server… argument 32 processClientKeyExchange(*Config, *Credential, *clientKeyExchangeMsg, uint16) ([]byte, error) argument 132 func ivLenChaCha20Poly1305(vers uint16) int { 136 func ivLenAESGCM(vers uint16) int { 143 func ivLenAES(vers uint16) int { 147 func ivLen3DES(vers uint16) int { 174 func macSHA1(version uint16, key []byte) macFunction { 178 func macMD5(version uint16, key []byte) macFunction { 182 func macSHA256(version uint16, key []byte) macFunction { 186 func macSHA384(version uint16, key []byte) macFunction { [all …]
|
H A D | prf.go | 121 func prfForVersion(version uint16, suite *cipherSuite) func(result, secret, label, seed []byte) { 133 func masterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret, clientRandom, s… 145 func extendedMasterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret []byte, … 154 func keysFromMasterSecret(version uint16, suite *cipherSuite, masterSecret, clientRandom, serverRan… 176 func newFinishedHash(wireVersion uint16, isDTLS bool, cipherSuite *cipherSuite) finishedHash { 455 func deriveTrafficAEAD(version uint16, suite *cipherSuite, secret []byte, side trafficDirection) an… 462 func updateTrafficSecret(hash crypto.Hash, version uint16, secret []byte) []byte { 466 func computePSKBinder(psk []byte, version uint16, label []byte, cipherSuite *cipherSuite, clientHel… 479 func deriveSessionPSK(suite *cipherSuite, version uint16, masterSecret []byte, nonce []byte) []byte…
|
H A D | handshake_server.go | 2396 func (c *Conn) tryCipherSuite(id uint16, supportedCipherSuites []uint16, version uint16, ellipticOk… 2435 func isTLS12Cipher(id uint16) bool { 2446 func isGREASEValue(val uint16) bool { 2450 func verifyPSKBinder(version uint16, clientHello *clientHelloMsg, sessionState *sessionState, binde… 2475 func checkClientHellosEqual(a, b []byte, isDTLS bool, ignoreExtensions []uint16) error {
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/ |
H A D | cipher_suites.go | 31 …generateServerKeyExchange(*Config, *Credential, *clientHelloMsg, *serverHelloMsg, uint16) (*server… argument 32 processClientKeyExchange(*Config, *Credential, *clientKeyExchangeMsg, uint16) ([]byte, error) argument 132 func ivLenChaCha20Poly1305(vers uint16) int { 136 func ivLenAESGCM(vers uint16) int { 143 func ivLenAES(vers uint16) int { 147 func ivLen3DES(vers uint16) int { 174 func macSHA1(version uint16, key []byte) macFunction { 178 func macMD5(version uint16, key []byte) macFunction { 182 func macSHA256(version uint16, key []byte) macFunction { 186 func macSHA384(version uint16, key []byte) macFunction { [all …]
|
H A D | prf.go | 121 func prfForVersion(version uint16, suite *cipherSuite) func(result, secret, label, seed []byte) { 133 func masterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret, clientRandom, s… 145 func extendedMasterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret []byte, … 154 func keysFromMasterSecret(version uint16, suite *cipherSuite, masterSecret, clientRandom, serverRan… 176 func newFinishedHash(wireVersion uint16, isDTLS bool, cipherSuite *cipherSuite) finishedHash { 455 func deriveTrafficAEAD(version uint16, suite *cipherSuite, secret []byte, side trafficDirection) an… 462 func updateTrafficSecret(hash crypto.Hash, version uint16, secret []byte) []byte { 466 func computePSKBinder(psk []byte, version uint16, label []byte, cipherSuite *cipherSuite, clientHel… 479 func deriveSessionPSK(suite *cipherSuite, version uint16, masterSecret []byte, nonce []byte) []byte…
|
H A D | handshake_server.go | 2400 func (c *Conn) tryCipherSuite(id uint16, supportedCipherSuites []uint16, version uint16, ellipticOk… 2439 func isTLS12Cipher(id uint16) bool { 2450 func isGREASEValue(val uint16) bool { 2454 func verifyPSKBinder(version uint16, clientHello *clientHelloMsg, sessionState *sessionState, binde… 2479 func checkClientHellosEqual(a, b []byte, isDTLS bool, ignoreExtensions []uint16) error {
|
H A D | sign.go | 30 func selectSignatureAlgorithm(version uint16, cred *Credential, config *Config, peerSigAlgs []signa… 55 func signMessage(version uint16, key crypto.PrivateKey, config *Config, sigAlg signatureAlgorithm, … 71 func verifyMessage(version uint16, key crypto.PublicKey, config *Config, sigAlg signatureAlgorithm,… 84 func verifyMessageDC(version uint16, key crypto.PublicKey, config *Config, sigAlg signatureAlgorith… 289 func getSigner(version uint16, key any, config *Config, sigAlg signatureAlgorithm, isVerify bool) (…
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/test/ |
D | shift_test.go | 27 func ofz64l16(n uint16) int64 { 51 func ofz64r16(n uint16) int64 { 75 func ofz64ur16(n uint16) uint64 { 99 func ofz32l16(n uint16) int32 { 123 func ofz32r16(n uint16) int32 { 147 func ofz32ur16(n uint16) uint32 { 171 func ofz16l16(n uint16) int16 { 195 func ofz16r16(n uint16) int16 { 219 func ofz16ur16(n uint16) uint16 { 243 func ofz8l16(n uint16) int8 { [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/syscall/windows/registry/ |
D | zsyscall_windows.go | 52 func regCreateKeyEx(key syscall.Handle, subkey *uint16, reserved uint32, class *uint16, options uin… 60 func regDeleteKey(key syscall.Handle, subkey *uint16) (regerrno error) { 68 func regDeleteValue(key syscall.Handle, name *uint16) (regerrno error) { 76 func regEnumValue(key syscall.Handle, index uint32, name *uint16, nameLen *uint32, reserved *uint32… 84 …adMUIString(key syscall.Handle, name *uint16, buf *uint16, buflen uint32, buflenCopied *uint32, fl… 92 func regSetValueEx(key syscall.Handle, valueName *uint16, reserved uint32, vtype uint32, buf *byte,… 100 func expandEnvironmentStrings(src *uint16, dst *uint16, size uint32) (n uint32, err error) {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/test/testdata/ |
D | cmpConst_test.go | 688 func lt_0_uint16(x uint16) bool { return x < 0 } 689 func le_0_uint16(x uint16) bool { return x <= 0 } 690 func gt_0_uint16(x uint16) bool { return x > 0 } 691 func ge_0_uint16(x uint16) bool { return x >= 0 } 692 func eq_0_uint16(x uint16) bool { return x == 0 } 693 func ne_0_uint16(x uint16) bool { return x != 0 } 694 func lt_1_uint16(x uint16) bool { return x < 1 } 695 func le_1_uint16(x uint16) bool { return x <= 1 } 696 func gt_1_uint16(x uint16) bool { return x > 1 } 697 func ge_1_uint16(x uint16) bool { return x >= 1 } [all …]
|
D | arithConst_test.go | 1604 func add_uint16_0(a uint16) uint16 { return a + 0 } 1607 func add_0_uint16(a uint16) uint16 { return 0 + a } 1610 func add_uint16_1(a uint16) uint16 { return a + 1 } 1613 func add_1_uint16(a uint16) uint16 { return 1 + a } 1616 func add_uint16_65535(a uint16) uint16 { return a + 65535 } 1619 func add_65535_uint16(a uint16) uint16 { return 65535 + a } 1622 func sub_uint16_0(a uint16) uint16 { return a - 0 } 1625 func sub_0_uint16(a uint16) uint16 { return 0 - a } 1628 func sub_uint16_1(a uint16) uint16 { return a - 1 } 1631 func sub_1_uint16(a uint16) uint16 { return 1 - a } [all …]
|
/aosp_15_r20/external/boringssl/src/ssl/test/runner/hpke/ |
H A D | hpke.go | 59 func GetHKDFHash(kdf uint16) (crypto.Hash, error) { 89 func SetupBaseSenderX25519(kdfID, aeadID uint16, publicKeyR, info []byte, ephemKeygen GenerateKeyPa… 100 func SetupBaseReceiverX25519(kdfID, aeadID uint16, enc, secretKeyR, info []byte) (context *Context,… 110 func SetupPSKSenderX25519(kdfID, aeadID uint16, publicKeyR, info, psk, pskID []byte, ephemKeygen Ge… 121 func SetupPSKReceiverX25519(kdfID, aeadID uint16, enc, secretKeyR, info, psk, pskID []byte) (contex… 162 func buildSuiteID(kemID, kdfID, aeadID uint16) []byte { 171 func newAEAD(aeadID uint16, key []byte) (cipher.AEAD, error) { 196 func keySchedule(mode uint8, kemID, kdfID, aeadID uint16, sharedSecret, info, psk, pskID []byte) (*… 262 func expectedKeyLength(aeadID uint16) int { 274 func appendBigEndianUint16(b []byte, v uint16) []byte {
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/hpke/ |
H A D | hpke.go | 59 func GetHKDFHash(kdf uint16) (crypto.Hash, error) { 89 func SetupBaseSenderX25519(kdfID, aeadID uint16, publicKeyR, info []byte, ephemKeygen GenerateKeyPa… 100 func SetupBaseReceiverX25519(kdfID, aeadID uint16, enc, secretKeyR, info []byte) (context *Context,… 110 func SetupPSKSenderX25519(kdfID, aeadID uint16, publicKeyR, info, psk, pskID []byte, ephemKeygen Ge… 121 func SetupPSKReceiverX25519(kdfID, aeadID uint16, enc, secretKeyR, info, psk, pskID []byte) (contex… 162 func buildSuiteID(kemID, kdfID, aeadID uint16) []byte { 171 func newAEAD(aeadID uint16, key []byte) (cipher.AEAD, error) { 196 func keySchedule(mode uint8, kemID, kdfID, aeadID uint16, sharedSecret, info, psk, pskID []byte) (*… 262 func expectedKeyLength(aeadID uint16) int { 274 func appendBigEndianUint16(b []byte, v uint16) []byte {
|
/aosp_15_r20/prebuilts/go/linux-x86/test/codegen/ |
D | memcombine.go | 372 func fcall_uint16(a [2]uint16) [2]uint16 { 478 func store_le16(b []byte, x uint16) { 487 func store_le16_idx(b []byte, x uint16, idx int) { 554 func store_be16(b []byte, x uint16) { 564 func store_be16_idx(b []byte, x uint16, idx int) { 574 func store_le_byte_2(b []byte, val uint16) { 584 func store_le_byte_2_inv(b []byte, val uint16) { 612 func store_be_byte_2(b []byte, val uint16) { 642 func store_le_byte_2_idx(b []byte, idx int, val uint16) { 651 func store_le_byte_2_idx_inv(b []byte, idx int, val uint16) { [all …]
|
D | comparisons.go | 57 func CompareArray2(a, b [3]uint16) bool { 463 func UintLtZero(a uint8, b uint16, c uint32, d uint64) int { 472 func UintGeqZero(a uint8, b uint16, c uint32, d uint64) int { 481 func UintGtZero(a uint8, b uint16, c uint32, d uint64) int { 489 func UintLeqZero(a uint8, b uint16, c uint32, d uint64) int { 497 func UintLtOne(a uint8, b uint16, c uint32, d uint64) int { 505 func UintGeqOne(a uint8, b uint16, c uint32, d uint64) int { 513 func CmpToZeroU_ex1(a uint8, b uint16, c uint32, d uint64) int { 533 func CmpToZeroU_ex2(a uint8, b uint16, c uint32, d uint64) int { 553 func CmpToOneU_ex1(a uint8, b uint16, c uint32, d uint64) int { [all …]
|
D | bitfield.go | 42 func mask16(x uint16) uint16 { 178 func ubfiz3(x uint16) uint64 { 194 func ubfiz7(x uint16) uint64 { 251 func ubfx3(x uint16) uint64 { 263 func ubfx6(x uint16) uint64 { 359 func shift(x uint32, y uint16, z uint8) uint64 {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/ |
D | cipher_suites.go | 100 func CipherSuiteName(id uint16) string { 176 func selectCipherSuite(ids, supportedIDs []uint16, ok func(*cipherSuite) bool) *cipherSuite { 392 func aesgcmPreferred(ciphers []uint16) bool { 616 func rsaKA(version uint16) keyAgreement { 620 func ecdheECDSAKA(version uint16) keyAgreement { 627 func ecdheRSAKA(version uint16) keyAgreement { 636 func mutualCipherSuite(have []uint16, want uint16) *cipherSuite { 645 func cipherSuiteByID(id uint16) *cipherSuite { 654 func mutualCipherSuiteTLS13(have []uint16, want uint16) *cipherSuiteTLS13 { 663 func cipherSuiteTLS13ByID(id uint16) *cipherSuiteTLS13 {
|
D | prf.go | 88 func prfAndHashForVersion(version uint16, suite *cipherSuite) (func(result, secret, label, seed []b… 102 func prfForVersion(version uint16, suite *cipherSuite) func(result, secret, label, seed []byte) { 109 func masterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret, clientRandom, s… 121 func extMasterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret, transcript [… 130 func keysFromMasterSecret(version uint16, suite *cipherSuite, masterSecret, clientRandom, serverRan… 152 func newFinishedHash(version uint16, cipherSuite *cipherSuite) finishedHash { 270 func ekmFromMasterSecret(version uint16, suite *cipherSuite, masterSecret, clientRandom, serverRand…
|
D | handshake_client_test.go | 847 func testResumption(t *testing.T, version uint16) { 1563 func testVerifyConnection(t *testing.T, version uint16) { 1785 func testVerifyPeerCertificate(t *testing.T, version uint16) { 2135 func testBuffering(t *testing.T, version uint16) { 2359 func testGetClientCertificate(t *testing.T, version uint16) { 2480 func testDowngradeCanary(t *testing.T, clientVersion, serverVersion uint16) error { 2530 func testResumptionKeepsOCSPAndSCT(t *testing.T, ver uint16) { 2674 func testTLS13OnlyClientHelloCipherSuite(t *testing.T, ciphers []uint16) {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/math/bits/ |
D | bits.go | 31 func LeadingZeros16(x uint16) int { return 16 - Len16(x) } 72 func TrailingZeros16(x uint16) int { 130 func OnesCount16(x uint16) int { 197 func RotateLeft16(x uint16, k int) uint16 { 239 func Reverse16(x uint16) uint16 { 276 func ReverseBytes16(x uint16) uint16 { 315 func Len16(x uint16) (n int) {
|
/aosp_15_r20/build/soong/third_party/zip/ |
H A D | register.go | 121 func RegisterDecompressor(method uint16, dcomp Decompressor) { 133 func RegisterCompressor(method uint16, comp Compressor) { 143 func compressor(method uint16) Compressor { 149 func decompressor(method uint16) Decompressor {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/archive/zip/ |
D | register.go | 119 func RegisterDecompressor(method uint16, dcomp Decompressor) { 127 func RegisterCompressor(method uint16, comp Compressor) { 133 func compressor(method uint16) Compressor { 141 func decompressor(method uint16) Decompressor {
|