API Reference Manual 1.51.0
Loading...
Searching...
No Matches
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. More...
 
   uint32_t   sha1: 1 
 ODP_COMP_HASH_ALG_SHA1. More...
 
   uint32_t   sha256: 1 
 ODP_COMP_HASH_ALG_SHA256. More...
 
bit 
 hash algorithms
 
uint32_t all_bits
 All bits of the bit field structure.
 

Detailed Description

Hash algorithms in a bit field structure.

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

Field Documentation

◆ none

uint32_t odp_comp_hash_algos_t::none

ODP_COMP_HASH_ALG_NONE.

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

◆ sha1

uint32_t odp_comp_hash_algos_t::sha1

ODP_COMP_HASH_ALG_SHA1.

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

◆ sha256

uint32_t odp_comp_hash_algos_t::sha256

ODP_COMP_HASH_ALG_SHA256.

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

◆ 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: