Home
last modified time | relevance | path

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

/openssl/crypto/hpke/
H A Dhpke_util.c298 const char *protocol_label, in ossl_hpke_labeled_extract() argument
312 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() argument
362 protocol_labellen = strlen(protocol_label); in ossl_hpke_labeled_expand()
374 || !WPACKET_memcpy(&pkt, protocol_label, protocol_labellen) in ossl_hpke_labeled_expand()
/openssl/include/internal/
H A Dhpke_util.h84 const char *protocol_label,
91 const char *protocol_label,

Completed in 10 milliseconds