Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/obj/
Dobjects.go170 func encodeOID(oid []int) []byte { func
289 obj.encoded = encodeOID(obj.oid)
/external/curl/lib/
Dx509asn1.c377 static int encodeOID(char *buf, int n, const char *beg, const char *end) in encodeOID() function
426 n = encodeOID((char *) NULL, -1, beg, end); in OID2str()
430 encodeOID(buf, n, beg, end); in OID2str()