Searched refs:oidstr (Results 1 – 2 of 2) sorted by relevance
/openssl/crypto/x509/ |
H A D | x_ietfatt.c | 213 char oidstr[80]; in OSSL_IETF_ATTR_SYNTAX_print() local 225 OBJ_obj2txt(oidstr, sizeof(oidstr), attr_value, 0); in OSSL_IETF_ATTR_SYNTAX_print() 226 BIO_printf(bp, "%.*s", (int) sizeof(oidstr), oidstr); in OSSL_IETF_ATTR_SYNTAX_print()
|
H A D | t_x509.c | 318 char oidstr[80], first; in X509_aux_print() local 335 OBJ_obj2txt(oidstr, sizeof(oidstr), in X509_aux_print() 337 BIO_puts(out, oidstr); in X509_aux_print() 350 OBJ_obj2txt(oidstr, sizeof(oidstr), in X509_aux_print() 352 BIO_puts(out, oidstr); in X509_aux_print()
|
Completed in 6 milliseconds