Home
last modified time | relevance | path

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

/openbsd-src/sys/crypto/
H A Dmd5.c65 MD5Update(MD5_CTX *ctx, const void *inputptr, size_t len) in MD5Update() argument
67 const uint8_t *input = inputptr; in MD5Update()