API Reference Manual  1.45.0
odp_comp_hash_algos_t Union Reference

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...
 

Detailed Description

Hash algorithms in a bit field structure.

Definition at line 121 of file api/spec/comp.h.

Field Documentation

◆ all_bits

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.

Examples
odp_sysinfo.c.

Definition at line 140 of file api/spec/comp.h.


The documentation for this union was generated from the following file: