Home
last modified time | relevance | path

Searched defs:Unspecified (Results 1 – 25 of 57) sorted by relevance

123

/external/rust/crates/ring/src/
Derror.rs77 pub struct Unspecified; struct
79 impl Unspecified { impl
86 impl core::fmt::Display for Unspecified { implementation
93 impl std::error::Error for Unspecified { implementation
104 impl From<untrusted::EndOfInput> for Unspecified { implementation
110 impl From<core::array::TryFromSliceError> for Unspecified { implementation
222 impl From<KeyRejected> for Unspecified { implementation
Drand.rs33 fn fill(&self, dest: &mut [u8]) -> Result<(), error::Unspecified>; in fill()
41 fn fill(&self, dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill()
78 fn fill_impl(&self, dest: &mut [u8]) -> Result<(), error::Unspecified>; in fill_impl()
159 fn fill_impl(&self, dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill_impl()
203 pub fn chunk(dest: &mut [u8]) -> Result<usize, error::Unspecified> { in chunk()
256 pub fn chunk(mut dest: &mut [u8]) -> Result<usize, error::Unspecified> { in chunk()
280 pub fn chunk(dest: &mut [u8]) -> Result<usize, error::Unspecified> { in chunk()
309 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill()
333 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill()
367 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill()
[all …]
Dbits.rs29 pub fn from_usize_bytes(bytes: usize) -> Result<Self, error::Unspecified> { in from_usize_bytes()
60 pub fn try_sub_1(self) -> Result<BitLength, error::Unspecified> { in try_sub_1()
Dhkdf.rs131 ) -> Result<Okm<'a, L>, error::Unspecified> { in expand()
183 pub fn fill(self, out: &mut [u8]) -> Result<(), error::Unspecified> { in fill()
193 ) -> Result<(), error::Unspecified> { in fill_okm()
Dsignature.rs362 ) -> Result<(), error::Unspecified>; in verify()
398 pub fn verify(&self, message: &[u8], signature: &[u8]) -> Result<(), error::Unspecified> { in verify()
Dtest.rs316 F: FnMut(&str, &mut TestCase) -> Result<(), error::Unspecified>, in run()
485 fn fill_impl(&self, dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill_impl()
500 fn fill_impl(&self, dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill_impl()
523 fn fill_impl(&self, dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill_impl()
Dconstant_time.rs23 pub fn verify_slices_are_equal(a: &[u8], b: &[u8]) -> Result<(), error::Unspecified> { in verify_slices_are_equal()
Dhmac.rs191 ) -> Result<Self, error::Unspecified> { in generate()
195 fn construct<F>(algorithm: Algorithm, fill: F) -> Result<Self, error::Unspecified> in construct()
356 pub fn verify(key: &Key, data: &[u8], tag: &[u8]) -> Result<(), error::Unspecified> { in verify()
Daead.rs51 fn advance(&mut self) -> Result<Nonce, error::Unspecified>; in advance()
189 ) -> Result<&'in_out mut [u8], error::Unspecified> { in open_within_()
196 ) -> Result<&'in_out mut [u8], error::Unspecified> { in open_within_()
344 ) -> Result<Tag, error::Unspecified> { in seal_in_place_separate_tag_()
414 ) -> Result<Self, error::Unspecified> { in new()
654 fn check_per_nonce_max_bytes(alg: &Algorithm, in_out_len: usize) -> Result<(), error::Unspecified> { in check_per_nonce_max_bytes()
/external/rust/crates/ring/src/ec/suite_b/
Dprivate_key.rs30 ) -> Result<Scalar, error::Unspecified> { in random_scalar()
42 ) -> Result<(), error::Unspecified> { in generate_private_scalar_bytes()
101 ) -> Result<(), error::Unspecified> { in check_scalar_big_endian_bytes()
114 ) -> Result<Scalar, error::Unspecified> { in scalar_from_big_endian_bytes()
137 ) -> Result<(), error::Unspecified> { in public_from_private()
153 ) -> Result<(Elem<R>, Elem<R>), error::Unspecified> { in affine_from_jacobian()
190 ) -> Result<(), error::Unspecified> { in big_endian_affine_from_jacobian()
/external/rust/crates/ring/src/io/
Dder.rs58 ) -> Result<untrusted::Input<'a>, error::Unspecified> { in expect_tag_and_get_value()
68 ) -> Result<(u8, untrusted::Input<'a>), error::Unspecified> { in read_tag_and_get_value()
106 ) -> Result<untrusted::Input<'a>, error::Unspecified> { in bit_string_with_no_unused_bits()
134 ) -> Result<untrusted::Input<'a>, error::Unspecified> { in nonnegative_integer()
137 fn check_minimum(input: untrusted::Input, min_value: u8) -> Result<(), error::Unspecified> { in nonnegative_integer()
192 pub fn small_nonnegative_integer(input: &mut untrusted::Reader) -> Result<u8, error::Unspecified> { in small_nonnegative_integer()
204 ) -> Result<Positive<'a>, error::Unspecified> { in positive_integer()
217 F: FnOnce(&mut untrusted::Reader) -> Result<R, error::Unspecified>, in with_good_i()
225 F: FnOnce(&mut untrusted::Reader) -> Result<R, error::Unspecified>, in with_bad_i()
/external/rust/crates/ring/src/ec/
Dkeys.rs10 pub fn derive(seed: Seed) -> Result<Self, error::Unspecified> { in derive()
34 ) -> Result<Self, error::Unspecified> { in generate()
48 ) -> Result<Seed, error::Unspecified> { in from_bytes()
67 pub fn compute_public_key(&self) -> Result<PublicKey, error::Unspecified> { in compute_public_key()
Dsuite_b.rs35 ) -> Result<(), error::Unspecified> { in verify_affine_point_is_on_the_curve()
51 ) -> Result<Elem<R>, error::Unspecified> { in verify_jacobian_point_is_on_the_curve()
141 ) -> Result<(), error::Unspecified> { in verify_affine_point_is_on_the_curve_scaled()
/external/rust/crates/ring/tests/
Daead_tests.rs94 ) -> Result<(), error::Unspecified>, in test_aead()
244 ) -> Result<(), error::Unspecified> { in seal_with_key()
256 ) -> Result<&'a mut [u8], error::Unspecified> { in open_with_key()
267 ) -> Result<(), error::Unspecified> { in seal_with_less_safe_key()
279 ) -> Result<&'a mut [u8], error::Unspecified> { in open_with_less_safe_key()
456 fn advance(&mut self) -> Result<aead::Nonce, error::Unspecified> { in advance()
/external/rust/crates/ring/src/aead/
Dquic.rs54 ) -> Result<Self, error::Unspecified> { in new()
64 pub fn new_mask(&self, sample: &[u8]) -> Result<[u8; 5], error::Unspecified> { in new_mask()
147 fn aes_init_128(key: &[u8], cpu_features: cpu::Features) -> Result<KeyInner, error::Unspecified> { in aes_init_128()
152 fn aes_init_256(key: &[u8], cpu_features: cpu::Features) -> Result<KeyInner, error::Unspecified> { in aes_init_256()
174 fn chacha20_init(key: &[u8], _todo: cpu::Features) -> Result<KeyInner, error::Unspecified> { in chacha20_init()
Daes_gcm.rs46 fn init_128(key: &[u8], cpu_features: cpu::Features) -> Result<aead::KeyInner, error::Unspecified> { in init_128()
50 fn init_256(key: &[u8], cpu_features: cpu::Features) -> Result<aead::KeyInner, error::Unspecified> { in init_256()
58 ) -> Result<aead::KeyInner, error::Unspecified> { in init()
Dnonce.rs32 pub fn try_assume_unique_for_key(value: &[u8]) -> Result<Self, error::Unspecified> { in try_assume_unique_for_key()
Dchacha20_poly1305_openssh.rs129 ) -> Result<&'a [u8], error::Unspecified> {
186 fn verify(key: poly1305::Key, msg: &[u8], tag: &[u8; TAG_LEN]) -> Result<(), error::Unspecified> { in verify()
/external/rust/crates/ring/src/ec/curve25519/
Dx25519.rs43 fn x25519_check_private_key_bytes(bytes: &[u8]) -> Result<(), error::Unspecified> { in x25519_check_private_key_bytes()
51 ) -> Result<(), error::Unspecified> { in x25519_generate_private_key()
58 ) -> Result<(), error::Unspecified> { in x25519_public_from_private()
96 ) -> Result<(), error::Unspecified> { in x25519_ecdh()
/external/rust/crates/ring/src/rsa/
Dpadding.rs40 ) -> Result<(), error::Unspecified>; in encode()
53 ) -> Result<(), error::Unspecified>; in verify()
84 ) -> Result<(), error::Unspecified> { in encode()
96 ) -> Result<(), error::Unspecified> { in verify()
243 ) -> Result<(), error::Unspecified> { in encode()
314 ) -> Result<(), error::Unspecified> { in verify()
413 ) -> Result<PSSMetrics, error::Unspecified> { in new()
454 ) -> Result<(), error::Unspecified> { in mgf1()
Dverification.rs92 ) -> Result<(), error::Unspecified> { in verify()
264 ) -> Result<(), error::Unspecified> { in verify()
283 ) -> Result<(), error::Unspecified> { in verify_rsa_()
/external/rust/crates/ring/src/ec/suite_b/ecdsa/
Dverification.rs58 ) -> Result<(), error::Unspecified> { in verify()
80 ) -> Result<(), error::Unspecified> { in verify_digest()
175 ) -> Result<(untrusted::Input<'a>, untrusted::Input<'a>), error::Unspecified> { in split_rs_fixed()
185 ) -> Result<(untrusted::Input<'a>, untrusted::Input<'a>), error::Unspecified> { in split_rs_asn1()
Dsigning.rs85 ) -> Result<pkcs8::Document, error::Unspecified> { in generate_pkcs8()
177 ) -> Result<signature::Signature, error::Unspecified> { in sign()
198 ) -> Result<signature::Signature, error::Unspecified> { in sign_with_fixed_nonce_during_test()
211 ) -> Result<signature::Signature, error::Unspecified> { in sign_digest()
300 fn fill_impl(&self, dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill_impl()
/external/angle/src/tests/perf_tests/
DLinkProgramPerfTest.cpp27 Unspecified enumerator
35 Unspecified enumerator
/external/oboe/include/oboe/
DDefinitions.h103 Unspecified = 0, // AAUDIO_FORMAT_UNSPECIFIED, enumerator
217 Unspecified = kUnspecified, enumerator
446 Unspecified = kUnspecified, enumerator

123