Home
last modified time | relevance | path

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

/dports/misc/amanda-client/amanda-3.3.9/common-src/
H A Dfileheader.c298 strncpy(file->encrypt_suffix, tok, in parse_file_header()
299 SIZEOF(file->encrypt_suffix) - 1); in parse_file_header()
304 if (0 == BSTRNCMP(file->encrypt_suffix, "N")) { in parse_file_header()
306 strcpy(file->encrypt_suffix, ""); in parse_file_header()
545 g_debug(_(" encrypt_suffix = '%s'"), file->encrypt_suffix); in dump_dumpfile_t()
700 validate_encrypt_suffix(file->encrypted, file->encrypt_suffix); in build_header()
720 g_string_append_printf(rval, " crypt %s", file->encrypt_suffix); in build_header()
913 if (strcmp(file->encrypt_suffix, "enc") == 0) in summarize_header()
914 g_string_append_printf(summ, " crypt %s", file->encrypt_suffix); in summarize_header()
1002 if (strcmp(a->encrypt_suffix, b->encrypt_suffix)) return FALSE; in headers_are_equal()
H A Dfileheader-test.c113 strcpy(hdr->encrypt_suffix, ""); in rt_encrypt()
117 strcpy(hdr->encrypt_suffix, ""); in rt_encrypt()
124 strcpy(hdr->encrypt_suffix, ".aes"); in rt_encrypt()
H A Dfileheader.h54 string_t encrypt_suffix; member
/dports/misc/amanda-server/amanda-3.3.9/common-src/
H A Dfileheader.c298 strncpy(file->encrypt_suffix, tok, in parse_file_header()
299 SIZEOF(file->encrypt_suffix) - 1); in parse_file_header()
304 if (0 == BSTRNCMP(file->encrypt_suffix, "N")) { in parse_file_header()
306 strcpy(file->encrypt_suffix, ""); in parse_file_header()
545 g_debug(_(" encrypt_suffix = '%s'"), file->encrypt_suffix); in dump_dumpfile_t()
700 validate_encrypt_suffix(file->encrypted, file->encrypt_suffix); in build_header()
720 g_string_append_printf(rval, " crypt %s", file->encrypt_suffix); in build_header()
913 if (strcmp(file->encrypt_suffix, "enc") == 0) in summarize_header()
914 g_string_append_printf(summ, " crypt %s", file->encrypt_suffix); in summarize_header()
1002 if (strcmp(a->encrypt_suffix, b->encrypt_suffix)) return FALSE; in headers_are_equal()
H A Dfileheader-test.c113 strcpy(hdr->encrypt_suffix, ""); in rt_encrypt()
117 strcpy(hdr->encrypt_suffix, ""); in rt_encrypt()
124 strcpy(hdr->encrypt_suffix, ".aes"); in rt_encrypt()
H A Dfileheader.h54 string_t encrypt_suffix; member
/dports/misc/amanda-server/amanda-3.3.9/server-src/
H A Ddumper.c1154 strncpy(file->encrypt_suffix, "enc", SIZEOF(file->encrypt_suffix) - 1); in finish_tapeheader()
1155 file->encrypt_suffix[SIZEOF(file->encrypt_suffix) - 1] = '\0'; in finish_tapeheader()
1172 strncpy(file->encrypt_suffix, "enc", SIZEOF(file->encrypt_suffix) - 1); in finish_tapeheader()
1173 file->encrypt_suffix[SIZEOF(file->encrypt_suffix) - 1] = '\0'; in finish_tapeheader()
1178 if (file->encrypt_suffix[0] == '\0') { in finish_tapeheader()
1180 assert(SIZEOF(file->encrypt_suffix) >= 2); in finish_tapeheader()
1181 strncpy(file->encrypt_suffix, "N", SIZEOF(file->encrypt_suffix) - 1); in finish_tapeheader()
1182 file->encrypt_suffix[SIZEOF(file->encrypt_suffix) - 1] = '\0'; in finish_tapeheader()
/dports/misc/amanda-client/amanda-3.3.9/server-src/
H A Ddumper.c1154 strncpy(file->encrypt_suffix, "enc", SIZEOF(file->encrypt_suffix) - 1); in finish_tapeheader()
1155 file->encrypt_suffix[SIZEOF(file->encrypt_suffix) - 1] = '\0'; in finish_tapeheader()
1172 strncpy(file->encrypt_suffix, "enc", SIZEOF(file->encrypt_suffix) - 1); in finish_tapeheader()
1173 file->encrypt_suffix[SIZEOF(file->encrypt_suffix) - 1] = '\0'; in finish_tapeheader()
1178 if (file->encrypt_suffix[0] == '\0') { in finish_tapeheader()
1180 assert(SIZEOF(file->encrypt_suffix) >= 2); in finish_tapeheader()
1181 strncpy(file->encrypt_suffix, "N", SIZEOF(file->encrypt_suffix) - 1); in finish_tapeheader()
1182 file->encrypt_suffix[SIZEOF(file->encrypt_suffix) - 1] = '\0'; in finish_tapeheader()
/dports/misc/amanda-client/amanda-3.3.9/perl/Amanda/
H A DHeader.pod86 encrypt_suffix
132 C<encrypt_suffix> is set if and only if C<encrypted> is true; the suffix "N" is
H A DHeader.swg58 string_t encrypt_suffix;
H A DHeader.c2471 strncpy(arg1->encrypt_suffix, arg2, STRMAX); in XS()
2472 if (arg1->encrypt_suffix[STRMAX-1] != '\0') in XS()
2504 result = (char *) ((arg1)->encrypt_suffix); in XS()
/dports/misc/amanda-server/amanda-3.3.9/perl/Amanda/
H A DHeader.pod86 encrypt_suffix
132 C<encrypt_suffix> is set if and only if C<encrypted> is true; the suffix "N" is
H A DHeader.swg58 string_t encrypt_suffix;
H A DHeader.c2471 strncpy(arg1->encrypt_suffix, arg2, STRMAX); in XS()
2472 if (arg1->encrypt_suffix[STRMAX-1] != '\0') in XS()
2504 result = (char *) ((arg1)->encrypt_suffix); in XS()