Searched defs:BlockMode (Results 1 - 1 of 1) sorted by relevance
/hardware/interfaces/keymaster/3.0/vts/functional/ | ||
H A D | authorization_set.h | 285 AuthorizationSetBuilder& BlockMode(std::initializer_list<BlockMode> block_modes); 289 // The following forwarding templates enable BlockMode,Digest and Padding to be called with a 291 template <typename... T> AuthorizationSetBuilder& BlockMode(T&&... a) { function in class:android::hardware::keymaster::V3_0::AuthorizationSetBuilder 292 return BlockMode({std::forward<T>(a)...}); 388 return BlockMode(BlockMode::ECB); 392 AuthorizationSetBuilder::BlockMode(std::initializer_list<V3_0::BlockMode> block_modes) { function in class:android::hardware::keymaster::V3_0::AuthorizationSetBuilder |
Completed in 17 milliseconds