Searched refs:IDInput (Results 1 – 2 of 2) sorted by relevance
692 create_id_hash(KMF_DATA *IDInput, KMF_DATA *IDOutput) in create_id_hash() argument697 SHA1Update(&ctx, IDInput->Data, IDInput->Length); in create_id_hash()
1656 KMF_DATA IDInput, IDOutput; in KMFPK11_CreateKeypair() local1762 IDInput.Data = modulus; in KMFPK11_CreateKeypair()1763 IDInput.Length = modulusLength; in KMFPK11_CreateKeypair()1809 IDInput.Data = keyvalue; in KMFPK11_CreateKeypair()1810 IDInput.Length = valueLen; in KMFPK11_CreateKeypair()1860 IDInput.Data = keyvalue; in KMFPK11_CreateKeypair()1861 IDInput.Length = valueLen; in KMFPK11_CreateKeypair()1903 SHA1Update(&ctx, IDInput.Data, IDInput.Length); in KMFPK11_CreateKeypair()1908 free(IDInput.Data); in KMFPK11_CreateKeypair()