Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c220 const char *type_label = NULL; in dh_to_text() local
296 const char *type_label = NULL; in dsa_to_text() local
307 type_label = "Private-Key"; in dsa_to_text()
309 type_label = "Public-Key"; in dsa_to_text()
495 const char *type_label = NULL; in ec_to_text() local
514 type_label = "Public-Key"; in ec_to_text()
572 const char *type_label = NULL; in ecx_to_text() local
581 type_label = "X25519"; in ecx_to_text()
584 type_label = "X448"; in ecx_to_text()
587 type_label = "ED25519"; in ecx_to_text()
[all …]
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp1966 dfsan_label domain_label, dfsan_label type_label, in __dfsw_socketpair() argument
1979 dfsan_label type_label, dfsan_label protocol_label, dfsan_label sv_label, in __dfso_socketpair() argument
1983 return __dfsw_socketpair(domain, type, protocol, sv, domain_label, type_label, in __dfso_socketpair()