Searched defs:rfc1423Algo (Results 1 – 1 of 1) sorted by relevance
36 type rfc1423Algo struct { struct37 cipher PEMCipher38 name string39 cipherFunc func(key []byte) (cipher.Block, error)40 keySize int41 blockSize int82 func (c rfc1423Algo) deriveKey(password, salt []byte) []byte {