HomeSort by relevance Sort by last modified time
    Searched refs:pmod (Results 1 - 8 of 8) sorted by null

  /external/openssl/crypto/conf/
conf_mod.c 100 CONF_MODULE *pmod; member in struct:conf_imodule_st
117 static int module_init(CONF_MODULE *pmod, char *name, char *value,
347 static int module_init(CONF_MODULE *pmod, char *name, char *value,
359 imod->pmod = pmod;
368 if(pmod->init)
370 ret = pmod->init(imod, cnf);
393 pmod->links++;
400 if (pmod->finish && init_called)
401 pmod->finish(imod)
    [all...]
conf.h 193 void *CONF_module_get_usr_data(CONF_MODULE *pmod);
194 void CONF_module_set_usr_data(CONF_MODULE *pmod, void *usr_data);
  /bionic/libc/netbsd/resolv/
res_random.c 110 static u_int16_t pmod(u_int16_t, u_int16_t, u_int16_t);
118 pmod(u_int16_t gen, u_int16_t exp, u_int16_t mod) function
194 ru_a = pmod(RU_AGEN, (tmp >> 16) & 0xfffe, RU_M);
217 ru_g = pmod(RU_GEN, j, RU_N);
246 result = permute15(ru_seed ^ pmod(ru_g, ru_seed2 + ru_x, RU_N)) | ru_msb;
  /external/qemu/android/skin/
keyset.h 88 extern int skin_key_symmod_from_str ( const char* str, int *psym, int *pmod );
keyset.c 264 skin_key_symmod_from_str( const char* str, int *psym, int *pmod )
313 *pmod = mod;
  /external/openssl/include/openssl/
conf.h 193 void *CONF_module_get_usr_data(CONF_MODULE *pmod);
194 void CONF_module_set_usr_data(CONF_MODULE *pmod, void *usr_data);
  /external/dropbear/libtommath/
bn.tex 25 \renewcommand{\pmod}[1]{\ ({\rm mod\ }{#1})}
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 27 \renewcommand{\pmod}[1]{\ ({\rm mod\ }{#1})}
    [all...]

Completed in 180 milliseconds