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

  /src/share/examples/puffs/pgfs/
pgfs_puffs.c 1169 static struct cmd *c_bytes; local
1186 CREATECMD_NOPARAM(c_bytes,
1208 error = sendcmd(xc, c_bytes);
pgfs_puffs.c 1169 static struct cmd *c_bytes; local
1186 CREATECMD_NOPARAM(c_bytes,
1208 error = sendcmd(xc, c_bytes);
  /src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/
platform.c 1967 BYTE *buffer = NULL, *ch = NULL, *nonce_tpm = NULL, *c_bytes = NULL; local
2355 &ownerAuth, &c_bytesLength, &c_bytes);
2369 LogDebug(" Return c_bytes[%d]%s",
2371 dump_byte_array( c_bytesLength, c_bytes));
2372 c = bi_set_as_nbin( c_bytesLength, c_bytes); // allocation
2545 memcpy( daaSignature->challenge, c_bytes, c_bytesLength);
2612 if( c_bytes != NULL) free( c_bytes);
platform.c 1967 BYTE *buffer = NULL, *ch = NULL, *nonce_tpm = NULL, *c_bytes = NULL; local
2355 &ownerAuth, &c_bytesLength, &c_bytes);
2369 LogDebug(" Return c_bytes[%d]%s",
2371 dump_byte_array( c_bytesLength, c_bytes));
2372 c = bi_set_as_nbin( c_bytesLength, c_bytes); // allocation
2545 memcpy( daaSignature->challenge, c_bytes, c_bytesLength);
2612 if( c_bytes != NULL) free( c_bytes);

Completed in 103 milliseconds