Home
last modified time | relevance | path

Searched refs:rgbWrappedKeyBlob (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_key.c154 BYTE *rgbWrappedKeyBlob; in tcs_wrap_LoadKeyByBlob() local
178 rgbWrappedKeyBlob = calloc(1, cWrappedKeyBlob); in tcs_wrap_LoadKeyByBlob()
179 if (rgbWrappedKeyBlob == NULL) { in tcs_wrap_LoadKeyByBlob()
183 if (getData(TCSD_PACKET_TYPE_PBYTE, 3, rgbWrappedKeyBlob, cWrappedKeyBlob, &data->comm)) { in tcs_wrap_LoadKeyByBlob()
184 free(rgbWrappedKeyBlob); in tcs_wrap_LoadKeyByBlob()
191 free(rgbWrappedKeyBlob); in tcs_wrap_LoadKeyByBlob()
198 result = key_mgr_load_by_blob(hContext, hUnwrappingKey, cWrappedKeyBlob, rgbWrappedKeyBlob, in tcs_wrap_LoadKeyByBlob()
206 free(rgbWrappedKeyBlob); in tcs_wrap_LoadKeyByBlob()
237 BYTE *rgbWrappedKeyBlob; in tcs_wrap_LoadKey2ByBlob() local
254 rgbWrappedKeyBlob = calloc(1, cWrappedKeyBlob); in tcs_wrap_LoadKey2ByBlob()
[all …]
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_key.c31 BYTE * rgbWrappedKeyBlob, /* in */ in TCSP_LoadKeyByBlob_Internal() argument
37 cWrappedKeyBlobSize, rgbWrappedKeyBlob, pAuth, phKeyTCSI, in TCSP_LoadKeyByBlob_Internal()
45 BYTE * rgbWrappedKeyBlob, /* in */ in TCSP_LoadKey2ByBlob_Internal() argument
50 cWrappedKeyBlobSize, rgbWrappedKeyBlob, pAuth, phKeyTCSI, in TCSP_LoadKey2ByBlob_Internal()
59 BYTE * rgbWrappedKeyBlob, /* in */ in LoadKeyByBlob_Internal() argument
77 LogDebugUnrollKey(rgbWrappedKeyBlob); in LoadKeyByBlob_Internal()
84 if ((result = UnloadBlob_TSS_KEY(&offset, rgbWrappedKeyBlob, &key))) in LoadKeyByBlob_Internal()
117 rgbWrappedKeyBlob, pAuth, NULL))) in LoadKeyByBlob_Internal()
132 if ((result = load_key_final(hContext, hUnwrappingKey, &newHandle, rgbWrappedKeyBlob, in LoadKeyByBlob_Internal()
H A Dtcs_key_mem_cache.c599 UINT32 cWrappedKeyBlob, BYTE *rgbWrappedKeyBlob, in key_mgr_load_by_blob() argument
616 rgbWrappedKeyBlob, pAuth, phKeyTCSI); in key_mgr_load_by_blob()
619 rgbWrappedKeyBlob, pAuth, phKeyTCSI, in key_mgr_load_by_blob()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_key.c32 BYTE * rgbWrappedKeyBlob, /* in */ in RPC_LoadKeyByBlob_TP() argument
50 if (setData(TCSD_PACKET_TYPE_PBYTE, 3, rgbWrappedKeyBlob, cWrappedKeyBlobSize, &hte->comm)) in RPC_LoadKeyByBlob_TP()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtcs.h97 BYTE* rgbWrappedKeyBlob, // in
459 BYTE* rgbWrappedKeyBlob, // in
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h356 BYTE * rgbWrappedKeyBlob, /* in */
365 BYTE * rgbWrappedKeyBlob, /* in */
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c387 BYTE * rgbWrappedKeyBlob, /* in */ in RPC_LoadKeyByBlob() argument
401 rgbWrappedKeyBlob, pAuth, phKeyTCSI, in RPC_LoadKeyByBlob()