Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/go/signature/
H A Drsa.go27 func bytesToBigInt(val []byte) *big.Int { func
/aosp_15_r20/external/tink/go/jwt/
H A Djwt_rsa_ssa_pkcs1_signer_key_manager.go50 func bytesToBigInt(v []byte) *big.Int { func