Searched refs:bloblen (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/crypto/asymmetric_keys/ | 
| D | asym_tpm.c | 120 			const unsigned char *blob, uint32_t bloblen,  in tpm_unbind()  argument133 	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()
 [all …]
 
 | 
| /Linux-v5.4/security/keys/ | 
| D | trusted.c | 470 		    unsigned char *blob, uint32_t *bloblen,  in tpm_seal()  argument572 		*bloblen = storedsize;  in tpm_seal()
 584 		      const unsigned char *blob, int bloblen,  in tpm_unseal()  argument
 621 			   &ordinal, bloblen, blob, 0, 0);  in tpm_unseal()
 626 			   &ordinal, bloblen, blob, 0, 0);  in tpm_unseal()
 633 	store32(tb, TPM_UNSEAL_SIZE + bloblen);  in tpm_unseal()
 636 	storebytes(tb, blob, bloblen);  in tpm_unseal()
 
 |