HomeSort by relevance Sort by last modified time
    Searched full:printable_table (Results 1 - 1 of 1) sorted by null

  /external/dropbear/libtomcrypt/src/pk/asn1/der/printable_string/
der_length_printable_string.c 22 } printable_table[] = { variable in typeref:struct:__anon20122
102 for (x = 0; x < (int)(sizeof(printable_table)/sizeof(printable_table[0])); x++) {
103 if (printable_table[x].code == c) {
104 return printable_table[x].value;
113 for (x = 0; x < (int)(sizeof(printable_table)/sizeof(printable_table[0])); x++) {
114 if (printable_table[x].value == v) {
115 return printable_table[x].code;

Completed in 1078 milliseconds