Home
last modified time | relevance | path

Searched defs:protected (Results 1 – 25 of 75) sorted by relevance

123

/external/rust/android-crates-io/crates/coset/src/sign/
Dtests.rs1139 let protected = HeaderBuilder::new() in test_sign_roundtrip() localVariable
1192 let protected = HeaderBuilder::new() in test_sign_detached_roundtrip() localVariable
1275 let protected = in test_sign_noncanonical() localVariable
1326 let protected = HeaderBuilder::new() in test_sign_create_result() localVariable
1361 let protected = HeaderBuilder::new() in test_sign_detached_create_result() localVariable
1398 let protected = HeaderBuilder::new() in test_sign_sig_index_invalid() localVariable
1425 let protected = HeaderBuilder::new() in test_sign_detached_sig_index_invalid() localVariable
1585 let protected = HeaderBuilder::new() in test_sign1_roundtrip() localVariable
1629 let protected = HeaderBuilder::new() in test_sign1_detached_roundtrip() localVariable
1676 let protected = HeaderBuilder::new() in test_sign1_create_result() localVariable
[all …]
/external/rust/android-crates-io/crates/coset/src/encrypt/
Dtests.rs692 let protected = HeaderBuilder::new() in test_cose_recipient_roundtrip() localVariable
740 let protected = ProtectedHeader::from_cbor_bstr(Value::Bytes(vec![0xa0])).unwrap(); in test_cose_recipient_noncanonical() localVariable
778 let protected = HeaderBuilder::new() in test_cose_recipient_result() localVariable
863 let protected = HeaderBuilder::new() in test_cose_encrypt_roundtrip() localVariable
902 let protected = ProtectedHeader::from_cbor_bstr(Value::Bytes(vec![0xa0])).unwrap(); in test_cose_encrypt_noncanonical() localVariable
945 let protected = HeaderBuilder::new() in test_cose_encrypt_status() localVariable
978 let protected = HeaderBuilder::new() in test_cose_encrypt0_roundtrip() localVariable
1017 let protected = ProtectedHeader::from_cbor_bstr(Value::Bytes(vec![0xa0])).unwrap(); in test_cose_encrypt0_noncanonical() localVariable
1059 let protected = HeaderBuilder::new() in test_cose_encrypt0_status() localVariable
Dmod.rs43 pub protected: ProtectedHeader, field
215 pub protected: ProtectedHeader, field
348 pub protected: ProtectedHeader, field
/external/flac/src/libFLAC/include/
DMakefile.am32 SUBDIRS = private protected subdir
/external/clang/test/SemaObjC/
Dproperty-typecheck-1.m55 @interface SPeer_iDisk_remote1 (protected) category
58 @implementation SPeer_iDisk_remote1 (protected) category
Divar-access-tests.m9 int protected; field
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__iterator/
Dfront_insert_iterator.h38 protected: variable
Dback_insert_iterator.h38 protected: variable
Dinsert_iterator.h47 protected: variable
/external/cronet/stable/third_party/libc++/src/include/__iterator/
Dfront_insert_iterator.h38 protected: variable
Dback_insert_iterator.h38 protected: variable
Dinsert_iterator.h47 protected: variable
/external/cronet/tot/third_party/libc++/src/include/__iterator/
Dfront_insert_iterator.h38 protected: variable
Dback_insert_iterator.h38 protected: variable
Dinsert_iterator.h47 protected: variable
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__iterator/
Dfront_insert_iterator.h38 protected: variable
Dback_insert_iterator.h38 protected: variable
Dinsert_iterator.h47 protected: variable
/external/mesa3d/src/gallium/drivers/iris/i915/
Diris_batch.c99 iris_create_hw_context(struct iris_bufmgr *bufmgr, bool protected) in iris_create_hw_context()
239 bool protected = iris_hw_context_get_protected(bufmgr, batch->i915.ctx_id); in clone_hw_context() local
/external/kotlinx.serialization/benchmark/src/jmh/resources/
Dtwitter.json1 …"Tue Dec 06 22:21:26 +0000 2011","user":{"profile_link_color":"140e13","protected":false,"default_… boolean
/external/rust/android-crates-io/crates/coset/examples/
Dsignature.rs48 let protected = coset::HeaderBuilder::new() in main() localVariable
Dcwt.rs63 let protected = coset::HeaderBuilder::new() in main() localVariable
/external/rust/android-crates-io/crates/coset/src/header/
Dtests.rs163 let protected = ProtectedHeader { in test_header_encode() localVariable
/external/linux-kselftest/tools/testing/selftests/cgroup/
Dmemcg_protection.m51 protected = min(n, c); % start with nominal variable
/external/rust/android-crates-io/crates/coset/src/mac/
Dtests.rs565 let protected = ProtectedHeader::from_cbor_bstr(Value::Bytes(vec![0xa0])).unwrap(); in test_cose_mac_noncanonical() localVariable
684 let protected = ProtectedHeader::from_cbor_bstr(Value::Bytes(vec![0xa0])).unwrap(); in test_cose_mac0_noncanonical() localVariable

123