Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/x509/
Dpem_decrypt.go36 type rfc1423Algo struct { struct
37 cipher PEMCipher
38 name string
39 cipherFunc func(key []byte) (cipher.Block, error)
40 keySize int
41 blockSize int
82 func (c rfc1423Algo) deriveKey(password, salt []byte) []byte {