Searched refs:X509SignatureAlgorithm (Results 1 – 1 of 1) sorted by relevance
64 type X509SignatureAlgorithm int type67 X509SignDefault X509SignatureAlgorithm = iota73 func (alg X509SignatureAlgorithm) Marshal(bb *cryptobyte.Builder) error {94 func chooseDefaultX509SignatureAlgorithm(signer crypto.Signer) (X509SignatureAlgorithm, error) {107 func signX509(signer crypto.Signer, alg X509SignatureAlgorithm, in []byte) ([]byte, error) { argument194 SignatureAlgorithm X509SignatureAlgorithm
Completed in 108 milliseconds