tpm2-tss  3.2.1
TPM Software stack 2.0 TCG spec compliant implementation
ifapi_get_intl_cert.h
1 /*******************************************************************************
2  * Copyright 2018-2019, Fraunhofer SIT sponsored by Infineon Technologies AG
3  * All rights reserved.
4  ******************************************************************************/
5 #ifndef IFAPI_GET_INTL_CERT_H
6 #define IFAPI_GET_INTL_CERT_H
7 
8 TSS2_RC
10  FAPI_CONTEXT *context,
11  TPM2B_PUBLIC *ek_public,
12  unsigned char ** buffer,
13  size_t *cert_size);
14 
15 #endif /* 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)
Definition: ifapi_get_intl_cert.c:321
Definition: fapi_int.h:1148