Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/boring/
Drsa.go48 func NewPublicKeyRSA(N, E BigInt) (*PublicKeyRSA, error) { func
Dnotboring.go100 func NewPublicKeyRSA(N, E BigInt) (*PublicKeyRSA, error) { panic("boringcrypto: not available") } func