diff options
Diffstat (limited to 'src/libpts/pts/pts.h')
-rw-r--r-- | src/libpts/pts/pts.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/libpts/pts/pts.h b/src/libpts/pts/pts.h index 3a40c1e1d..327b1a13d 100644 --- a/src/libpts/pts/pts.h +++ b/src/libpts/pts/pts.h @@ -246,6 +246,14 @@ struct pts_t { void (*set_aik)(pts_t *this, certificate_t *aik); /** + * Get SHA-1 Attestation Identity Public Key Info ID + * + * @param keyid AIK ID + * @return TRUE if AIK ID exists + */ + bool (*get_aik_keyid)(pts_t *this, chunk_t *keyid); + + /** * Check whether path is valid file/directory on filesystem * * @param path Absolute path |