Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/
Dtest_join.c177 bi_ptr modulus_N0; in initIssuer() local
218 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()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_issuer/
Dissue_credential.c57 bi_ptr modulus_N0 = NULL; in verify_authentificity() local
61 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()