blob: 45f3406d8c8490515f2865625cd223670db8b273 [file] [log] [blame]
/*******************************************************************************
* Copyright 2018-2019, Fraunhofer SIT sponsored by Infineon Technologies AG
* All rights reserved.
******************************************************************************/
#ifndef IFAPI_GET_INTL_CERT_H
#define IFAPI_GET_INTL_CERT_H
TSS2_RC
ifapi_get_intl_ek_certificate(
FAPI_CONTEXT *context,
TPM2B_PUBLIC *ek_public,
unsigned char ** buffer,
size_t *cert_size);
#endif /* IFAPI_GET_INTL_CERT_H */