Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 103 of 103 for Align (0.04 sec)

  1. api/go1.txt

    pkg debug/elf, type Prog struct
    pkg debug/elf, type Prog struct, embedded ProgHeader
    pkg debug/elf, type Prog struct, embedded io.ReaderAt
    pkg debug/elf, type Prog32 struct
    pkg debug/elf, type Prog32 struct, Align uint32
    pkg debug/elf, type Prog32 struct, Filesz uint32
    pkg debug/elf, type Prog32 struct, Flags uint32
    pkg debug/elf, type Prog32 struct, Memsz uint32
    pkg debug/elf, type Prog32 struct, Off uint32
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.11.md

        * Some refactoring of error/status messages and functions to align with new approach.
    * kubeadm upgrade now supports external etcd setups again ([#63495](https://github.com/kubernetes/kubernetes/pull/63495), [@detiber](https://github.com/detiber))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 328.4K bytes
    - Viewed (0)
  3. lib/fips140/v1.0.0.zip

    // paddedGHASH pads data with zeroes until its length is a multiple of // 16-bytes. It then calculates a new value for hash using the GHASH algorithm. func paddedGHASH(hashKey *gcmHashKey, hash *[16]byte, data []byte) { siz := len(data) &^ 0xf // align size to 16-bytes if siz > 0 { ghashAsm(hashKey, hash, data[:siz]) data = data[siz:] } if len(data) > 0 { var s [16]byte copy(s[:], data) ghashAsm(hashKey, hash, s[:]) } } // cryptBlocksGCM encrypts src using AES in counter mode using the given // function...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top