Home | History | Annotate | Download | only in testprof

Lines Matching full:octetbuf

456    unsigned char bitbuf[10], octetbuf[10], ia5buf[10], printbuf[10], outbuf[256];
463 for (x = 0; x < sizeof(octetbuf); x++) { octetbuf[x] = x; }
474 LTC_SET_ASN1(types, 2, LTC_ASN1_OCTET_STRING, octetbuf, sizeof(octetbuf));