Home
last modified time | relevance | path

Searched defs:NewGCMTLS (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/boring/
Daes.go234 func NewGCMTLS(c cipher.Block) (cipher.AEAD, error) { func
Dnotboring.go52 func NewGCMTLS(cipher.Block) (cipher.AEAD, error) { panic("boringcrypto: not available") } func