Home
last modified time | relevance | path

Searched refs:DigestBitPosition (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/security/keystore2/src/
H A Dmetrics_store.rs459 *digest_bitmap |= 1 << DigestBitPosition::NONE_BIT_POSITION as i32; in compute_digest_bitmap()
462 *digest_bitmap |= 1 << DigestBitPosition::MD5_BIT_POS as i32; in compute_digest_bitmap()
465 *digest_bitmap |= 1 << DigestBitPosition::SHA_1_BIT_POS as i32; in compute_digest_bitmap()
468 *digest_bitmap |= 1 << DigestBitPosition::SHA_2_224_BIT_POS as i32; in compute_digest_bitmap()
471 *digest_bitmap |= 1 << DigestBitPosition::SHA_2_256_BIT_POS as i32; in compute_digest_bitmap()
474 *digest_bitmap |= 1 << DigestBitPosition::SHA_2_384_BIT_POS as i32; in compute_digest_bitmap()
477 *digest_bitmap |= 1 << DigestBitPosition::SHA_2_512_BIT_POS as i32; in compute_digest_bitmap()
678 enum DigestBitPosition { enum
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto14727 * Bitmap composition is given by DigestBitPosition enum
14805 * Bitmap composition is given by DigestBitPosition enum