Home
last modified time | relevance | path

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

/src/crypto/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()
/src/crypto/openssl/include/internal/
H A Dhpke_util.h84 const char *protocol_label,
91 const char *protocol_label,
/src/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp1977 dfsan_label protocol_label, dfsan_label sv_label, in __dfsw_socketpair() argument
1989 dfsan_label type_label, dfsan_label protocol_label, dfsan_label sv_label, in __dfso_socketpair() argument
1994 protocol_label, sv_label, ret_label); in __dfso_socketpair()