Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_common.cc970 char type_buf[80]; in GetX509NameObject() local
976 OBJ_obj2txt(type_buf, sizeof(type_buf), type, true); in GetX509NameObject()
977 type_str = type_buf; in GetX509NameObject()