Home
last modified time | relevance | path

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

/dports/archivers/arj/arj-3.10.22/
H A Darjcrypt.c297 if(flags!=ENCRYPT_GOST256&&key64_len>sizeof(gost_key)) in gost_crtkey()
367 flags=ENCRYPT_GOST256; in entry()
389 …exblock_ptr->rc=(flags==ENCRYPT_GOST256||key64_len<=32)?ARJCRYPT_RC_INITIALIZED:ARJCRYPT_RC_INIT_V… in entry()
H A Ddefines.h106 #define ENCRYPT_GOST256 2 /* GOST 256-bit encryption (2.55+) */ macro
H A Darj_user.c1802 if((gost_cipher!=GOST256||(ext_hdr_flags!=ENCRYPT_GOST256&&ext_hdr_flags!=ENCRYPT_GOST256L))&& in process_archive_proc()
2007 if((encryption_version!=ENCRYPT_GOST256&&encryption_version!=ENCRYPT_GOST256L)|| in process_archive_proc()
2008 (ext_hdr_flags!=ENCRYPT_GOST256&&ext_hdr_flags!=ENCRYPT_GOST256L)) in process_archive_proc()