Searched refs:tpm_buf (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/security/keys/ |
D | trusted.h | 20 struct tpm_buf { struct 111 static inline void store8(struct tpm_buf *buf, const unsigned char value) in store8() 116 static inline void store16(struct tpm_buf *buf, const uint16_t value) in store16() 122 static inline void store32(struct tpm_buf *buf, const uint32_t value) in store32() 128 static inline void storebytes(struct tpm_buf *buf, const unsigned char *in, in storebytes()
|
D | trusted.c | 393 static int osap(struct tpm_buf *tb, struct osapsess *s, in osap() 428 static int oiap(struct tpm_buf *tb, uint32_t *handle, unsigned char *nonce) in oiap() 458 static int tpm_seal(struct tpm_buf *tb, uint16_t keytype, in tpm_seal() 573 static int tpm_unseal(struct tpm_buf *tb, in tpm_unseal() 664 struct tpm_buf *tb; in key_seal() 690 struct tpm_buf *tb; in key_unseal()
|