Home
last modified time | relevance | path

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

/openssl/crypto/x509/
H A Dx_ietfatt.c213 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 Dt_x509.c318 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 7 milliseconds