Home
last modified time | relevance | path

Searched refs:MAX_ENCODINGS_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dpasswdobj-attributes.c339 if (int_value > MAX_ENCODINGS_SIZE) { in hp_populate_password_elements_from_package()
341 int_value = MAX_ENCODINGS_SIZE; in hp_populate_password_elements_from_package()
355 size = min_t(u32, password_data->encodings_size, MAX_ENCODINGS_SIZE); in hp_populate_password_elements_from_package()
471 if (password_data->encodings_size > MAX_ENCODINGS_SIZE) { in hp_populate_password_elements_from_buffer()
474 password_data->encodings_size = MAX_ENCODINGS_SIZE; in hp_populate_password_elements_from_buffer()
H A Dbioscfg.h26 #define MAX_ENCODINGS_SIZE 16 macro
176 u8 encodings[MAX_ENCODINGS_SIZE][MAX_BUFF_SIZE];