Home
last modified time | relevance | path

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

/tools/testing/selftests/net/
A Dvrf-xfrm-tests.sh263 enc 'cbc(aes)' ${ENC_1} \
270 enc 'cbc(aes)' ${ENC_1} \
278 enc 'cbc(aes)' ${ENC_2} \
285 enc 'cbc(aes)' ${ENC_2} \
293 enc 'cbc(aes)' ${ENC_1} \
300 enc 'cbc(aes)' ${ENC_1} \
308 enc 'cbc(aes)' ${ENC_2} \
315 enc 'cbc(aes)' ${ENC_2} \
A Dxfrm_policy.sh52 …ip -net $ns xfrm state add src $remote dst $me proto esp spi $spi_in enc aes $KEY_AES auth sha1 …
53 …ip -net $ns xfrm state add src $me dst $remote proto esp spi $spi_out enc aes $KEY_AES auth sha1 …
/tools/perf/util/
A Dunwind-libunwind-local.c164 #define dw_read_encoded_value(ptr, end, enc) ({ \ argument
166 if (__dw_read_encoded_value(&ptr, end, &__v, enc)) { \
273 u64 enc[2]; member
288 u8 *enc = (u8 *) &hdr.enc; in unwind_spec_ehframe() local
298 dw_read_encoded_value(enc, end, hdr.eh_frame_ptr_enc); in unwind_spec_ehframe()
300 *fde_count = dw_read_encoded_value(enc, end, hdr.fde_count_enc); in unwind_spec_ehframe()
301 *table_data_offset = enc - (u8 *) &hdr; in unwind_spec_ehframe()
/tools/testing/crypto/chacha20-s390/
A Dtest-cipher.c102 int enc) in test_skcipher_encdec() argument
106 if (enc) { in test_skcipher_encdec()
/tools/bpf/bpftool/
A Dbtf.c138 const char *enc; in dump_btf_type() local
140 enc = btf_int_enc_str(BTF_INT_ENCODING(v)); in dump_btf_type()
146 jsonw_string_field(w, "encoding", enc); in dump_btf_type()
150 enc); in dump_btf_type()
/tools/testing/selftests/net/netfilter/
A Dnft_flowtable.sh627 …ip -net "$ns" xfrm state add src "$remote" dst "$me" proto esp spi "$spi_in" enc aes "$KEY_AES" …
628 …ip -net "$ns" xfrm state add src "$me" dst "$remote" proto esp spi "$spi_out" enc aes "$KEY_AES" …
/tools/arch/powerpc/include/uapi/asm/
A Dkvm.h760 struct kvm_ppc_one_page_size enc[KVM_PPC_PAGE_SIZES_MAX_SZ]; member
/tools/lib/bpf/
A Dlibbpf.c4101 int enc = btf_int_encoding(t); in find_kcfg_type() local
4103 if (enc & BTF_INT_BOOL) in find_kcfg_type()
4106 *is_signed = enc & BTF_INT_SIGNED; in find_kcfg_type()

Completed in 817 milliseconds