/system/keymint/common/src/crypto/ |
D | des.rs | 31 pub fn new(data: Vec<u8>) -> Result<Key, Error> { in new() method 57 pub fn new( in new() method
|
D | aes.rs | 35 pub fn new(data: Vec<u8>) -> Result<Self, Error> { in new() method 88 pub fn new( in new() method
|
D | rsa.rs | 130 pub fn new(params: &[KeyParam]) -> Result<Self, Error> { in new() method 159 pub fn new(params: &[KeyParam]) -> Result<Self, Error> { in new() method
|
D | hmac.rs | 43 pub fn new(data: Vec<u8>) -> Key { in new() method
|
/system/security/keystore2/src/database/ |
D | utils.rs | 61 pub fn new(index: usize, row: &'a Row<'a>) -> Self { in new() method
|
D | perboot.rs | 86 pub fn new() -> Self { in new() method
|
/system/security/prng_seeder/src/ |
D | drbg.rs | 25 pub fn new(entropy: &Entropy) -> Result<Drbg> { in new() method
|
D | conditioner.rs | 32 pub fn new(mut hwrng: File) -> Result<ConditionerBuilder> { in new() method
|
/system/keymint/hal/src/ |
D | secureclock.rs | 20 pub fn new(channel: Arc<Mutex<T>>) -> Self { in new() method
|
D | sharedsecret.rs | 22 pub fn new(channel: Arc<Mutex<T>>) -> Self { in new() method
|
D | tests.rs | 16 fn new(rsp: &str) -> Self { in new() method
|
D | rpc.rs | 17 pub fn new(channel: Arc<Mutex<T>>) -> Self { in new() method
|
/system/security/keystore2/src/ |
D | remote_provisioning.rs | 49 pub fn new(security_level: SecurityLevel, km_uuid: Uuid) -> Self { in new() method
|
D | id_rotation.rs | 44 pub fn new(keystore_db_path: &Path) -> Self { in new() method
|
D | km_compat.rs | 45 fn new(key_format: KeyFormat, key_data: &'a [u8]) -> binder::Result<Self> { in new() method 324 pub fn new(sec_level: SecurityLevel) -> Self { in new() method 366 pub fn new(sec_level: SecurityLevel) -> Self { in new() method
|
D | operation.rs | 194 pub fn new( in new() method 216 pub fn new( in new() method 486 pub fn new() -> Self { in new() method
|
/system/logging/rust/ |
D | liblog_event_list.rs | 42 pub fn new(log_type: log_bindgen::log_id, tag: u32) -> Option<LogContext> { in new() method
|
/system/security/keystore2/test_utils/ |
D | lib.rs | 43 pub fn new(prefix: &str) -> std::io::Result<Self> { in new() method
|
/system/nfc/src/rust/nci/ |
D | api.rs | 44 pub fn new() -> NciApi { in new() method
|
/system/core/libstats/pull_rust/ |
D | stats_pull.rs | 36 pub fn new() -> Self { in new() method
|
/system/extras/profcollectd/libprofcollectd/ |
D | service.rs | 120 pub fn new() -> Result<Self> { in new() method
|
D | scheduler.rs | 42 pub fn new() -> Result<Self> { in new() method
|
/system/nfc/src/rust/hal/ |
D | hal.rs | 113 pub fn new() -> (Hal, Self) { in new() method
|
/system/keymint/boringssl/src/ |
D | ec.rs | 268 fn new(key: ec::NistKey, curve: ec::NistCurve, digest: MessageDigest) -> Result<Self, Error> { in new() method 338 fn new(key: ec::NistKey, curve: ec::NistCurve) -> Result<Self, Error> { in new() method 374 fn new(key: ec::Ed25519Key) -> Result<Self, Error> { in new() method
|
/system/security/keystore2/selinux/src/ |
D | lib.rs | 140 pub fn new(con: &str) -> Result<Self> { in new() method 172 pub fn new() -> Result<Self> { in new() method
|