/freebsd/crypto/openssl/crypto/aes/asm/ |
H A D | aesp8-ppc.pl | 680 my ($out0,$out1,$out2,$out3,$out4,$out5,$out6,$out7)=map("v$_",(14..21)); 767 lvx $out0,$x70,$key # borrow $out0 770 ?vperm v31,v31,$out0,$keyperm 789 vxor $out0,$in0,$rndkey0 811 vncipher $out0,$out0,v24 822 vncipher $out0,$out0,v25 834 vncipher $out0,$out0,v24 844 vncipher $out0,$out0,v25 854 vncipher $out0,$out0,v26 867 vncipher $out0,$out0,v27 [all …]
|
H A D | aes-ia64.S | 290 and out0=3,in0 306 { .mib; cmp.ne p6,p0=out0,r0 307 add out0=4,in0 313 { .mmi; ld4 out3=[out0],8 // s1 319 { .mmb; ld4 out7=[out0] // s3 340 { .mmi; add out0=1,in0 344 ld1 r17=[out0],4 }//;; 348 ld1 r21=[out0],4 }//;; 352 ld1 r25=[out0],4 }//;; 356 ld1 r29=[out0] }//;; [all …]
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | interrupt.cc | 246 std::unique_ptr<mockfs_buf_out> out0(new mockfs_buf_out); in TEST_F() local 247 out0->header.unique = mkdir_unique; in TEST_F() 248 SET_OUT_HEADER_LEN(*out0, entry); in TEST_F() 249 out0->body.create.entry.attr.mode = S_IFDIR | MODE; in TEST_F() 250 out0->body.create.entry.nodeid = ino; in TEST_F() 251 out.push_back(std::move(out0)); in TEST_F() 310 std::unique_ptr<mockfs_buf_out> out0(new mockfs_buf_out); in TEST_F() local 313 out0->header.unique = in.header.unique; in TEST_F() 314 out0->header.error = -ENOSYS; in TEST_F() 315 out0->header.len = sizeof(out0->header); in TEST_F() [all …]
|
H A D | last_local_modify.cc | 272 std::unique_ptr<mockfs_buf_out> out0(new mockfs_buf_out); in TEST_P() local 276 out0->header.unique = in.header.unique; in TEST_P() 277 SET_OUT_HEADER_LEN(*out0, entry); in TEST_P() 278 out0->body.entry.attr.mode = S_IFREG | 0644; in TEST_P() 279 out0->body.entry.nodeid = ino; in TEST_P() 280 out0->body.entry.entry_valid = UINT64_MAX; in TEST_P() 281 out0->body.entry.attr_valid = UINT64_MAX; in TEST_P() 282 out0->body.entry.attr.size = oldsize; in TEST_P() 283 out.push_back(std::move(out0)); in TEST_P() 434 std::unique_ptr<mockfs_buf_out> out0(new mockfs_buf_out); in TEST_P() local [all …]
|
H A D | bad_server.cc | 81 std::unique_ptr<mockfs_buf_out> out0(new mockfs_buf_out); in TEST_F() local 82 out0->header.unique = in.header.unique; in TEST_F() 83 out0->header.error = -ENOENT; in TEST_F() 84 SET_OUT_HEADER_LEN(*out0, entry); // Invalid! in TEST_F() 85 out0->expected_errno = EINVAL; in TEST_F() 86 out.push_back(std::move(out0)); in TEST_F()
|
H A D | mockfs.cc | 123 std::unique_ptr<mockfs_buf_out> out0(new mockfs_buf_out); in ReturnErrno() local 124 out0->header.unique = in.header.unique; in ReturnErrno() 125 out0->header.error = -error; in ReturnErrno() 126 out0->header.len = sizeof(out0->header); in ReturnErrno() 127 out.push_back(std::move(out0)); in ReturnErrno() 137 std::unique_ptr<mockfs_buf_out> out0(new mockfs_buf_out); in ReturnNegativeCache() local 138 out0->body.entry.nodeid = 0; in ReturnNegativeCache() 139 out0->header.unique = in.header.unique; in ReturnNegativeCache() 140 out0->header.error = 0; in ReturnNegativeCache() 141 out0->body.entry.entry_valid = entry_valid->tv_sec; in ReturnNegativeCache() [all …]
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_auth/hmacsha512256/ |
H A D | auth_hmacsha512256.c | 59 unsigned char out0[64]; in crypto_auth_hmacsha512256_final() local 61 crypto_auth_hmacsha512_final((crypto_auth_hmacsha512_state *) state, out0); in crypto_auth_hmacsha512256_final() 62 memcpy(out, out0, 32); in crypto_auth_hmacsha512256_final()
|
/freebsd/crypto/openssl/crypto/des/asm/ |
H A D | des_enc.m4 | 83 #define out0 %o0 111 ! Loads key first round from address in parameter 5 to out0, out1. 190 ld [$5], out0 ! key 7531 219 xor $4, out0, local1 230 xor $4, out0, local1 283 xor $2, out0, local1 298 xor $2, out0, out0 ! 7531 302 and out0, local5, local3 ! 3 315 srl out0, 24, local1 ! 7 335 srl out0, 16, local3 ! 5 [all …]
|
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha1_hw.c | 326 unsigned char *out0 = out; in tls1_multi_block_encrypt() local 352 out0[0] = ((u8 *)sctx->md.data)[8]; in tls1_multi_block_encrypt() 353 out0[1] = ((u8 *)sctx->md.data)[9]; in tls1_multi_block_encrypt() 354 out0[2] = ((u8 *)sctx->md.data)[10]; in tls1_multi_block_encrypt() 355 out0[3] = (u8)(len >> 8); in tls1_multi_block_encrypt() 356 out0[4] = (u8)(len); in tls1_multi_block_encrypt()
|
H A D | cipher_aes_cbc_hmac_sha256_hw.c | 346 unsigned char *out0 = out; in tls1_multi_block_encrypt() local 375 out0[0] = ((u8 *)sctx->md.data)[8]; in tls1_multi_block_encrypt() 376 out0[1] = ((u8 *)sctx->md.data)[9]; in tls1_multi_block_encrypt() 377 out0[2] = ((u8 *)sctx->md.data)[10]; in tls1_multi_block_encrypt() 378 out0[3] = (u8)(len >> 8); in tls1_multi_block_encrypt() 379 out0[4] = (u8)(len); in tls1_multi_block_encrypt()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | e_aes_cbc_hmac_sha1.c | 363 unsigned char *out0 = out; in tls1_1_multi_block_encrypt() local 389 out0[0] = ((u8 *)key->md.data)[8]; in tls1_1_multi_block_encrypt() 390 out0[1] = ((u8 *)key->md.data)[9]; in tls1_1_multi_block_encrypt() 391 out0[2] = ((u8 *)key->md.data)[10]; in tls1_1_multi_block_encrypt() 392 out0[3] = (u8)(len >> 8); in tls1_1_multi_block_encrypt() 393 out0[4] = (u8)(len); in tls1_1_multi_block_encrypt()
|
H A D | e_aes_cbc_hmac_sha256.c | 374 unsigned char *out0 = out; in tls1_1_multi_block_encrypt() local 403 out0[0] = ((u8 *)key->md.data)[8]; in tls1_1_multi_block_encrypt() 404 out0[1] = ((u8 *)key->md.data)[9]; in tls1_1_multi_block_encrypt() 405 out0[2] = ((u8 *)key->md.data)[10]; in tls1_1_multi_block_encrypt() 406 out0[3] = (u8)(len >> 8); in tls1_1_multi_block_encrypt() 407 out0[4] = (u8)(len); in tls1_1_multi_block_encrypt()
|
/freebsd/sys/contrib/device-tree/src/arm/st/ |
H A D | stm32mp157c-lxa-tac-gen2.dts | 77 label = "tac:green:out0";
|
/freebsd/contrib/file/src/ |
H A D | readcdf.c | 569 goto out0; in file_trycdf() 664 out0: in file_trycdf()
|
H A D | compress.c | 859 goto out0; in uncompresslrzip() 895 out0: in uncompresslrzip()
|
/freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-generic.c | 834 goto out0; in spl_init() 878 out0: in spl_init()
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | am57xx-idk-common.dtsi | 62 led-out0 { 63 label = "out0";
|
H A D | am335x-icev2.dts | 50 led-out0 { 51 label = "out0";
|
H A D | am437x-idk-evm.dts | 123 led-out0 { 124 label = "out0";
|
/freebsd/sys/contrib/device-tree/src/arm/renesas/ |
H A D | r8a7792-wheat.dts | 80 hdmi-out0 {
|
/freebsd/crypto/openssh/ |
H A D | libcrux_mlkem768_sha3.h | 3178 libcrux_sha3_generic_keccak_KeccakState_48 *s, Eurydice_slice out0) { in libcrux_sha3_portable_incremental_shake128_squeeze_next_block() argument 3179 Eurydice_slice buf[1U] = {out0}; in libcrux_sha3_portable_incremental_shake128_squeeze_next_block() 3227 libcrux_sha3_generic_keccak_KeccakState_48 *s, Eurydice_slice out0) { in libcrux_sha3_portable_incremental_shake128_squeeze_first_three_blocks() argument 3228 Eurydice_slice buf[1U] = {out0}; in libcrux_sha3_portable_incremental_shake128_squeeze_first_three_blocks() 4365 Eurydice_slice out0, in libcrux_sha3_neon_x2_shake256() argument 4404 libcrux_sha3_neon_x2_incremental_KeccakState *s, Eurydice_slice out0, in libcrux_sha3_neon_x2_incremental_shake128_squeeze_first_three_blocks() argument 4417 libcrux_sha3_neon_x2_incremental_KeccakState *s, Eurydice_slice out0, in libcrux_sha3_neon_x2_incremental_shake128_squeeze_next_block() argument 4470 libcrux_sha3_generic_keccak_KeccakState_48 *s, Eurydice_slice out0) { in libcrux_sha3_portable_incremental_shake128_squeeze_first_five_blocks() argument 4471 Eurydice_slice buf[1U] = {out0}; in libcrux_sha3_portable_incremental_shake128_squeeze_first_five_blocks() 5533 Eurydice_slice out0[1U]; in libcrux_sha3_generic_keccak_squeeze_9d_96() local [all …]
|
/freebsd/sys/dev/isp/ |
H A D | isp.c | 4009 #define ISP_FC_OPMAP(in0, out0) 0, 0, 0, in0, 0, 0, 0, out0 argument 4010 #define ISP_FC_OPMAP_HALF(in1, in0, out1, out0) 0, 0, in1, in0, 0, 0, out1, out0 argument 4011 #define ISP_FC_OPMAP_FULL(in3, in2, in1, in0, out3, out2, out1, out0) in3, in2, in1, in0, out3, out2, out1, out0 4008 ISP_FC_OPMAP(in0,out0) global() argument
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_cxt.c | 2453 goto out0; in ecore_cxt_dynamic_ilt_alloc() 2460 goto out0; in ecore_cxt_dynamic_ilt_alloc() 2536 out0: in ecore_cxt_dynamic_ilt_alloc()
|
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3568-pinctrl.dtsi | 315 clk32k_out0: clk32k-out0 {
|
H A D | rk3588s-pinctrl.dtsi | 201 clk32k_out0: clk32k-out0 {
|