Home
last modified time | relevance | path

Searched refs:kptr (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/stubdom/vtpmmgr/
A Dtpm.c632 BYTE* kptr = NULL; in TPM_ReadPubek() local
645 kptr = OUT_PTR; in TPM_ReadPubek()
650 sha1_update(&ctx, kptr, OUT_PTR - kptr); in TPM_ReadPubek()
667 if(kptr != NULL) { //If we unpacked the pubEK, we have to free it in TPM_ReadPubek()
723 BYTE* kptr = NULL; in TPM_CreateEndorsementKeyPair() local
738 kptr = OUT_PTR; in TPM_CreateEndorsementKeyPair()
743 sha1_update(&ctx, kptr, OUT_PTR - kptr); in TPM_CreateEndorsementKeyPair()
759 if(kptr) { in TPM_CreateEndorsementKeyPair()
/xen-4.10.0-shim-comet/xen/crypto/
A Dvmac.c780 const uint64_t *kptr = (uint64_t *)ctx->nhkey; in vhash_update() local
804 nh_vmac_nhbytes(mptr,kptr,VMAC_NHBYTES/8,rh,rl); in vhash_update()
806 nh_vmac_nhbytes_2(mptr,kptr,VMAC_NHBYTES/8,rh,rl,rh2,rl2); in vhash_update()
818 nh_vmac_nhbytes(mptr,kptr,VMAC_NHBYTES/8,rh,rl); in vhash_update()
848 const uint64_t *kptr = (uint64_t *)ctx->nhkey; in vhash() local
875 nh_vmac_nhbytes(mptr,kptr,VMAC_NHBYTES/8,ch,cl); in vhash()
889 nh_16(mptr,kptr,2*((remaining+15)/16),ch,cl); in vhash()
891 nh_16_2(mptr,kptr,2*((remaining+15)/16),ch,cl,ch2,cl2); in vhash()
911 nh_vmac_nhbytes(mptr,kptr,VMAC_NHBYTES/8,rh,rl); in vhash()
923 nh_16(mptr,kptr,2*((remaining+15)/16),rh,rl); in vhash()
[all …]

Completed in 8 milliseconds