Searched refs:points (Results 51 - 75 of 256) sorted by relevance

1234567891011

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/ec/
H A Dectest.c240 const EC_POINT *points[6]; local
294 points[0] = Q; /* => infinity */
296 points[1] = P; /* => -P */
298 points[2] = Q; /* => infinity */
300 points[3] = Q; /* => infinity */
302 points[4] = P; /* => P */
304 points[5] = Q; /* => infinity */
305 if (!EC_POINTs_mul(group, P, NULL, 6, points, scalars, ctx))
452 EC_POINT *points[3];
454 points[
880 const EC_POINT *points[4]; local
1394 const EC_POINT *points[3]; local
[all...]
H A Dec_lcl.h176 size_t num, const EC_POINT *points[], const BIGNUM *scalars[],
318 size_t num, const EC_POINT *points[], const BIGNUM *scalars[],
457 const EC_POINT *points[], const BIGNUM *scalars[],
474 const EC_POINT *points[], const BIGNUM *scalars[],
478 const EC_POINT *points[],
494 const EC_POINT *points[], const BIGNUM *scalars[],
498 const EC_POINT *points[],
514 const EC_POINT *points[], const BIGNUM *scalars[],
518 const EC_POINT *points[],
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/test/
H A Dectest.c240 const EC_POINT *points[6]; local
294 points[0] = Q; /* => infinity */
296 points[1] = P; /* => -P */
298 points[2] = Q; /* => infinity */
300 points[3] = Q; /* => infinity */
302 points[4] = P; /* => P */
304 points[5] = Q; /* => infinity */
305 if (!EC_POINTs_mul(group, P, NULL, 6, points, scalars, ctx))
452 EC_POINT *points[3];
454 points[
880 const EC_POINT *points[4]; local
1394 const EC_POINT *points[3]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/ec/
H A Dectest.c240 const EC_POINT *points[6]; local
294 points[0] = Q; /* => infinity */
296 points[1] = P; /* => -P */
298 points[2] = Q; /* => infinity */
300 points[3] = Q; /* => infinity */
302 points[4] = P; /* => P */
304 points[5] = Q; /* => infinity */
305 if (!EC_POINTs_mul(group, P, NULL, 6, points, scalars, ctx))
452 EC_POINT *points[3];
454 points[
880 const EC_POINT *points[4]; local
1394 const EC_POINT *points[3]; local
[all...]
H A Dec_lcl.h176 size_t num, const EC_POINT *points[], const BIGNUM *scalars[],
318 size_t num, const EC_POINT *points[], const BIGNUM *scalars[],
457 const EC_POINT *points[], const BIGNUM *scalars[],
474 const EC_POINT *points[], const BIGNUM *scalars[],
478 const EC_POINT *points[],
494 const EC_POINT *points[], const BIGNUM *scalars[],
498 const EC_POINT *points[],
514 const EC_POINT *points[], const BIGNUM *scalars[],
518 const EC_POINT *points[],
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/libFLAC/
H A Dmetadata_object.c463 object->data.seek_table.points = 0;
557 if(!copy_bytes_((FLAC__byte**)&to->data.seek_table.points, (FLAC__byte*)object->data.seek_table.points, object->data.seek_table.num_points * sizeof(FLAC__StreamMetadata_SeekPoint))) {
646 if(0 != object->data.seek_table.points) {
647 free(object->data.seek_table.points);
648 object->data.seek_table.points = 0;
743 if(0 != block1->points && 0 != block2->points) {
745 if(block1->points[i].sample_number != block2->points[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/libFLAC/
H A Dmetadata_object.c463 object->data.seek_table.points = 0;
557 if(!copy_bytes_((FLAC__byte**)&to->data.seek_table.points, (FLAC__byte*)object->data.seek_table.points, object->data.seek_table.num_points * sizeof(FLAC__StreamMetadata_SeekPoint))) {
646 if(0 != object->data.seek_table.points) {
647 free(object->data.seek_table.points);
648 object->data.seek_table.points = 0;
743 if(0 != block1->points && 0 != block2->points) {
745 if(block1->points[i].sample_number != block2->points[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/libFLAC/
H A Dmetadata_object.c463 object->data.seek_table.points = 0;
557 if(!copy_bytes_((FLAC__byte**)&to->data.seek_table.points, (FLAC__byte*)object->data.seek_table.points, object->data.seek_table.num_points * sizeof(FLAC__StreamMetadata_SeekPoint))) {
646 if(0 != object->data.seek_table.points) {
647 free(object->data.seek_table.points);
648 object->data.seek_table.points = 0;
743 if(0 != block1->points && 0 != block2->points) {
745 if(block1->points[i].sample_number != block2->points[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/include/asm/mach-ip27/
H A Dkernel-entry-init.h41 ld t0, 0(t0) # t0 points to kern_vars struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/include/asm/mach-ip27/
H A Dkernel-entry-init.h41 ld t0, 0(t0) # t0 points to kern_vars struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/metaflac/
H A Doperations_shorthand_seektable.c121 test_sample = cd->seektable_template->points[i].sample_number;
126 cd->seektable_template->points[i].sample_number = frame_first_sample;
127 cd->seektable_template->points[i].stream_offset = cd->last_offset - cd->audio_offset;
128 cd->seektable_template->points[i].frame_samples = blocksize;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/metaflac/
H A Doperations_shorthand_seektable.c121 test_sample = cd->seektable_template->points[i].sample_number;
126 cd->seektable_template->points[i].sample_number = frame_first_sample;
127 cd->seektable_template->points[i].stream_offset = cd->last_offset - cd->audio_offset;
128 cd->seektable_template->points[i].frame_samples = blocksize;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/vq/
H A Dvqgen.h34 long points; member in struct:vqgen
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/vq/
H A Dvqgen.h34 long points; member in struct:vqgen
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/metaflac/
H A Doperations_shorthand_seektable.c121 test_sample = cd->seektable_template->points[i].sample_number;
126 cd->seektable_template->points[i].sample_number = frame_first_sample;
127 cd->seektable_template->points[i].stream_offset = cd->last_offset - cd->audio_offset;
128 cd->seektable_template->points[i].frame_samples = blocksize;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/vq/
H A Dvqgen.h34 long points; member in struct:vqgen
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/fpsp040/
H A Dsint.S8 | Entry points sint and sintrz are called from do_func
12 | Input: (Entry points sint and sintrz) Double-extended
122 | Input: a0 points to an IEEE extended format operand
212 | ;assumes a0 points to operand
232 | ;Input: a0 points to operand to
234 | ;Output: a0 points to normalized
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dsint.S8 | Entry points sint and sintrz are called from do_func
12 | Input: (Entry points sint and sintrz) Double-extended
122 | Input: a0 points to an IEEE extended format operand
212 | ;assumes a0 points to operand
232 | ;Input: a0 points to operand to
234 | ;Output: a0 points to normalized
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/ec/
H A Dec_lcl.h176 size_t num, const EC_POINT *points[], const BIGNUM *scalars[],
318 size_t num, const EC_POINT *points[], const BIGNUM *scalars[],
457 const EC_POINT *points[], const BIGNUM *scalars[],
474 const EC_POINT *points[], const BIGNUM *scalars[],
478 const EC_POINT *points[],
494 const EC_POINT *points[], const BIGNUM *scalars[],
498 const EC_POINT *points[],
514 const EC_POINT *points[], const BIGNUM *scalars[],
518 const EC_POINT *points[],
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/test/
H A Dectest.c305 EC_POINT *points[3];
307 points[0] = R;
308 points[1] = Q;
309 points[2] = P;
310 if (!EC_POINTs_make_affine(group, 2, points, ctx)) ABORT;
652 const EC_POINT *points[4]; local
657 points[0] = Q;
658 points[1] = Q;
659 points[2] = Q;
660 points[
1135 const EC_POINT *points[3]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/ec/
H A Dectest.c305 EC_POINT *points[3];
307 points[0] = R;
308 points[1] = Q;
309 points[2] = P;
310 if (!EC_POINTs_make_affine(group, 2, points, ctx)) ABORT;
652 const EC_POINT *points[4]; local
657 points[0] = Q;
658 points[1] = Q;
659 points[2] = Q;
660 points[
1135 const EC_POINT *points[3]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/test/
H A Dectest.c305 EC_POINT *points[3];
307 points[0] = R;
308 points[1] = Q;
309 points[2] = P;
310 if (!EC_POINTs_make_affine(group, 2, points, ctx)) ABORT;
652 const EC_POINT *points[4]; local
657 points[0] = Q;
658 points[1] = Q;
659 points[2] = Q;
660 points[
1135 const EC_POINT *points[3]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/ec/
H A Dectest.c305 EC_POINT *points[3];
307 points[0] = R;
308 points[1] = Q;
309 points[2] = P;
310 if (!EC_POINTs_make_affine(group, 2, points, ctx)) ABORT;
652 const EC_POINT *points[4]; local
657 points[0] = Q;
658 points[1] = Q;
659 points[2] = Q;
660 points[
1135 const EC_POINT *points[3]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/test/
H A Dectest.c305 EC_POINT *points[3];
307 points[0] = R;
308 points[1] = Q;
309 points[2] = P;
310 if (!EC_POINTs_make_affine(group, 2, points, ctx)) ABORT;
652 const EC_POINT *points[4]; local
657 points[0] = Q;
658 points[1] = Q;
659 points[2] = Q;
660 points[
1135 const EC_POINT *points[3]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/ec/
H A Dectest.c305 EC_POINT *points[3];
307 points[0] = R;
308 points[1] = Q;
309 points[2] = P;
310 if (!EC_POINTs_make_affine(group, 2, points, ctx)) ABORT;
652 const EC_POINT *points[4]; local
657 points[0] = Q;
658 points[1] = Q;
659 points[2] = Q;
660 points[
1135 const EC_POINT *points[3]; local
[all...]

Completed in 283 milliseconds

1234567891011