Searched defs:high_byte (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dasn1.c327 uint8_t high_byte; local
344 high_byte = ( (*value) >> ( 8 * ( sizeof ( *value ) - 1 ) ) );
345 if ( ( high_byte != 0x00 ) && ( high_byte != 0xff ) ) {

Completed in 45 milliseconds