Lines Matching refs:outlen
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)
262 if (!WPACKET_init_static_len(&pkt, out, *outlen, 0))
274 if (!WPACKET_get_total_written(&pkt, outlen)
582 * secret |outlen| bytes long and store it in the location pointed to be |out|.
590 unsigned char *out, size_t outlen)
603 || !WPACKET_put_bytes_u16(&pkt, outlen)
616 out, outlen);
629 unsigned char *out, size_t outlen)
673 insecret, insecretlen, out, outlen);