Home
last modified time | relevance | path

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

/external/openssh/
Dauthfile.c75 static const char authfile_id_string[] = variable
133 for (i = 0; authfile_id_string[i]; i++) in key_private_rsa1_to_blob()
134 buffer_put_char(&encrypted, authfile_id_string[i]); in key_private_rsa1_to_blob()
285 if (buffer_len(blob) < sizeof(authfile_id_string)) { in key_parse_public_rsa1()
294 if (memcmp(buffer_ptr(blob), authfile_id_string, in key_parse_public_rsa1()
295 sizeof(authfile_id_string)) != 0) { in key_parse_public_rsa1()
301 buffer_consume(&copy, sizeof(authfile_id_string)); in key_parse_public_rsa1()
429 if (buffer_len(blob) < sizeof(authfile_id_string)) { in key_parse_private_rsa1()
438 if (memcmp(buffer_ptr(blob), authfile_id_string, in key_parse_private_rsa1()
439 sizeof(authfile_id_string)) != 0) { in key_parse_private_rsa1()
[all …]