Home
last modified time | relevance | path

Searched refs:c_byte (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
H A Ddisassembler.py12 from ctypes import c_byte
101 out_str = cast((c_byte * 255)(), c_char_p)
122 out_str = cast((c_byte * 255)(), c_char_p)
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/
H A Dplatform.c937 BYTE *c_byte, *noncePlatform, *nonce_tpm; in Tspi_TPM_DAA_JoinCreateDaaPubKey_internal() local
1260 c_byte = (BYTE *)calloc_tspi( tcsContext, outputSize); in Tspi_TPM_DAA_JoinCreateDaaPubKey_internal()
1261 if( c_byte == NULL) { in Tspi_TPM_DAA_JoinCreateDaaPubKey_internal()
1266 memcpy( c_byte, outputData, outputSize); in Tspi_TPM_DAA_JoinCreateDaaPubKey_internal()
1269 c = bi_set_as_nbin( c_byteLength, c_byte); // allocation in Tspi_TPM_DAA_JoinCreateDaaPubKey_internal()
1296 memcmp( c_byte, internal_cbyte, c_byteLength) != 0) { in Tspi_TPM_DAA_JoinCreateDaaPubKey_internal()
1300 dump_byte_array( c_byteLength, c_byte)); in Tspi_TPM_DAA_JoinCreateDaaPubKey_internal()
1374 LogDebug("challenge:%s", dump_byte_array( c_byteLength, c_byte)); in Tspi_TPM_DAA_JoinCreateDaaPubKey_internal()
1430 credentialRequest->challenge = c_byte; in Tspi_TPM_DAA_JoinCreateDaaPubKey_internal()
1563 BYTE *c_byte = NULL; in Tspi_TPM_DAA_JoinStoreCredential_internal() local
[all …]