FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
clib_sha2_ctx_t Struct Reference

Data Fields

u64 total_bytes
 
u16 n_pending
 
u8 block_size
 
u8 digest_size
 
union {
   u32   h32 [8]
 
   u64   h64 [8]
 
}; 
 
union {
   u8   as_u8 [SHA2_MAX_BLOCK_SIZE]
 
   u64   as_u64 [SHA2_MAX_BLOCK_SIZE/sizeof(u64)]
 
   uword   as_uword [SHA2_MAX_BLOCK_SIZE/sizeof(uword)]
 
pending
 

Detailed Description

Definition at line 232 of file sha2.h.

Field Documentation

union { ... }
u64 clib_sha2_ctx_t::as_u64[SHA2_MAX_BLOCK_SIZE/sizeof(u64)]

Definition at line 249 of file sha2.h.

u8 clib_sha2_ctx_t::as_u8[SHA2_MAX_BLOCK_SIZE]

Definition at line 248 of file sha2.h.

uword clib_sha2_ctx_t::as_uword[SHA2_MAX_BLOCK_SIZE/sizeof(uword)]

Definition at line 250 of file sha2.h.

u8 clib_sha2_ctx_t::block_size

Definition at line 236 of file sha2.h.

u8 clib_sha2_ctx_t::digest_size

Definition at line 237 of file sha2.h.

u32 clib_sha2_ctx_t::h32[8]

Definition at line 240 of file sha2.h.

u64 clib_sha2_ctx_t::h64[8]

Definition at line 241 of file sha2.h.

u16 clib_sha2_ctx_t::n_pending

Definition at line 235 of file sha2.h.

union { ... } clib_sha2_ctx_t::pending
u64 clib_sha2_ctx_t::total_bytes

Definition at line 234 of file sha2.h.


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