Home
last modified time | relevance | path

Searched refs:enc (Results 1 – 8 of 8) sorted by relevance

/tools/perf/util/
Dunwind-libunwind-local.c163 #define dw_read_encoded_value(ptr, end, enc) ({ \ argument
165 if (__dw_read_encoded_value(&ptr, end, &__v, enc)) { \
238 u64 enc[2]; member
254 u8 *enc = (u8 *) &hdr.enc; in unwind_spec_ehframe() local
264 dw_read_encoded_value(enc, end, hdr.eh_frame_ptr_enc); in unwind_spec_ehframe()
266 *fde_count = dw_read_encoded_value(enc, end, hdr.fde_count_enc); in unwind_spec_ehframe()
268 *table_data = (enc - (u8 *) &hdr) + offset; in unwind_spec_ehframe()
/tools/testing/selftests/net/
Dvrf-xfrm-tests.sh268 enc 'cbc(des3_ede)' ${ENC_1} \
275 enc 'cbc(des3_ede)' ${ENC_1} \
283 enc 'cbc(des3_ede)' ${ENC_2} \
290 enc 'cbc(des3_ede)' ${ENC_2} \
298 enc 'cbc(des3_ede)' ${ENC_1} \
305 enc 'cbc(des3_ede)' ${ENC_1} \
313 enc 'cbc(des3_ede)' ${ENC_2} \
320 enc 'cbc(des3_ede)' ${ENC_2} \
Dxfrm_policy.sh53 …ip -net $ns xfrm state add src $remote dst $me proto esp spi $spi_in enc aes $KEY_AES auth sha1 …
54 …ip -net $ns xfrm state add src $me dst $remote proto esp spi $spi_out enc aes $KEY_AES auth sha1 …
/tools/testing/selftests/bpf/
Dtest_tunnel.sh589 enc=0x$(printf '2%.0s' {1..32})
597 auth-trunc 'hmac(sha1)' $auth 96 enc 'cbc(aes)' $enc
606 auth-trunc 'hmac(sha1)' $auth 96 enc 'cbc(aes)' $enc
622 auth-trunc 'hmac(sha1)' $auth 96 enc 'cbc(aes)' $enc
629 auth-trunc 'hmac(sha1)' $auth 96 enc 'cbc(aes)' $enc
/tools/bpf/bpftool/
Dbtf.c127 const char *enc; in dump_btf_type() local
129 enc = btf_int_enc_str(BTF_INT_ENCODING(v)); in dump_btf_type()
135 jsonw_string_field(w, "encoding", enc); in dump_btf_type()
139 enc); in dump_btf_type()
/tools/testing/selftests/netfilter/
Dnft_flowtable.sh483 …ip -net $ns xfrm state add src $remote dst $me proto esp spi $spi_in enc aes $KEY_AES auth sha1 …
484 …ip -net $ns xfrm state add src $me dst $remote proto esp spi $spi_out enc aes $KEY_AES auth sha1 …
/tools/include/uapi/linux/
Dkvm.h819 struct kvm_ppc_one_page_size enc[KVM_PPC_PAGE_SIZES_MAX_SZ]; member
/tools/lib/bpf/
Dlibbpf.c3206 int enc = btf_int_encoding(t); in find_kcfg_type() local
3208 if (enc & BTF_INT_BOOL) in find_kcfg_type()
3211 *is_signed = enc & BTF_INT_SIGNED; in find_kcfg_type()