Home | History | Annotate | Download | only in x509

Lines Matching refs:x509

5 package x509
105 var IncorrectPasswordError = errors.New("x509: decryption password incorrect")
118 return nil, errors.New("x509: no DEK-Info header in block")
123 return nil, errors.New("x509: malformed DEK-Info header")
129 return nil, errors.New("x509: unknown encryption mode")
136 return nil, errors.New("x509: incorrect IV size")
148 return nil, errors.New("x509: encrypted PEM data is not a multiple of the block size")
163 return nil, errors.New("x509: invalid padding")
186 return nil, errors.New("x509: unknown encryption mode")
190 return nil, errors.New("x509: cannot generate IV: " + err.Error())