Home
last modified time | relevance | path

Searched refs:res2 (Results 1 – 25 of 25) sorted by relevance

/openbsd/src/lib/libkeynote/
Dsignature.c635 unsigned char res2[20]; in keynote_sigverify_assertion() local
670 memset(res2, 0, hashlen); in keynote_sigverify_assertion()
676 SHA1_Final(res2, &shscontext); in keynote_sigverify_assertion()
681 memset(res2, 0, hashlen); in keynote_sigverify_assertion()
687 MD5_Final(res2, &md5context); in keynote_sigverify_assertion()
748 if (DSA_verify(0, res2, hashlen, decoded, len, dsa) == 1) { in keynote_sigverify_assertion()
757 if (RSA_verify_ASN1_OCTET_STRING(RSA_PKCS1_PADDING, res2, hashlen, in keynote_sigverify_assertion()
768 if (RSA_verify(NID_shaWithRSAEncryption, res2, hashlen, decoded, in keynote_sigverify_assertion()
791 unsigned char res2[LARGEST_HASH_SIZE], *sbuf = NULL; in keynote_sign_assertion() local
841 memset(res2, 0, hashlen); in keynote_sign_assertion()
[all …]
/openbsd/src/usr.bin/make/
Dparsevar.c61 char *res1 = NULL, *res2 = NULL; in parse_variable_assignment() local
189 res2 = Var_Subst(arg, NULL, false); in parse_variable_assignment()
192 arg = res2; in parse_variable_assignment()
203 free(res2); in parse_variable_assignment()
/openbsd/src/gnu/usr.bin/perl/t/op/
Dtaint.t267 my ($desc, $s, $res, $res2, $one);
305 ($res, $res2) = $s =~ /(.)/g;
309 isnt_tainted($res2,"$desc: res2 not tainted");
312 is($res2,'b', "$desc: res2 value");
381 ($res, $res2) = $s =~ /$TAINT(.)/g;
387 is($res2,'b', "$desc: res2 value");
411 ($res, $res2) = $s =~ /(\w)/g; $one = $1;
415 is_tainted($res2, "$desc: res2 tainted");
418 is($res2,'b', "$desc: res2 value");
759 ($res, $res2) = $s =~ /(.)/g;
[all …]
/openbsd/src/sys/dev/acpi/
Dacpiprt.c423 struct aml_value res, res2; in acpiprt_route_interrupt() local
469 if (aml_evalname(sc->sc_acpi, node, "_SRS", 1, &res, &res2)) { in acpiprt_route_interrupt()
475 aml_freevalue(&res2); in acpiprt_route_interrupt()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_linux.cpp77 CHECK_SIZE_AND_OFFSET(io_event, res2);
Dsanitizer_platform_limits_freebsd.h89 u64 res2; member
Dsanitizer_platform_limits_posix.h176 u64 res2; member
/openbsd/src/sys/dev/ic/
Dcissreg.h176 u_int8_t res2[410]; member
256 u_int8_t res2[5]; member
Dvga.c1133 int res1, res2; in vga_mapchar() local
1139 res2 = -1; in vga_mapchar()
1142 res2 = _vga_mapchar(id, scr->fontset2, uni, &idx2); in vga_mapchar()
1144 if (res2 >= res1) { in vga_mapchar()
1146 return (res2); in vga_mapchar()
Dadwlib.h1061 u_int8_t res2 : 7; /* reserved */ member
Dadvlib.h370 u_int8_t res2; member
/openbsd/src/sys/arch/hppa/dev/
Delroyreg.h53 u_int64_t res2[12]; /* 0x0a0 */ member
/openbsd/src/gnu/usr.bin/gcc/gcc/config/
Dfp-bit.c828 UDItype res2 = 0;
832 res2 += (UDItype)1 << BITS_PER_SI;
836 res2++;
837 res2 += (ps_hh__ >> BITS_PER_SI) + pp_hh;
838 high = res2;
/openbsd/src/gnu/gcc/gcc/config/
Dfp-bit.c879 UDItype res2 = 0;
883 res2 += (UDItype)1 << BITS_PER_SI;
887 res2++;
888 res2 += (ps_hh__ >> BITS_PER_SI) + pp_hh;
889 high = res2;
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
Dmoney_get_members_wchar_t.cc316 long double res2; in test03() local
317 iter_type end2 = mg.get(str.begin(), str.end(), false, iss, err, res2); in test03()
320 VERIFY( res2 == 1 ); in test03()
Dmoney_get_members_char.cc314 long double res2; in test03() local
315 iter_type end2 = mg.get(str.begin(), str.end(), false, iss, err, res2); in test03()
318 VERIFY( res2 == 1 ); in test03()
Dtime_get_members_char.cc637 string res2; in test06() local
Dtime_get_members_wchar_t.cc637 wstring res2; in test06() local
/openbsd/src/sys/dev/sbus/
Dcgtwelvereg.h165 u_int32_t res2; member
/openbsd/src/gnu/usr.bin/perl/Porting/
Dbench.pl1434 my $res2 = $res1->{$perl};
1435 for my $field (keys %$res2) {
1436 my ($p, $q) = ($res2_norm->{$field}, $res2->{$field});
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dreorg.c274 resource_conflicts_p (res1, res2) in resource_conflicts_p() argument
275 struct resources *res1, *res2; in resource_conflicts_p()
277 if ((res1->cc && res2->cc) || (res1->memory && res2->memory)
278 || (res1->unch_memory && res2->unch_memory)
279 || res1->volatil || res2->volatil)
283 return (res1->regs & res2->regs) != HARD_CONST (0);
289 if ((res1->regs[i] & res2->regs[i]) != 0)
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_common_test.cpp451 uptr res2 = address_range2.Init(init_size, nullptr, res); in TEST() local
452 CHECK_EQ(res, res2); in TEST()
/openbsd/src/gnu/gcc/gcc/
Dreorg.c267 resource_conflicts_p (struct resources *res1, struct resources *res2) in resource_conflicts_p() argument
269 if ((res1->cc && res2->cc) || (res1->memory && res2->memory) in resource_conflicts_p()
270 || (res1->unch_memory && res2->unch_memory) in resource_conflicts_p()
271 || res1->volatil || res2->volatil) in resource_conflicts_p()
275 return (res1->regs & res2->regs) != HARD_CONST (0); in resource_conflicts_p()
281 if ((res1->regs[i] & res2->regs[i]) != 0) in resource_conflicts_p()
/openbsd/src/sys/dev/pci/drm/i915/display/
Dintel_display_irq.c382 u32 res1, res2; in i9xx_pipe_crc_irq_handler() local
391 res2 = intel_uncore_read(&dev_priv->uncore, in i9xx_pipe_crc_irq_handler()
394 res2 = 0; in i9xx_pipe_crc_irq_handler()
400 res1, res2); in i9xx_pipe_crc_irq_handler()
/openbsd/src/lib/libform/
Dfrm_driver.c1395 int res2 = E_OK; in _nc_Synchronize_Options() local
1408 res2 = Display_Field(field); in _nc_Synchronize_Options()
1425 res2 = Display_Field(field); in _nc_Synchronize_Options()
1429 if (res2 != E_OK) in _nc_Synchronize_Options()
1430 res = res2; in _nc_Synchronize_Options()