Searched refs:authfile_id_string (Results 1 – 1 of 1) sorted by relevance
75 static const char authfile_id_string[] = variable133 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(©, 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 …]