Home
last modified time | relevance | path

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

/system/keymint/common/src/
Dcrypto.rs113 Opaque(OpaqueKeyMaterial), enumerator
136 Self::Opaque(k) in from()
220 OpaqueOr::Opaque(_) => f.write_str("Aes(opaque)"), in fmt()
335 Self::Aes(OpaqueOr::Opaque(OpaqueKeyMaterial(k))) => vec_try![ in to_cbor_value()
341 Self::TripleDes(OpaqueOr::Opaque(OpaqueKeyMaterial(k))) => vec_try![ in to_cbor_value()
347 Self::Hmac(OpaqueOr::Opaque(OpaqueKeyMaterial(k))) => vec_try![ in to_cbor_value()
353 Self::Rsa(OpaqueOr::Opaque(OpaqueKeyMaterial(k))) => vec_try![ in to_cbor_value()
359 Self::Ec(curve, curve_type, OpaqueOr::Opaque(OpaqueKeyMaterial(k))) => vec_try![ in to_cbor_value()
Dkeyblob.rs306 key @ crypto::OpaqueOr::Opaque(_) => kdf.expand(key, &info, 32)?,
/system/libhidl/transport/token/1.0/
DITokenManager.hal32 * @return token Opaque value which may be used as inputs to other functions.