Home
last modified time | relevance | path

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

/external/epid-sdk/epid/member/src/
Ddecompress_privkey.c230 BigNum* bn_x = 0; in DeriveXF() local
253 result = NewBigNum(sizeof(digest), &bn_x); in DeriveXF()
268 result = ReadBigNum(&digest, sizeof(digest), bn_x); in DeriveXF()
271 result = BigNumMod(bn_x, bn_p, bn_x); in DeriveXF()
274 result = WriteBigNum(bn_x, sizeof(str512), str512); in DeriveXF()
303 DeleteBigNum(&bn_x); in DeriveXF()
/external/openssh/regress/unittests/sshbuf/
Dtest_sshbuf_getput_crypto.c52 BIGNUM *bn_x, *bn_y; in sshbuf_getput_crypto_tests() local
361 MKBN(ec256_x, bn_x); in sshbuf_getput_crypto_tests()
364 EC_KEY_get0_group(eck), ecp, bn_x, bn_y, NULL), 1); in sshbuf_getput_crypto_tests()
366 BN_free(bn_x); in sshbuf_getput_crypto_tests()
388 bn_x = BN_new(); in sshbuf_getput_crypto_tests()
390 ASSERT_PTR_NE(bn_x, NULL); in sshbuf_getput_crypto_tests()
394 bn_x, bn_y, NULL), 1); in sshbuf_getput_crypto_tests()
397 ASSERT_INT_EQ(BN_cmp(bn_x, bn), 0); in sshbuf_getput_crypto_tests()
402 BN_free(bn_x); in sshbuf_getput_crypto_tests()