Home | History | Annotate | Download | only in testprof

Lines Matching refs:bitbuf

456    unsigned char bitbuf[10], octetbuf[10], ia5buf[10], printbuf[10], outbuf[256];
462 for (x = 0; x < sizeof(bitbuf); x++) { bitbuf[x] = x & 1; }
473 LTC_SET_ASN1(types, 1, LTC_ASN1_BIT_STRING, bitbuf, sizeof(bitbuf));