HomeSort by: relevance | last modified time | path
    Searched refs:UI_MAX_SECRET_STRING_LENGTH (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tspi/
ssl_ui.c 12 char pin_buf[UI_MAX_SECRET_STRING_LENGTH + 1];
13 char verify_buf[UI_MAX_SECRET_STRING_LENGTH + 1];
35 if (!UI_add_input_string(ui, "Enter PIN:", 0, pin_buf, 1, UI_MAX_SECRET_STRING_LENGTH)) {
41 !UI_add_verify_string(ui, "Verify PIN:", 0, verify_buf, 1, UI_MAX_SECRET_STRING_LENGTH, pin_buf)) {
52 __tspi_memset(string, 0, UI_MAX_SECRET_STRING_LENGTH);
tsp_policy.c 48 BYTE secret[UI_MAX_SECRET_STRING_LENGTH] = { 0 };
57 if (pin_mem(&secret, UI_MAX_SECRET_STRING_LENGTH)) {
68 unpin_mem(&secret, UI_MAX_SECRET_STRING_LENGTH);
81 unpin_mem(&secret, UI_MAX_SECRET_STRING_LENGTH);
  /src/crypto/external/cpl/trousers/dist/src/include/
spi_utils.h 97 #define UI_MAX_SECRET_STRING_LENGTH 256

Completed in 65 milliseconds