Lines Matching defs:out
250 * out buffer of size *outlen.
251 * If out is NULL then outlen is used to return the required buffer size.
253 static int setinfo_fromparams(const OSSL_PARAM *p, unsigned char *out, size_t *outlen)
258 if (out == NULL) {
262 if (!WPACKET_init_static_len(&pkt, out, *outlen, 0))
582 * secret |outlen| bytes long and store it in the location pointed to be |out|.
590 unsigned char *out, size_t outlen)
616 out, outlen);
629 unsigned char *out, size_t outlen)
673 insecret, insecretlen, out, outlen);