Lines Matching +full:integer +full:- +full:n
30 mpi->data = g_memdup2(i->data, i->length);
31 mpi->len = i->length;
38 i->type != ASN1_INTEGER) {
46 * version INTEGER
47 * n INTEGER
48 * e INTEGER
49 * d INTEGER
50 * p INTEGER
51 * q INTEGER
52 * dp INTEGER
53 * dq INTEGER
54 * u INTEGER
73 !GetMPI(&i, &rsa->n) ||
74 !GetMPI(&i, &rsa->e) ||
75 !GetMPI(&i, &rsa->d) ||
76 !GetMPI(&i, &rsa->p) ||
77 !GetMPI(&i, &rsa->q) ||
78 !GetMPI(&i, &rsa->dp) ||
79 !GetMPI(&i, &rsa->dq) ||
80 !GetMPI(&i, &rsa->u)) {
90 * until linux-kernel's unit-test is fixed;
115 * n INTEGER
116 * e INTEGER
129 !DumpMPI(&i, &rsa->n) ||
130 !GetMPI(&i, &rsa->e) ||