|
API Reference Manual
1.48.0
|
Hash algorithms in a bit field structure. More...
#include <comp.h>
Data Fields | |
| struct { | |
| uint32_t none: 1 | |
| ODP_COMP_HASH_ALG_NONE. | |
| uint32_t sha1: 1 | |
| ODP_COMP_HASH_ALG_SHA1. | |
| uint32_t sha256: 1 | |
| ODP_COMP_HASH_ALG_SHA256. | |
| } | bit |
| hash algorithms | |
| uint32_t | all_bits |
| All bits of the bit field structure. More... | |
Hash algorithms in a bit field structure.
Definition at line 121 of file api/spec/comp.h.
| uint32_t odp_comp_hash_algos_t::all_bits |
All bits of the bit field structure.
This field can be used to set/clear all flags, or bitwise operations over the entire structure.
Definition at line 140 of file api/spec/comp.h.