Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c462 const char *modulus_label = NULL; in rsa_to_text() local
488 modulus_label = "modulus:"; in rsa_to_text()
492 modulus_label = "Modulus:"; in rsa_to_text()
512 if (!ossl_bio_print_labeled_bignum(out, modulus_label, rsa_n)) in rsa_to_text()