Searched refs:type_label (Results 1 – 3 of 3) sorted by relevance
| /src/crypto/openssl/providers/implementations/encode_decode/ |
| H A D | encode_key2text.c | 45 const char *type_label = NULL; in DEFINE_SPECIAL_STACK_OF_CONST() local 57 type_label = "DH Private-Key"; in DEFINE_SPECIAL_STACK_OF_CONST() 59 type_label = "DH Public-Key"; in DEFINE_SPECIAL_STACK_OF_CONST() 61 type_label = "DH Parameters"; in DEFINE_SPECIAL_STACK_OF_CONST() 91 if (BIO_printf(out, "%s: (%d bit)\n", type_label, BN_num_bits(p)) <= 0) in DEFINE_SPECIAL_STACK_OF_CONST() 119 const char *type_label = NULL; in dsa_to_text() local 130 type_label = "Private-Key"; in dsa_to_text() 132 type_label = "Public-Key"; in dsa_to_text() 134 type_label = "DSA-Parameters"; in dsa_to_text() 164 if (BIO_printf(out, "%s: (%d bit)\n", type_label, BN_num_bits(p)) <= 0) in dsa_to_text() [all …]
|
| H A D | ml_kem_codecs.c | 562 const char *type_label = NULL; in ossl_ml_kem_key_to_text() local 569 type_label = key->vinfo->algorithm_name; in ossl_ml_kem_key_to_text() 576 if (BIO_printf(out, "%s Private-Key:\n", type_label) <= 0) in ossl_ml_kem_key_to_text() 599 if (ret == 0 && BIO_printf(out, "%s Public-Key:\n", type_label) <= 0) in ossl_ml_kem_key_to_text() 613 type_label); in ossl_ml_kem_key_to_text()
|
| /src/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan_custom.cpp | 1976 dfsan_label domain_label, dfsan_label type_label, in __dfsw_socketpair() argument 1989 dfsan_label type_label, dfsan_label protocol_label, dfsan_label sv_label, in __dfso_socketpair() argument 1993 return __dfsw_socketpair(domain, type, protocol, sv, domain_label, type_label, in __dfso_socketpair()
|