HomeSort by: relevance | last modified time | path
    Searched defs:c2_size (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_anonymityrevocation/
csencryption_result.c 64 int c2_size = bi_nbin_size( c2); local
69 int bufferLength = c1_size + c2_size + c3_size + conditionLength;
78 bi_2_byte_array( &buffer[index], c2_size, c2);
79 index += c2_size;

Completed in 40 milliseconds