Searched refs:BN_hex2bn (Results 1 - 21 of 21) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/ec/
H A Dectest.c186 if (!BN_hex2bn(&p, "17")) ABORT;
187 if (!BN_hex2bn(&a, "1")) ABORT;
188 if (!BN_hex2bn(&b, "1")) ABORT;
234 if (!BN_hex2bn(&x, "D")) ABORT;
322 if (!BN_hex2bn(&p, "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFF")) ABORT;
324 if (!BN_hex2bn(&a, "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFC")) ABORT;
325 if (!BN_hex2bn(&b, "64210519E59C80E70FA7E9AB72243049FEB8DEECC146B9B1")) ABORT;
328 if (!BN_hex2bn(&x, "188DA80EB03090F67CBF20EB43A18800F4FF0AFD82FF1012")) ABORT;
331 if (!BN_hex2bn(&z, "FFFFFFFFFFFFFFFFFFFFFFFF99DEF836146BC9B1B4D22831")) ABORT;
341 if (!BN_hex2bn(
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Dectest.c186 if (!BN_hex2bn(&p, "17")) ABORT;
187 if (!BN_hex2bn(&a, "1")) ABORT;
188 if (!BN_hex2bn(&b, "1")) ABORT;
234 if (!BN_hex2bn(&x, "D")) ABORT;
322 if (!BN_hex2bn(&p, "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFF")) ABORT;
324 if (!BN_hex2bn(&a, "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFC")) ABORT;
325 if (!BN_hex2bn(&b, "64210519E59C80E70FA7E9AB72243049FEB8DEECC146B9B1")) ABORT;
328 if (!BN_hex2bn(&x, "188DA80EB03090F67CBF20EB43A18800F4FF0AFD82FF1012")) ABORT;
331 if (!BN_hex2bn(&z, "FFFFFFFFFFFFFFFFFFFFFFFF99DEF836146BC9B1B4D22831")) ABORT;
341 if (!BN_hex2bn(
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dectest.c220 if (!BN_hex2bn(&p, "17")) ABORT;
221 if (!BN_hex2bn(&a, "1")) ABORT;
222 if (!BN_hex2bn(&b, "1")) ABORT;
268 if (!BN_hex2bn(&x, "D")) ABORT;
357 if (!BN_hex2bn(&p, "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7FFFFFFF")) ABORT;
359 if (!BN_hex2bn(&a, "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7FFFFFFC")) ABORT;
360 if (!BN_hex2bn(&b, "1C97BEFC54BD7A8B65ACF89F81D4D4ADC565FA45")) ABORT;
363 if (!BN_hex2bn(&x, "4A96B5688EF573284664698968C38BB913CBFC82")) ABORT;
364 if (!BN_hex2bn(&y, "23a628553168947d59dcc912042351377ac5fb32")) ABORT;
367 if (!BN_hex2bn(
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dectest.c220 if (!BN_hex2bn(&p, "17")) ABORT;
221 if (!BN_hex2bn(&a, "1")) ABORT;
222 if (!BN_hex2bn(&b, "1")) ABORT;
268 if (!BN_hex2bn(&x, "D")) ABORT;
357 if (!BN_hex2bn(&p, "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7FFFFFFF")) ABORT;
359 if (!BN_hex2bn(&a, "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7FFFFFFC")) ABORT;
360 if (!BN_hex2bn(&b, "1C97BEFC54BD7A8B65ACF89F81D4D4ADC565FA45")) ABORT;
363 if (!BN_hex2bn(&x, "4A96B5688EF573284664698968C38BB913CBFC82")) ABORT;
364 if (!BN_hex2bn(&y, "23a628553168947d59dcc912042351377ac5fb32")) ABORT;
367 if (!BN_hex2bn(
[all...]
H A Dec_print.c187 if (!BN_hex2bn(&tmp_bn, buf))
H A Dec_curve.c1144 if (!BN_hex2bn(&p, data->p) || !BN_hex2bn(&a, data->a)
1145 || !BN_hex2bn(&b, data->b))
1174 if (!BN_hex2bn(&x, data->x) || !BN_hex2bn(&y, data->y))
1184 if (!BN_hex2bn(&order, data->order) || !BN_set_word(x, data->cofactor))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dprime.c112 BN_hex2bn(&bn,argv[0]);
H A Dca.c1406 if (!BN_hex2bn(&serial, pp[DB_serial]))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Dprime.c110 BN_hex2bn(&bn,argv[0]);
H A Dca.c1381 if (!BN_hex2bn(&serial, pp[DB_serial]))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/fips/dsa/
H A Dfips_dssvs.c47 BN_hex2bn(&p,in);
99 BN_hex2bn(&pp,buf+7);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/
H A Dbn_print.c158 int BN_hex2bn(BIGNUM **bn, const char *a) function
H A Dbn.h313 /*#define BN_ascii2bn(a) BN_hex2bn(a) */
408 int BN_hex2bn(BIGNUM **a, const char *str);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_print.c172 int BN_hex2bn(BIGNUM **bn, const char *a) function
H A Dbn.h490 int BN_hex2bn(BIGNUM **a, const char *str);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_gmp.c272 toret = BN_hex2bn(&bn, tmpchar);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/x509v3/
H A Dv3_utl.c174 if (ishex) ret = BN_hex2bn(&bn, value);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dbn.h313 /*#define BN_ascii2bn(a) BN_hex2bn(a) */
408 int BN_hex2bn(BIGNUM **a, const char *str);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_utl.c180 if (ishex) ret = BN_hex2bn(&bn, value);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/bcmcrypto/
H A Dbn.h344 /* #define BN_ascii2bn(a) BN_hex2bn(a) */
438 int BN_hex2bn(BIGNUM **a, const char *str);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbn.h490 int BN_hex2bn(BIGNUM **a, const char *str);

Completed in 176 milliseconds