Home
last modified time | relevance | path

Searched refs:owf (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/ssl/test/runner/hrss/
Dhrss.go1061 ciphertext = pub.owf(&m, &r)
1073 func (pub *PublicKey) owf(m, r *poly) []byte { func
1149 expectedCiphertext := priv.PublicKey.owf(&m, &rPoly)