Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/asn1/
Da_strnid.c158 static const ASN1_STRING_TABLE tbl_standard[] = { variable
201 …ttmp = bsearch(&fnd, tbl_standard, sizeof(tbl_standard)/sizeof(ASN1_STRING_TABLE), sizeof(ASN1_STR… in ASN1_STRING_TABLE_get()
261 for (tmp = tbl_standard, i = 0; in main()
262 i < sizeof(tbl_standard)/sizeof(ASN1_STRING_TABLE); i++, tmp++) in main()
278 for (tmp = tbl_standard, i = 0; in main()
279 i < sizeof(tbl_standard)/sizeof(ASN1_STRING_TABLE); i++, tmp++) in main()