Searched refs:publicInfo (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
| D | rpc_delegate.c | 125 BYTE *publicInfo; in tcs_wrap_Delegate_CreateKeyDelegation() local 150 publicInfo = malloc(publicInfoSize); in tcs_wrap_Delegate_CreateKeyDelegation() 151 if (publicInfo == NULL) { in tcs_wrap_Delegate_CreateKeyDelegation() 155 if (getData(TCSD_PACKET_TYPE_PBYTE, 3, publicInfo, publicInfoSize, &data->comm)) { in tcs_wrap_Delegate_CreateKeyDelegation() 156 free(publicInfo); in tcs_wrap_Delegate_CreateKeyDelegation() 161 free(publicInfo); in tcs_wrap_Delegate_CreateKeyDelegation() 166 free(publicInfo); in tcs_wrap_Delegate_CreateKeyDelegation() 178 publicInfoSize, publicInfo, &encDelAuth, pAuth, &blobSize, &blob); in tcs_wrap_Delegate_CreateKeyDelegation() 181 free(publicInfo); in tcs_wrap_Delegate_CreateKeyDelegation() 216 BYTE *publicInfo; in tcs_wrap_Delegate_CreateOwnerDelegation() local [all …]
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/ |
| D | tsp_delegate.c | 109 BYTE *publicInfo = NULL; in create_owner_delegation() local 133 &publicInfoSize, &publicInfo))) in create_owner_delegation() 139 free(publicInfo); in create_owner_delegation() 146 result |= Trspi_HashUpdate(&hashCtx, publicInfoSize, publicInfo); in create_owner_delegation() 156 … publicInfoSize, publicInfo, in create_owner_delegation() 180 free(publicInfo); in create_owner_delegation() 198 BYTE *publicInfo = NULL; in create_key_delegation() local 222 &publicInfoSize, &publicInfo))) in create_key_delegation() 228 free(publicInfo); in create_key_delegation() 234 result |= Trspi_HashUpdate(&hashCtx, publicInfoSize, publicInfo); in create_key_delegation() [all …]
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/ |
| D | tcsi_delegate.c | 72 BYTE *publicInfo, /* in */ in TCSP_Delegate_CreateKeyDelegation_Internal() argument 98 publicInfoSize, publicInfo, encDelAuth, keyAuth))) in TCSP_Delegate_CreateKeyDelegation_Internal() 122 … BYTE *publicInfo, /* in */ in TCSP_Delegate_CreateOwnerDelegation_Internal() argument 144 … increment, publicInfoSize, publicInfo, encDelAuth, ownerAuth))) in TCSP_Delegate_CreateOwnerDelegation_Internal()
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/ |
| D | rpc_delegate.c | 95 BYTE *publicInfo, /* in */ in RPC_Delegate_CreateKeyDelegation_TP() argument 114 if (setData(TCSD_PACKET_TYPE_PBYTE, 3, publicInfo, publicInfoSize, &hte->comm)) in RPC_Delegate_CreateKeyDelegation_TP() 160 BYTE *publicInfo, /* in */ in RPC_Delegate_CreateOwnerDelegation_TP() argument 179 if (setData(TCSD_PACKET_TYPE_PBYTE, 3, publicInfo, publicInfoSize, &hte->comm)) in RPC_Delegate_CreateOwnerDelegation_TP()
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/include/tss/ |
| D | tcs.h | 750 BYTE* publicInfo, // in 761 BYTE* publicInfo, // in
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/ |
| D | tcs_api.c | 2922 BYTE *publicInfo, /* in */ in RPC_Delegate_CreateKeyDelegation() argument 2937 … publicInfo, encDelAuth, in RPC_Delegate_CreateKeyDelegation() 2953 BYTE *publicInfo, /* in */ in RPC_Delegate_CreateOwnerDelegation() argument 2968 … publicInfoSize, publicInfo, in RPC_Delegate_CreateOwnerDelegation()
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/include/ |
| D | tcs_utils.h | 1067 … BYTE* publicInfo, /* in */ 1077 … BYTE* publicInfo, /* in */
|