Searched refs:protocol_label (Results 1 – 2 of 2) sorted by relevance
298 const char *protocol_label, in ossl_hpke_labeled_extract() argument312 protocol_labellen = strlen(protocol_label); in ossl_hpke_labeled_extract()323 || !WPACKET_memcpy(&pkt, protocol_label, protocol_labellen) in ossl_hpke_labeled_extract()348 const char *protocol_label, in ossl_hpke_labeled_expand() argument362 protocol_labellen = strlen(protocol_label); in ossl_hpke_labeled_expand()374 || !WPACKET_memcpy(&pkt, protocol_label, protocol_labellen) in ossl_hpke_labeled_expand()
84 const char *protocol_label,91 const char *protocol_label,
Completed in 6 milliseconds