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.c633 const char *modulus_label = NULL; in rsa_to_text() local
659 modulus_label = "modulus:"; in rsa_to_text()
663 modulus_label = "Modulus:"; in rsa_to_text()
681 if (!print_labeled_bignum(out, modulus_label, rsa_n)) in rsa_to_text()