Lines Matching refs:op

64 	int op, got;
75 op = X509V3_ADD_REPLACE_EXISTING;
77 if ((got = X509V3_add1_i2d(extensions, nid, NULL, 0, op)) != 0) {
96 op = X509V3_ADD_REPLACE_EXISTING | X509V3_ADD_SILENT;
98 if ((got = X509V3_add1_i2d(extensions, nid, NULL, 0, op)) != 0) {
110 op = X509V3_ADD_DELETE;
111 if ((got = X509V3_add1_i2d(extensions, nid, NULL, 0, op)) != 0) {
143 int crit, got, nid, op;
157 op = X509V3_ADD_DEFAULT;
158 if ((got = X509V3_add1_i2d(extensions, nid, bc, 1, op)) != 1) {
178 op = X509V3_ADD_DELETE;
179 if ((got = X509V3_add1_i2d(extensions, nid, NULL, 0, op)) != 0) {
185 op = X509V3_ADD_REPLACE_EXISTING;
186 if ((got = X509V3_add1_i2d(extensions, nid, NULL, 0, op)) != 0) {
200 op = X509V3_ADD_DEFAULT;
201 if ((got = X509V3_add1_i2d(extensions, nid, bc, 1, op)) != 0) {
229 op = X509V3_ADD_REPLACE;
230 if ((got = X509V3_add1_i2d(extensions, nid, bc, 1, op)) != 1) {
268 op = X509V3_ADD_KEEP_EXISTING;
269 if ((got = X509V3_add1_i2d(extensions, nid, bc, 1, op)) != 1) {
303 op = X509V3_ADD_REPLACE_EXISTING;
304 if ((got = X509V3_add1_i2d(extensions, nid, bc, 1, op)) != 1) {
337 op = X509V3_ADD_DELETE;
338 if ((got = X509V3_add1_i2d(extensions, nid, NULL, 0, op)) != 1) {
356 op = X509V3_ADD_REPLACE;
357 if ((got = X509V3_add1_i2d(extensions, nid, bc, 1, op)) != 1) {
376 op = X509V3_ADD_DELETE;
377 if ((got = X509V3_add1_i2d(extensions, nid, NULL, 0, op)) != 1) {
401 int crit, got, idx, nid, op;
416 op = X509V3_ADD_APPEND;
417 if ((got = X509V3_add1_i2d(extensions, nid, bc, crit, op)) != 1) {
428 op = X509V3_ADD_APPEND;
429 if ((got = X509V3_add1_i2d(extensions, nid, bc, crit, op)) != 1) {
496 op = X509V3_ADD_REPLACE;
497 if ((got = X509V3_add1_i2d(extensions, nid, bc, crit, op)) != 1) {
537 op = X509V3_ADD_DELETE;
538 if ((got = X509V3_add1_i2d(extensions, nid, NULL, 0, op)) != 1) {
573 op = X509V3_ADD_DELETE;
574 if ((got = X509V3_add1_i2d(extensions, nid, NULL, 0, op)) != 1) {
599 int crit, got, nid, op;
614 for (op = X509V3_ADD_DELETE + 1; op <= X509V3_ADD_OP_MASK; op++) {
615 if ((got = X509V3_add1_i2d(extensions, nid, bc, crit, op)) != -1) {
617 "want %d, got %d.\n", __func__, op, -1, got);
623 " pushed %d, want %d.\n", __func__, op,