Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CryptBlocks (0.17 sec)

  1. lib/fips140/v1.0.0.zip

    for cipher message instruction key []byte // key (128, 192 or 256 bits) storage [32]byte // array backing key slice fallback *blockExpanded } // cryptBlocks invokes the cipher message (KM) instruction with // the given function code. This is equivalent to AES in ECB // mode. The length must be a multiple of BlockSize (16). // //go:noescape func cryptBlocks(c code, key, dst, src *byte, length int) var supportsAES = cpu.S390XHasAES && cpu.S390XHasAESCBC func init() { // CP Assist for Cryptographic Functions...
    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