Searched refs:scratch2 (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | bio_dgram_test.c | 497 uint8_t scratch[2048 + 4], scratch2[2048]; in test_bio_dgram_pair() local 589 r = BIO_read(bio2, scratch2, sizeof(scratch2)); in test_bio_dgram_pair() 593 if (!TEST_mem_eq(scratch + 4, blen, scratch2, blen)) in test_bio_dgram_pair() 598 if (!TEST_int_eq(BIO_read(bio2, scratch2, sizeof(scratch2)), -1)) in test_bio_dgram_pair() 615 rmsgs[0].data = scratch2; in test_bio_dgram_pair() 617 rmsgs[1].data = scratch2 + 64; in test_bio_dgram_pair() 687 rmsgs[0].data = scratch2; in test_bio_dgram_pair() 719 rmsgs[0].data = scratch2; in test_bio_dgram_pair() 746 memset(scratch2, 0, 64); in test_bio_dgram_pair() 750 if (!TEST_int_eq(BIO_read(bio2, scratch2, 32), -1)) in test_bio_dgram_pair() [all …]
|
| /freebsd/crypto/krb5/src/plugins/preauth/securid_sam2/ |
| H A D | securid_sam2_main.c | 265 krb5_data scratch, *scratch2, *e_data = NULL; in kdc_verify_preauth() local 331 retval = encode_krb5_sam_challenge_2(out_sc2, &scratch2); in kdc_verify_preauth() 335 pa_out.contents = (krb5_octet *) scratch2->data; in kdc_verify_preauth() 336 pa_out.length = scratch2->length; in kdc_verify_preauth() 338 krb5_free_data(context, scratch2); in kdc_verify_preauth()
|
| /freebsd/sys/contrib/openzfs/module/zcommon/ |
| H A D | zfs_fletcher_sse.c | 138 uint32_t scratch2 = BSWAP_32(ip[1]); in fletcher_4_sse2_byteswap() local 140 asm volatile("movd %0, %%xmm6" :: "r"(scratch2)); in fletcher_4_sse2_byteswap()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoA.td | 210 : Pseudo<(outs GPR:$res, GPR:$scratch1, GPR:$scratch2), 214 "@earlyclobber $scratch2"; 221 : Pseudo<(outs GPR:$res, GPR:$scratch1, GPR:$scratch2), 224 "@earlyclobber $scratch2";
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchInstrInfo.td | 1983 : Pseudo<(outs GPR:$res, GPR:$scratch1, GPR:$scratch2), 1986 "@earlyclobber $scratch2"; 1997 : Pseudo<(outs GPR:$res, GPR:$scratch1, GPR:$scratch2), 2001 "@earlyclobber $scratch2";
|