Searched refs:KeySizeInBits (Results 1 – 3 of 3) sorted by relevance
17 KeySizeInBits,227 KeySizeInBits(224) => EcCurve::P224, in convert_key()228 KeySizeInBits(384) => EcCurve::P384, in convert_key()229 KeySizeInBits(256) => { in convert_key()232 KeySizeInBits(521) => EcCurve::P521, in convert_key()
27 use kmr_wire::{keymint, keymint::ErrorCode, KeySizeInBits};145 ) -> Result<(crypto::KeyMaterial, KeySizeInBits), Error> { in import_key() argument
554 kmr_wire::KeySizeInBits((key_size_bytes * 8).try_into().map_err(|_| { in generate_key_material()