func crypto/internal/fips140/alias.AnyOverlap
11 uses
crypto/internal/fips140/alias (current package)
alias.go#L13: func AnyOverlap(x, y []byte) bool {
alias.go#L29: return AnyOverlap(x, y)
crypto/internal/fips140/aes/gcm
gcm.go#L83: if alias.AnyOverlap(out, data) {
gcm.go#L114: if alias.AnyOverlap(out, data) {
gcm_nonces.go#L38: if alias.AnyOverlap(out, additionalData) {
crypto/cipher
gcm.go#L126: if alias.AnyOverlap(out, additionalData) {
gcm.go#L155: if alias.AnyOverlap(out, plaintext) {
gcm.go#L176: if alias.AnyOverlap(out, additionalData) {
gcm.go#L183: if alias.AnyOverlap(out, ciphertext) {
gcm.go#L255: if alias.AnyOverlap(out, additionalData) {
gcm.go#L294: if alias.AnyOverlap(out, additionalData) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |