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