HomeSort by: relevance | last modified time | path
    Searched defs:point_len (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/pam-u2f/dist/
util.c 457 size_t point_len; local
471 point_len = SSH_ES256_POINT_LEN;
475 point_len = SSH_EDDSA_POINT_LEN;
505 if (len != point_len) {
506 debug_dbg(cfg, "Invalid point length, should be %zu, found %zu", point_len,
util.c 457 size_t point_len; local
471 point_len = SSH_ES256_POINT_LEN;
475 point_len = SSH_EDDSA_POINT_LEN;
505 if (len != point_len) {
506 debug_dbg(cfg, "Invalid point length, should be %zu, found %zu", point_len,

Completed in 48 milliseconds