Searched refs:modulus_N0 (Results 1 – 2 of 2) sorted by relevance
177 bi_ptr modulus_N0; in initIssuer() local218 modulus_N0 = bi_new_ptr(); in initIssuer()219 bi_set_as_hex( modulus_N0, BN_bn2hex( issuer->key_chain[0]->n)); in initIssuer()223 bi_2_byte_array( modulus_N0_bytes, TPM_DAA_SIZE_issuerModulus, modulus_N0); in initIssuer()224 bi_free_ptr( modulus_N0); in initIssuer()
57 bi_ptr modulus_N0 = NULL; in verify_authentificity() local61 modulus_N0 = bi_new_ptr(); in verify_authentificity()68 bi_set_as_hex( modulus_N0, buffer); in verify_authentificity()77 bi_2_byte_array( modulus_N0_bytes, TPM_DAA_SIZE_issuerModulus, modulus_N0); in verify_authentificity()78 bi_free_ptr( modulus_N0); in verify_authentificity()