Home
last modified time | relevance | path

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

/dports/security/md5deep/hashdeep-cd2ed74/src/
H A Dhashlist.cpp18 void hashlist::hashmap::add_file(file_data_t *fi,int alg_num) in add_file() argument
20 if (fi->hash_hex[alg_num].size()) in add_file()
22 std::string hexhash = fi->hash_hex[alg_num]; in add_file()
H A Dmain.h437 void add_file(file_data_t *fi,int alg_num);
/dports/security/libsectok/libsectok-20030619/
H A Dcyberflex.c230 int alg_num, unsigned char *key) in cyberflex_fill_key_block() argument
237 *(dst+3) = alg_num; /* algorithm number */ in cyberflex_fill_key_block()
H A Dsectok.h108 int alg_num, unsigned char *key);
/dports/security/libsectok/libsectok-20030619/palm/
H A Dcyberflex.c230 int alg_num, unsigned char *key) in cyberflex_fill_key_block() argument
237 *(dst+3) = alg_num; /* algorithm number */ in cyberflex_fill_key_block()
H A Dsectok.h108 int alg_num, unsigned char *key);
/dports/math/reduce/Reduce-svn5758-src/packages/foreign/nlopt/
H A Dnlopt_main.red242 begin scalar alg_num;
243 if alg_num := assoc(alg,nlopt_algorithm_codes!*) then <<
244 alg_num := second(alg_num);
245 call!-foreign!-function(NLOPT_create!*, 'int32,alg_num, 'int32,ndim);
/dports/security/hpenc/hpenc-3.0/src/
H A Daead.cc74 AeadAlgorithm alg_num; member in hpenc::OpenSSLAeadCipher
96 alg_num = _alg; in OpenSSLAeadCipher()
169 switch(alg_num) { in keylen()