Searched defs:always_return_oid (Results 1 - 2 of 2) sorted by relevance

/external/boringssl/src/crypto/obj/
H A Dobj_test.cc77 bool always_return_oid, const char *expected) {
85 int len = OBJ_obj2txt(nullptr, 0, &obj, always_return_oid);
95 len = OBJ_obj2txt(short_buf, sizeof(short_buf), &obj, always_return_oid);
112 len = OBJ_obj2txt(buf, sizeof(buf), &obj, always_return_oid);
76 ExpectObj2Txt(const uint8_t *der, size_t der_len, bool always_return_oid, const char *expected) argument
H A Dobj.c462 int always_return_oid) {
469 if (!always_return_oid) {
461 OBJ_obj2txt(char *out, int out_len, const ASN1_OBJECT *obj, int always_return_oid) argument

Completed in 818 milliseconds