Lines Matching defs:prefix
80 unsigned char *prefix;
121 OPENSSL_free(ctx->prefix);
587 const unsigned char *prefix, size_t prefixlen,
598 * prefix and label + bytes for the label itself + 1 byte length of hash
605 || !WPACKET_memcpy(&pkt, prefix, prefixlen)
625 const unsigned char *prefix,
665 prefix, prefixlen, label, labellen,
704 ctx->prefix, ctx->prefix_len,
710 ctx->prefix, ctx->prefix_len,
734 OPENSSL_free(ctx->prefix);
735 ctx->prefix = NULL;
736 if (!OSSL_PARAM_get_octet_string(p, (void **)&ctx->prefix, 0,