Home
last modified time | relevance | path

Searched refs:_key (Results 1 – 3 of 3) sorted by relevance

/system/keymint/common/src/crypto/
Dtraits.rs512 _key: OpaqueOr<aes::Key>, in begin()
520 _key: OpaqueOr<aes::Key>, in begin_aead()
532 _key: OpaqueOr<des::Key>, in begin()
544 _key: OpaqueOr<hmac::Key>, in begin()
553 fn begin(&self, _key: OpaqueOr<aes::Key>) -> Result<Box<dyn AccumulatingOperation>, Error> { in begin()
572 _key: OpaqueOr<rsa::Key>, in begin_decrypt()
580 _key: OpaqueOr<rsa::Key>, in begin_sign()
614 fn nist_public_key(&self, _key: &ec::NistKey, _curve: ec::NistCurve) -> Result<Vec<u8>, Error> { in nist_public_key()
618 fn ed25519_public_key(&self, _key: &ec::Ed25519Key) -> Result<Vec<u8>, Error> { in ed25519_public_key()
622 fn x25519_public_key(&self, _key: &ec::X25519Key) -> Result<Vec<u8>, Error> { in x25519_public_key()
[all …]
/system/core/libutils/include/utils/
DLruCache.h74 … Entry(TKey _key, TValue _value) : key(_key), value(_value), parent(nullptr), child(nullptr) { in Entry() argument
/system/keymint/ta/src/
Ddevice.rs72 fn hmac_key_agreed(&self, _key: &crypto::hmac::Key) -> Option<Box<dyn DeviceHmac>> { in hmac_key_agreed()