Lines Matching refs:bloblen
120 const unsigned char *blob, uint32_t bloblen, in tpm_unbind() argument
133 datalen = htonl(bloblen); in tpm_unbind()
153 bloblen, blob, 0, 0); in tpm_unbind()
160 store32(tb, TPM_UNBIND_SIZE + bloblen); in tpm_unbind()
163 store32(tb, bloblen); in tpm_unbind()
164 storebytes(tb, blob, bloblen); in tpm_unbind()
206 const unsigned char *blob, uint32_t bloblen, in tpm_sign() argument
219 datalen = htonl(bloblen); in tpm_sign()
239 bloblen, blob, 0, 0); in tpm_sign()
246 store32(tb, TPM_SIGN_SIZE + bloblen); in tpm_sign()
249 store32(tb, bloblen); in tpm_sign()
250 storebytes(tb, blob, bloblen); in tpm_sign()