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

  /src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/
platform.c 937 BYTE *c_byte, *noncePlatform, *nonce_tpm; local
1260 c_byte = (BYTE *)calloc_tspi( tcsContext, outputSize);
1261 if( c_byte == NULL) {
1266 memcpy( c_byte, outputData, outputSize);
1269 c = bi_set_as_nbin( c_byteLength, c_byte); // allocation
1296 memcmp( c_byte, internal_cbyte, c_byteLength) != 0) {
1298 LogError( "\t c_byte[%d] %s",
1300 dump_byte_array( c_byteLength, c_byte));
1374 LogDebug("challenge:%s", dump_byte_array( c_byteLength, c_byte));
1430 credentialRequest->challenge = c_byte;
1563 BYTE *c_byte = NULL; local
    [all...]

Completed in 37 milliseconds