Home
last modified time | relevance | path

Searched defs:expected_key (Results 1 – 16 of 16) sorted by relevance

/external/python/cryptography/src/cryptography/hazmat/primitives/kdf/
Dhkdf.py54 def verify(self, key_material, expected_key): argument
113 def verify(self, key_material, expected_key): argument
Dconcatkdf.py86 def verify(self, key_material, expected_key): argument
129 def verify(self, key_material, expected_key): argument
D__init__.py22 def verify(self, key_material, expected_key): argument
Dpbkdf2.py59 def verify(self, key_material, expected_key): argument
Dx963kdf.py72 def verify(self, key_material, expected_key): argument
Dscrypt.py65 def verify(self, key_material, expected_key): argument
Dkbkdf.py160 def verify(self, key_material, expected_key): argument
/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
Dcrypto_utils_test.cc251 const absl::string_view expected_key{key_str, key_size}; in TEST_F() local
/external/rust/crates/openssl/src/
Dpkcs5.rs258 let expected_key = vec![ in bytes_to_key() localVariable
/external/zucchini/
Dzucchini_apply.cc157 offset_t expected_key = targets.KeyForNearestOffset(projected_target); in ApplyReferencesCorrection() local
/external/libchrome/components/policy/core/common/
Dschema_unittest.cc409 const char* expected_key; in TEST() member
487 const char* expected_key; in TEST() member
/external/python/google-auth-library-python/tests/transport/
Dtest__mtls_helper.py48 def check_cert_and_key(content, expected_cert, expected_key): argument
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dbpf_iter.c779 __u32 expected_key = 0, res_first_key; in test_bpf_array_map() local
865 __u32 expected_key = 0, expected_val = 0; in test_bpf_percpu_array_map() local
/external/rust/beto-rust/nearby/crypto/crypto_provider/src/
Dp256.rs162 let expected_key = E::PublicKey::from_sec1_bytes(&sec1).unwrap(); in from_affine_coordinates_test() localVariable
/external/cronet/url/
Durl_parse_unittest.cc528 const char* expected_key, in NthParameterIs()
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dcredentials_test.cc976 absl::string_view expected_key, in assert_query_parameters()